/** just to rest our eyes:-) **/
/* body {
	font-family: Arial;
	background-color: #AAA;
	color: #000;
}
pre {
	border: inset 1px;
	border-radius: 2px;
	padding: 0.5em;
	background-color: #666;
	color: #fff;
	max-height: calc( (100vw - 5em) / 3 * 2 );
	max-width: calc( 100vw - 5em );
	white-space: pre-wrap;
	overflow-x: auto;
}
pre:first-line {
	font-weight: bold;
}
*/
.video_tabs {
	/*position: relative;
*/
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 80%;
	height: 100%;
	top: 200px;
	left: 210px;
}
.video_tabs input[type="radio"] {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	height: 0;
	width: 0;
	border: none;
	padding: 0;
}
.video_tabs input[type="radio"]:hover ~ legend {
	/*outline: dotted 1px;
*/
}
/*.video_tabs input[type="radio"]:focus ~ legend {
	outline: solid 1px;
}
*/
.video_tabs legend {
	border-color: inherit;
	border-style: inherit;
	border-width: 0;
	top: 300px;
	height: 100px;
}
.video_tabs legend label[for] {
	display: inline-block;
	white-space: nowrap;
  background-color: #D9FFFF;
	width: 150px;
	height: 50px;
}
.video_tabs label[for] {
	cursor: pointer;
	border: inherit;
	border-width: 2px;
	border-color: inherit;
	border-radius: 6px 6px 0 0;
	padding: 0 0.2em 0;
	text-align: center;
	line-height: 3;
	/* background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25));
*/
}
.video_tabs label[for]:hover {
	color: #FFF;
	background-color: #6F74FF;
}
.video_tabs section[for] {
	display: none;
	text-align: justify;
  color: #000;
	width: auto;
	height: 800px;
}
.video_tabs input[type="radio"]#video_tab_1:checked ~ section[for="video_tab_1"], 
.video_tabs input[type="radio"]#video_tab_2:checked ~ section[for="video_tab_2"],
.video_tabs input[type="radio"]#video_tab_3:checked ~ section[for="video_tab_3"], 
.video_tabs input[type="radio"]#video_tab_4:checked ~ section[for="video_tab_4"], 
.video_tabs input[type="radio"]#video_tab_5:checked ~ section[for="video_tab_5"], 
.video_tabs input[type="radio"]#video_tab_6:checked ~ section[for="video_tab_6"] {
	display: block;
}
.video_tabs input[type="radio"]#video_tab_1:checked ~ legend label[for="video_tab_1"], 
.video_tabs input[type="radio"]#video_tab_2:checked ~ legend label[for="video_tab_2"], 
.video_tabs input[type="radio"]#video_tab_3:checked ~ legend label[for="video_tab_3"], 
.video_tabs input[type="radio"]#video_tab_4:checked ~ legend label[for="video_tab_4"], 
.video_tabs input[type="radio"]#video_tab_5:checked ~ legend label[for="video_tab_5"], 
.video_tabs input[type="radio"]#video_tab_6:checked ~ legend label[for="video_tab_6"] {
	padding-top: 0.2em;
	border-bottom-width: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0));
}
/*.video_tabs input[type="radio"]#tab_1:checked:focus ~ legend label[for="tab_1"], .video_tabs input[type="radio"]#tab_2:checked:focus ~ legend label[for="tab_2"], .video_tabs input[type="radio"]#tab_3:checked:focus ~ legend label[for="tab_3"] {
	color: red;
}
*/