#Results{
width: 100%;
}
#Results .title{
font-weight: bold;
font-size: .7em;
}
#Results .wrap{
width: 95%;
margin-left: auto;
margin-right: auto;
}
#Results table.result{
width: 100%;
padding: 0px;
margin: 0px;
border-collapse: collapse;
/*border-left: 1px solid #58052E;
border-top: 1px solid #58052E;
border-bottom: 1px solid #58052E;*/
border: 1px solid #58052E;
margin-bottom: 20px;
}
#Results table.result td.head{
background-color: #58052E;
color: white;
font-size: .6em;
padding: 0px;
}
#Results table.result td{
font-size: .6em;
padding: 0px;
padding-left: 3px;
/*border-right: 1px solid #58052E;
border-top: 1px solid #58052E;*/
width: 25%;
}
#Results .one{
background-color: #f0f0f0;
}
#Results .two{
background-color: #f8f8f8;
}
#Results .three{
background-color: #c0d0dd;
}