#boxscore{
width: 90%;
margin: auto;
}
.head{
background-color: #58052E;
color: #fff;
font-weight: bold;
margin-top: 2px;
font-size: .7em;
text-align: center;
}
#boxscore .head2{
background-color: #dfdfdf;
color: #000;
font-weight: bold;
margin-top: 2px;
font-size: .7em;
text-align: center;
}
.content{
font-weight: bold;
font-size: .7em;
text-align: center;
margin-top: 5px;
}
.visitor{
float: left;
width: 49.75%;
}
.home{
float: right;
width: 49.75%;
}
.home .head{
background-color: #A5A2A5;
color: #000;
font-weight: bold;
font-size: .7em;
text-align: center;
}
.visitor .head{
background-color: #6B6D6B;
color: white;
font-weight: bold;
font-size: .7em;
text-align: center;
}
table{
width: 100%;
margin: 0px;
padding: 0px;
border-collapse: collapse;
}
th{
background-color: #58052E;
font-size: .7em;
color: white;
border-bottom: 2px solid #9F9F9F;
text-align: center;
cursor: default;
}
td{
font-size: .7em;
text-align: center;
}
.tdone{
background-color: #f0f0f0;
}
.tdtwo{
background-color: #f8f8f8;
}
.tdthree{
background-color: #c0d0dd;
}
th.hover{
background-color: #840141;
}