html body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
}

#table {
	position: relative;
	width: 100%;
}

#table table {
	position: relative;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0;
}

#scTable tr:nth-child(odd) {
	background-color: #B0D9FF;
}

#scTable tr:nth-child(even) {
	background-color: #ceecff;
}

td {
	border: 1px solid #000000;
	text-align: left;
	font-size: 15px;
	font-family: Arial;
	color: #000000;
}

th {
	background: -o-linear-gradient(bottom, #007bff 5%, #003193 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007bff
		), color-stop(1, #003193));
	background: -moz-linear-gradient(center top, #007bff 5%, #003193 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"
		#007bff\", endColorstr=\" #003193\");
	background: -o-linear-gradient(top, #007bff, 003193);
	background-color: #007bff;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}

#tableBody {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 75%;
	max-height: 75%;
	width: 80%;
	/* overflow-x: hidden;
	overflow-y: auto;  */
}

#image {
	position: absolut;
	width: 550px;
	margin: 0 auto;
}

#lastUpdate {
	text-align: center;
	color: #007bff;
	font-size: 120%;
	font-weight: bold;
	margin-top:20px;
}

@media only screen
	and (max-width : 500px) {
		th, td
		{
			font-size: 6px;
	}    
}