.credits{
	font-size: 0.75rem;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	font-family: arial;
	border-top: 2px solid #737987;
}

.preview > * {
	display: none;
}

.preview > p:first-child {
	display: block;
	cursor: pointer;
}

.preview > p:first-child::after {
	content: "\00a0 (more)";
	color: white;
	font-weight: bold;
}

.link{
	color: #fff !important;
	font-weight: bold;
}

/*------- misc ------*/

body{
	background-color: #000;
	font-family: Verdana;
}

iframex{
	width: 100%;
	height: 400px;
}

.thumb{
	border: 3px solid #ccc;
	width: 64px;
	height: 40px;
	margin: 1px;
}

.thumb_xl{
	border: 3px solid #ccc;
	margin: 1px;
}


p{
	margin-top: 0.5rem;
	font-family: arial;
}

li{
	font-family: arial;
}

a:hover, a:visited, a:link, a:active{
  text-decoration: none;
  color: inherit;
}

.background_color_a{ background-color: #838ea5  }
.background_color_b{ background-color: #6c6e72 }
.base_color_a{ background-color: #b8becb; border: 2px solid #2b2b2b; }
.base_color_b{ background-color: #a1a3a6; border: 2px solid #2b2b2b; }

/*------- content ------*/

.menu{

	text-align: center; 
	width: 100%;
	font-weight: bold;
	margin-top: 0.5rem;	
	margin-bottom: 0.5rem;	
}

.menu a{
		color: #fff; 
}

.menu_item_active{
	color: #000; 
}

.about{
	color: #fff; 
	text-align: center; 
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: bold;
}


.page{
	margin-top: 10px;
	max-width: 1000px;
}

.content_header{
	margin-top: 0.25rem;
	padding: 0.25rem;
	background-color: #2b2b2b;
	font-weight: bold;
}

.content_header_a{
	color: #b8becb;
}
.content_header_b{
	color: #a1a3a6;
}

.content_sub{
	padding: 0.5rem;
	margin-bottom: 1rem;
}

/*------- header ------*/

.header_title{
	font-size: 1.5rem;
}
.header_subtitle{
	font-size: 0.75rem;
}

.header {
	display: flex;
	width: 100%
}

.header_item{
	display:flex;
}

.header_item_a{
	flex: 3;
	border: 3px solid #333;
}

.header_item_a_inactive{
	flex: 1;
	border: 3px solid #eee;
	margin: 1px;
	margin-right: 4px;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	margin-right: 4px;
}

.header_item_b{
	flex: 3;
	justify-content: right;
	text-align: right;
	border: 3px solid #333;
}


.header_item_b_inactive{
	flex: 1;
	border: 3px solid #ddd;
	margin: 1px;
	margin-left: 4px;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}


/*------- intro ------*/

@media screen and (max-width: 576px) {
	#intro_body {
	background-color: #666;
	}
	.intro_content_left{
		text-align: center;

	}
	.intro_content_right{
		text-align: center;	

	}
}
	
@media screen and (min-width: 576px) {
	.intro_content_left{
		text-align: right;
		border-top: 3px solid #333;	
		border-bottom: 3px solid #333;		
		padding-left: 20px;	
	}

	.intro_content_right{
		border-top: 3px solid #333;	
		border-bottom: 3px solid #333;	
		padding-right: 20px;			
	}
	#intro_body{
		height: 100%;    
		background: linear-gradient(90deg, #838ea5 50%, #626262 50%);
	}
}
	
.intro_container{
	width: 100%; 
	height: 100%; 
}

.intro_layout_box{
	width: 100%; 
	margin-top: auto; 
	margin-bottom: auto;
}

.intro_content{	
	width: 100%;
	padding: 8px;
}


.intro_title{
	font-size: 1.5rem;
}
.intro_subtitle{
	font-size: 0.75rem;
}

.intro_header{
	color: #fff;
	text-align: center; 
	width: 100%; 
	font-size: 2rem
}
.intro_footer{
	color: #ddd; 
	text-align: center; 
	width: 100%
}

@media (max-width: 768px) {
html, body {
width: auto !important;
overflow-x: hidden !important;
}
}

.embedded_image_left{
	margin-right: 2px;
	float: left;
}

.embedded_image_right{
	margin-left: 2px;
	float: right;
}

.data{
	width: 100%; 
	margin-top: 2px;
	
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;	
}

#info{
	color: #666;
}
