/* CSS Document */

/***ASSOCIATED WITH MATCH REPORTS***/

/*DIV class to display a deal on the left*/
.dealrecordleft {
float:left;
width:250px;
margin-right:25px;
}

/*DIV class to display a deal on the right*/
.dealrecordright {
float:right;
width:250px;
margin-left:25px;
}

.bidtable {
width:55%;
}

/*DIV class for the hand distribution section of the traveller*/
.hands {
width:98%;
border:solid 2px #b0b0b0;
margin:10px 1px;
background-color:#e0e0e0;
}

/*DIV class for blank boxes in Hands DIV*/
.box1 {
float:left;
width:31.1%;
padding:1% 0 1% 2%;
font-size:11px;
}

/*DIV class for filled boxes in Hands DIV*/
.box2 {
float:left;
width:31.2%;
padding:1% 0 1% 2%;
font-size:11px;
background-color:#f0f0f0;
}

/*DIV class to clear floats on results page only*/
.clearboth {
clear:both;
}

/*Specifically define color and font for suit icons to ensure readability*/
.black {
font-family:"Times New Roman", Times, serif;
font-size:15px;
}

.red {
font-family:"Times New Roman", Times, serif;
font-size:15px;
color:#cc0000;
}

/*End of File*/