﻿body {
	background-color: #000;
	color: #FFF;
	font-size: 1.3vw;
	font-family: Arial,sans-serif;
	font-weight: bold;
	overflow-x: hidden;
}

thead {
	background-color: #444;
	border-bottom: 2px solid #552222;
}

thead td:first-child {
	border-radius: 10px 0px 0px 0px;
}

thead td:last-child {
	border-radius: 0px 10px 0px 0px;
}

tr:nth-child(even) {
	background-color: #292929;
}

tbody {
	font-size: 4.0vh;
}

.col-md-12 {
	margin: 0 !important;
}

.img-30 {
	width: 30%;
	height: auto;
}

.img-50 {
	width: 50%;
	height: auto;
}

.img-99 {
	width: 99%;
	height: auto;
}

.out-1 {
	background: linear-gradient(to right, rgba(255,0,0,0.0), rgba(255,0,0,0.25), rgba(255,0,0,0.0));
}

.out-2 {
	background: linear-gradient(to right, rgba(255,0,0,0.0), rgba(255,0,0,0.6), rgba(255,0,0,0.0));
}

.out-3 {
	background-color: rgba(255,0,0,1);
}

#onclock {
	margin-top:20px;
}
