[v-cloak] {
	display: none;
}
* {
	font-family: sans-serif;
}
body {
	background-color: #aaa;
	text-align: center;
	margin: 0;
}
.video_debug {
	position: absolute;
	bottom: 1px;
	right: 1px;
	background-color: rgba( 255,255,255, 0.5 );
	color: #fff;
}
.video_tips {
	text-align: left;
	position: absolute;
	padding: 4px;
	bottom: 1px;
	left: 1px;
	color: #888;
}
.video_player_name {
	font-size: 4vh;
	color: #fff;
	font-weight: bold;
}
.side_bar {
	position: relative;
	width: 27%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0;
	padding:0;
}
.videos {
	background-color: #000;
	position: relative;
	display: inline-block;
	height: 100vh;
	overflow: hidden;
	width: 73%;
	margin:0;
	padding:0;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
.grid_video {
	display: inline-block;
	margin: 0;
	box-sizing: border-box;
	height: 50vh;
	background-color: #000;
}
.grid_video_4 {
	width: 50%;
}
.grid_video_6 {
	width: 32%;
}
.big_video {
	width: 100%;
	height: 92vh;
	box-sizing: border-box;
	background-color: #000;
	display: inline-block;
}
.small_video {
	background-color: #000;
	display: inline-block;
	float:right;
	border: 1px solid #666;
	width: 10vh;
	height: 8vh;
	margin: 0;
	padding: 0;
	margin-left: -1px;
	box-shadow: 3px 3px 3px rgba( 0,0,0,0.25 );
}
.error {
	top: 25vh;
	position: fixed;
	width: 100%;
	padding: 4vw;
	background-color: #fff;
	box-shadow: 1vw 1vw 1vw rgba( 0,0,0,0.25 );
	color: #f99;
	font-weight: bold;
	box-sizing: border-box;
}
.info {
	width: 95vw;
	margin: 2.5vw;
	background-color: #fff;
	border-radius: 2vh;
	padding: 4vw;
	box-sizing: border-box;
}
.info ul li {
	text-align: left;
	margin-bottom: 1vh;
}
.no_results {
	font-size: 4vh;
	color: #fff;
}
.room_url {
	box-sizing: border-box;
	width: 95%;
	left: 2.5%;
	top:0;
	position: absolute;
	background-color: #fff;
	border-radius: 2vh;
	padding: 2vh;
	margin-top: 1vh;
}
.donate_box {
	box-sizing: border-box;
	width: 95%;
	left: 2.5%;
	bottom:0vh;
	position: absolute;
	background-color: #fff;
	border-radius: 2vh;
	padding: 2vh;
	margin-bottom: 1vh;
}
.donate_box form {
	display: inline-block;
}
.room_url input {
	width: 100%;
	text-align: center;
}
.settings_center {
	box-sizing: border-box;
	width: 100%;
	top: 48vh;
	position: absolute;
	color: #66f;
	height: 4vh;
}
.card_search_box {
	display: inline-block;
	height: 4vh;
	width:80%;
}
.card_search_box input {
	width: 80%;
	box-sizing: border-box;
	height: 4vh;
	border: 1px solid #000;
	vertical-align: middle;
	border-right: 0;
	font-size: 2.5vh;
	padding-left: 1vh;
}
.settings_center button {
	box-sizing: border-box;
	height: 4vh;
	border: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
}
.settings_overlay {
	position: absolute;
	top: 10vh;
	left:10%;
	width: 80%;
	height: 30vh;
	background-color: rgba( 255,255,255, 0.9 );
	border-radius: 2vh;
	box-sizing: border-box;
	padding: 1vh;
	border: 1px solid #999;
}
.settings_center_overlay {
	position: absolute;
	top: 42vh;
	left:10%;
	width: 80%;
	height: 16vh;
	background-color: rgba( 255,255,255, 0.9 );
	border-radius: 2vh;
	box-sizing: border-box;
	padding: 1vh;
	border: 1px solid #999;
}
.settings_overlay button, .info button, .settings_center_overlay button {
	border-radius: 1.5vh;
	font-size: 1.5vh;
	padding: 1vh;
	background-color: rgb(56,56,56);
	color: #fff;
	cursor: pointer;
}
.green_button {
	background-color: #090 !important;
}
.red_button {
	background-color: #900 !important;
}
.decrement, .increment {
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	font-size: 3vh;
	opacity: 0.5;
	width: 20%;
	display: inline-block;
	background-color: rgba(255,255,255,0.25);
	border-radius: 1vw;
	color: inherit;
	border: 0.5vw rgba(0,0,0,0.25) solid;
	height: 25vh;
	box-sizing: border-box;
}
.decrement:focus, .increment:focus, .settings_button button:focus, .small_counter_value:focus {
	outline:0;
}
.big_counter {
	vertical-align: middle;
}
.toolbar {
	height:20vh;
}
.room {

}
.player_list {
	max-width: 100%;
}
.player {
	position: relative;
	box-sizing: border-box;
	height: 50vh;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}
.player_layout_2 {
	width: 100%;
}
.player_layout_3, .player_layout_4 {
	width: 50%;
}
.main_counter {
	margin-top: 5vh;
	height: 25vh;
	font-size: 6vh;
	text-align: center;
	user-select: none;
}
.counter_bar {
	height: 20vh;
	text-align: center;
}
.small_counter_box {
	display: inline-block;
	height: 10vh;
	width: 33.29%;
	vertical-align: top;
	overflow: hidden;
}
.small_counter_value {
	background-color: inherit;
	border: 0;
	cursor: pointer;
	user-select: none;
	font-size: 4vh;
}
.small_counter_name {
	background-color: inherit;
	border: 0;
	width: 100%;
	text-align: center;
	color: inherit;
}
.player_name {
	color: inherit;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border: none;
	font-size: 2vh;
	position: absolute;
	left: 0;
	top: 5vh;
}
.main_counter_delta {
	font-size: 2vh;
	left: 0;
	top: 25vh;
	position: absolute;
	color: inherit;
	text-align: center;
	width: 100%;
	background-color: rgba( 0,0,0,0 );
}
.background {
	pointer-events: none;
	top: 0;
	left: 0;
	position: absolute;
	height: 50vh;
	width: 100%;
	opacity: 0.15;
	background-repeat: no-repeat;
	background-position: center center;
}
.green {
	/* pale = rgb( 196,211,202);*/
	background-color: rgb(0,115,62);
}
.green .background {
	background-image: url('G.svg');
}
.red {
	background-color: rgb( 211, 32, 42 );
}
.red .background {
	background-image: url('R.svg');
}
.black {
	background-color: rgb( 21, 11, 0 );
}
.black .background {
	background-image: url('B.svg');
}
.white {
	background-color: rgb( 249, 250, 244 );
	color: #000;
}
.white .background {
	background-image: url('W.svg');
}
.blue {
	/* pale = rgb( 179,206,234 );*/
	background-color: rgb( 14, 104, 171 );
}
.blue .background {
	background-image: url('U.svg');
}
.colourless {
	background-color: rgb( 192, 192, 192 );
	color: #000;
}
.colourless .background {
	background-image: url('C.svg');
}
.search_overlay {
	background-color: rgba( 0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.card {
	vertical-align: top;
	width: 48.8vh;
	height: 68vh;
	display: inline-block;
	padding: 0px;
	margin: 8px;
}
.card_img {
	width: 48.8vh;
	height: 68vh;
	padding: 0;
	margin: 0;
	overflow:hidden;
	border-radius: 2.3vh;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px rgba( 0,0,0,0.25 );
}
.card_img img {
	padding: 0;
	margin: 0;
	width: 100%;
}
.card_flip_holder {
	position:relative;
	width: 48.8vh;
	height: 68vh;
}
.card_flip {
	position:absolute;
	margin-top: -34vh;
	margin-left: -14.4vh;
	perspective: 600px;
}
.card_flip_content {
	position: absolute;
	transition: transform 1s;
	transform-style: preserve-3d;
}
.card:hover .card_flip_content {
	transform: rotateY( 180deg ) ;
	transition: transform 0.5s;
}
.card_front, .card_back {
	position: absolute;
	backface-visibility: hidden;
	top: -34vh;
	left: -14.4vh;
}
.card_back {
	transform: rotateY( 180deg );
}
.settings_visible {
	background-color: #ff0 !important;
}