body {
	width:100%;
	/* background-color: #939393; */
	margin:0;
	padding:0;
	font-family: arial;
	background-color: #FF5454;
	overflow-x: hidden;
	}

#wrap {
	width:100%;
	margin: 0 auto;
	padding:0;
	max-width: 1900px;

	}

#clock #loader {
	left:50% !important;
	margin-left:-16px !important;
}

.table tbody tr td a img {
  width: auto !important;
}



.bestsingles {
	width:100% !important;
	border:0;
	border-collapse: collapse;
	table-layout:fixed;
}

.bestsingles tr {


}

.bestsingles tr td {
	margin:0;
	padding: 6px 2%;
	width:28%;
	max-width:28%;
	word-wrap:break-word;
}

.bestsingles tr:nth-child(1) td {
	background:#2e7dbb !important;
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	border-top:#2e7dbb 1px solid !important;

}
.bestsingles tr:nth-child(1) td:nth-last-child(1) {
	border-right:#2e7dbb 1px solid;
}

.bestsingles tr:nth-last-child(1) td {
	border-bottom:#000 1px solid !important;
}

.bestsingles tr td:nth-child(1) {
	width:15%;
	max-width:15%;
	background:#000;
	color:#fff;
	font-weight:bold;
	text-align:right;
	border:1px solid #fff;
	white-space:nowrap;
	}
