table.bestpairs_table
{
    width : 100%;
}

div#bestpairs
{
	width : 100%;
}

table.bestpairs_table
{
    margin-top : 2.5em;
    border : solid 1px black;
	font-size : 95%;
}

table.bestpairs_table tr.best_pairs_row
{
	line-height : 150%;
}

div#bestpairs tr.division_name
{
    background: #0060A0; 
    color: white;
    font-weight: bold;
    line-height : 1.5em;
}

div#bestpairs tr.bestpairs_headings
{
    font-weight: bold; 
    background: #D0E0FF; 
    color: #333333;
	font-size : 90%;
}

div#bestpairs td.bestpairs_column_left
{
	border-left : 1px solid #333333;
}

div#bestpairs td.bestpairs_column_right
{
	border-right : 1px solid #333333;
}

div#bestpairs td.bestpairs_border_bottom
{
	border-bottom : 1px solid #333333;
}

td.bestpairs_description { min-width : 60%; width : 60%; }
td.bestpairs_played { min-width : 10%; width : 10%; text-align : center; }
td.bestpairs_won { min-width : 10%; width : 10%; text-align : center; }
td.bestpairs_lost { min-width : 10%; width : 10%; text-align : center; }
td.bestpairs_percent { min-width : 10%; width : 10%; text-align : center; }

