@charset "UTF-8";
/* CSS Document  -  RLC classes */

.caption {

}

.allen{
	font-weight: bold;
}

/* BEGIN CSS FOR PRO-COMPETITORS PAGES */
/* container div for the profile photo and stats table */
.pro-competitor-header{
	width:100%;
}
/* competitor's stats table */
.stats{
	font-size:13px;
	line-height:13px !important;
	padding-left:125px;
}

.stats td{
	text-align:left !important;
	width:256px;
}

.stats table td, table th {
	padding: 2px 4px 1px 4px;
	line-height: 21px;
}

.stats th{
	background: #B7A188;
	color: #FFFFFF;
	text-align: left !important;
	vertical-align: left;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
/* profile photo of competitor */
.competitor-photo{
	width:113px;
	height:174px;
	float:left;
}

/* END CSS FOR PRO-COMPETITORS PAGES */
