/*************************************************
*  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 {
	 font-size: 8pt;
    margin: 25px 0 15px;
    text-align: left;
    width: 100%;
}
.wp-table-reloaded th {
    border-bottom: thin dotted #CCCCCC;
    font-size: 19px;
    height: 50px;
	letter-spacing: 1px;
	padding-left: 20px;
}
.wp-table-reloaded td {
	background-color: #FFFFFF;
    color: #3D3D3D;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0;
    vertical-align: top;
	padding-left: 20px;
}
.wp-table-reloaded .even td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .odd td {
	background-color: #F0F0F6;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6!important;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}