body {
	font-family: monospace;
	background-color: #000;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}

.header {
	text-align: center;
}

.header-title {
	margin-top: 20px;
	font-size: 24px;
	color: rgb(223, 9, 0);
	font-weight: bold;
	margin-bottom: 2px;
}

.header-title img {
	border: 0;
}

.header-url {
	font-size: 1.35em;
}

.warning {
	color: #46aaf0;
	text-align: center;
	font-size: 22px;
}

.level {
	margin-top: 24px;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: yellow;
	padding: 6px;
}

.title {
	color: #bbb;
	font-size: 1.5em;
}

.desc {
	color: #bbb;
	font-size: 1em;
}

.embedcode {
	display: block; 
	width: 640px;
	height: 480px;
	border: 1px solid #777;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.share {
	font-size: 1.4em;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.twitter-share-button {
	width: 125px !important;
}

.controls {
	text-align: center;
}

.pure-button {
	color: #fff;
}

.button-success {
	background: rgb(28, 184, 65);
}

.button-error {
	background: rgb(202, 60, 60);
	font-size: 36px;
}

.proceedExplain {
	color: #D38000;
	font-size: 1.4em;
}

.highlight {
	font-weight: bold;
	color: #ff0000;
}

.proceed {
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 1.4em;
}

.disclaimer {
	position: relative;
	bottom: 0;
	width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #4A4A4A;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
}

.custom-video-controls {
	z-index: 2147483647;
}

.plug {
	vertical-align: top;
	display: inline-block; 
	margin-left: 3px;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 160px;
}

.plug_thumb img {
	width: 160px;
	height: 120px;
	border: 0;
}

.plug_title {
	text-align: left;
	padding-top: 5px;
}

.plug_title h2 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.plug_description {
	text-align: left;
	padding-top: 10px;
}

.plug_description h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.plug_title a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.plug_addtolink {
	font-weight: bold;
	margin-top: 10px;
	padding: 6px;
}

.plug_addtolink a {
	color: #46aaf0;
}

.message {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.3em;
	color: yellow;
	background-color: #383838;
	padding: 6px;
}

.browsebox {
	text-align: center;
}

.browseLink {
	font-size: 1.5em;
	display: inline-block;
	margin: 10px;
}

.browseLink a {
	color: #FF723E;
}

.addReaction {
	margin-top: 20px;
	font-size: 1.5em;
	text-align: center;
}

.addReaction a {
	color: #FFCE3E;
}

.logo_edition img {
	width: 272px;
	height: 82px;
}

.plug_type {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	background-color: rgb(70, 170, 240);
	color: #000;
	border-radius: 3px;
	text-align: center;
}