body {
	color: #000000;
}

.footer-area {
	padding: 0px;
	background-color: #f9f9ff;
}

.footer-bottom {
	padding: 0px;
	text-align: center;
}

.footer-bottom p {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #aaaaaa;
}

b {
	color: #000000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.gamblingtitle {
	background-color: lightblue;
	color: #000000;
	font-size: 1.3rem;
	font-weight: bold;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 1rem .4rem .4rem .4rem;
	margin-bottom: 1.5rem;
}

.gamblingtable {
	padding: 5px 0 5px 8px;
	background-color: #ffffff;
	display: block;
}

.gamblingtable tr td {
	font-size: 1rem !important;
	line-height: normal;
	font-weight: bold;
}

td.tdnumber {
	width: 23px;
	text-align: center;
}

td.tdx {
	text-align: center;
}

td.tdproduct {
	width: 40px;
	text-align: right;
}

.rankedlist {
	font-size: 12px;
	line-height: 1rem;
	padding: 0 0 0 20px;
	color: #000000;
}

.rankedstroke {
	margin: .2rem;
	border-color: #000000;
	border-width: .1rem;
}

.rankedbolduppercase {
	font-weight: bold;
	text-transform: uppercase;
}

.rankedboldlowercase {
	font-weight: bold;
	text-transform: capitalize;
}

.prog_tr1 {

}

.prog_tr2 {
	line-height: 1.25em;
}

.prog_startno {
	width: 4%;
	font-weight: bold;
}
.prog_horsename {
	color: #d00;
	width: 35%;
	font-weight: bold;
}
.prog_distance {
	width: 15%;
}
.prog_records {

}
.prog_earned {
	width: 15%;
	text-align: right;
	margin-right: 1px;
}


.res_cell {
	display: table-cell;
}
.res_cell:last-child {
	padding: 0px 10px;
}
.res_table {
	display:block;
	table-layout:fixed;
	font-size: 0.75rem;
}
.res_title_startno {
	width: 22px;
}
.res_startno {
	width: 22px;
	font-weight: bold;
}
.res_title_horsename {
	width: 140px;
}
.res_horsename {
	width: 140px;
	color: #d00;
	font-weight: bold;
}
.res_driver {
	width: 60px;
}
.res_distance {
	width: 40px;
}
.res_time {
	width: 40px;
}
.res_odds {
	width: 45px;
}
.res_premie {
	width: 50px;
}
.res_comment {
	line-height: initial;
}
@media (max-width: 767px) {
	.res_cell:last-child {
		display: table-caption;
		caption-side: bottom;
		padding:0px 0px 0px 22px;
	}
}



.last5row {
	display: none;
}

.last5table {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}
.last5table tr td {
	padding: 0px 0px;
}
.last5table_0 {
	display: block;
	background-color: #dddddd;
}
.last5table_1 {
	display: block;
	background-color: #ffffff;
}

.last5cell {
	display: table-cell;
}
.last5cell:last-child {
	padding:0px 10px;
}
@media (max-width: 767px) {
	.last5cell:last-child {
		display: table-caption;
		caption-side: bottom;
		padding:0px;
	}
}

.last51 {
	width: 70px;
}
.last52 {
	width: 35px;
}
.last53 {
	width: 100px;
}
.last54 {
	width: 40px;
}
.last55 {
	width: 45px;
	font-weight: bold;
	text-align: right;
	padding-right: .8rem;
}
.last56 {
	width: 55px;
}
.last57 {
	width: 30px;
	text-align: right;
}
.last58 {
	text-align: right;
	width: 40px;
}

.lastcomment {
	line-height: normal;
}











@media (min-width: 375px) {
	.col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
