/*************************************************
*  This CSS file belongs to WP-Table Reloaded!   *
*  DO NOT make any changes here, add them to the *
* "Custom CSS" textarea in the "Plugin Options"! *
*************************************************/

.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 10px;
	/*background-color: #CDCDCD;*/
	width: 90%;
	text-align: left;
	margin:0 auto;
	
}
.wp-table-reloaded tr{
	padding-bottom:20px;
	margin-bottom:10px;
}

.wp-table-reloaded th {
	/*background-color: #E6EEEE;
	border: 1px solid #FFFFFF;*/
	padding: 4px;
	color: #3D3D3D!important;
}
.wp-table-reloaded td {
	padding: 5px 10px;
	vertical-align: top;
	display: table-cell;
}
.wp-table-reloaded .even td {
	
}
.wp-table-reloaded .odd td {
	
	
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color:#E2E2E2;	
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}


.column-1{
	font-family: Helvetica, Arial Black;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #CB2027;
}


.column-1 span, .column-3 span{
	font-family: Helvetica, Arial Black;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #CB2027;
	display:block;
}

td.column-6{
	width:100px;
	font-size:17px;
	color:#CB2027;
	line-height:15px;
	font-weight: normal;
}

.column-2 a{
	font-family: Helvetica, Arial Black;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	text-transform:uppercase;
	display:block;
	color:#000;
}

.column-2 span{
	font-family: Helvetica, Arial Black;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: white;
	background: #0e75bc;
	padding: 5px;
	display:block;
	text-align: center;
	text-transform:uppercase;
}

.column-5 span{
	font-family: Helvetica, Arial Black;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: white;
	background: #00A2E0;
	padding: 5px;
	width: 28px;
}