#boxscore{
width: 90%;
margin: auto;
}
#boxscore span.team{
font-weight: bold;
font-size: .8em;
color: black;
margin-bottom: 5px;
position: relative;
left: -2.5%;
}
#scoreboard{
width: 80%;
margin-left: auto;
margin-right: auto;
}
#boxscore table{
width: 100%;
padding: 0px;
border-collapse: collapse;
margin: 0px;
margin-bottom: 20px;
}
#boxscore table td{
padding: 0px;
font-size: .7em;
}
#boxscore table th{
padding-left: 3px;
}
#boxscore table td{
padding-left: 3px;
}
#boxscore table th.headone{
text-align: center;
color: white;
font-weight: bold;
font-size: .7em;
background-color: #58052E;
border-bottom: 2px solid #9F9F9F;
cursor: default;
}
#boxscore table th.headtwo{
text-align: center;
color: white;
font-weight: bold;
font-size: .7em;
background-color: #840141;
border-bottom: 2px solid #9F9F9F;
cursor: default;
}
#boxscore table tr td{
text-align: center;
}
#boxscore table tr.tdone td{
background-color: #f0f0f0;
}
#boxscore table tr.tdtwo td{
background-color: #f8f8f8;
}
#boxscore table tr.tdthree td{
background-color: #c0d0dd;
}


.cont table{
width: 100%;
border-collapse: seperate;
border-spacing: 1px;
padding: 0px;
margin: 0px;
margin-top: 3px;
background-color: #58052E;
}
.cont th{
background-color: #58052E;
font-size: .7em;
color: #fff;
text-align: center;
cursor: default;
}
.cont td{
background-color: #fff;
font-size: .7em;
text-align: center;
}
.cont tr.team_stat td{
background: #58052E;
color: #fff;
font-weight: bold;
}
