﻿h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.desc-top{
	margin-left: 125px;
	background: #eaeded;
	max-width: 1150px;
}
.desc-top span{
	width:400px;
}
#tbl-players{
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-left: 5px;
}
.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px #000 solid;
	text-align: left;
	line-height:18px;
	padding: 5px;
}
.data{
	padding: 5px;
	border-bottom: 1px #000 solid;
}
.center{
	text-align: center;
}
@media only screen and (max-device-width: 480px) {
	.desc-top{margin-left:0px}
}