* {
margin: 0;
padding: 0;
text-decoration: none;
color: inherit;
}

body {
overflow-y: scroll;
}

#BOXheader{
font-family: "OpenSans","Helvetica","Arial",sans-serif;
font-weight: 600;
font-size: 1.1rem;
padding-left: 10px;
padding-top: 10px;
}

#BOXdata {
padding-left: 10px;
padding-top: 10px;
}

.BOXgame {
font-family: "OpenSans","Helvetica","Arial",sans-serif;
}	

.BOXscorecard {
font-size: 1.1rem;
}

.BOXteam1, .BOXteam2 {
float: left;
display: table-cell;
width: 250px;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.BOXteam2 {
clear:both;
}

.BOXscore1, .BOXscore2 {
float: left;
display: table-cell;
font-weight: 600;
}

.BOXscore3 {
clear: both;
font-size: 0.875rem;
}

.BOXscore4 {
clear: both;
font-family: "OpenSans","Helvetica","Arial",sans-serif;
font-size: 0.875rem;
color: #3b82f6;
font-weight: 900;
font-style: italic;
}
