.score {
  font-weight: bold;
  text-align: center;
  background: white;
  width: 30%;
}
  
td.score2:last-child { 
  background: white;
  font-weight: bold;
  border-bottom-right-radius: 0px; 
  text-align: center;
  }

td.miniBoxscore { 
  margin: 0px;
  padding: 2px;
  vertical-align: top;
}

a{
    color: black;
	text-decoration: none;
}

a:hover {
    color: darkblue;
	text-decoration: none;
}

table.sc { 
  border-collapse: separate; 
  background: black; 
  width: 100%; 
  min-width: 100px;
  min-height: 100px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; 
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  }
  
td.sc { 
  border: solid 0px #000; 
  padding: 5px; 
  background: white; 
  width: 45%; 
  }
  
tr.sc:first-child td.sc:first-child { 
  border-top-left-radius: 0px; 
  background: #FF8E1D;
  text-align:center;
  font-weight: bold;
  }
  
table.sc:hover tr.sc:first-child td.sc:first-child { 
  background: yellow;
  }
  
tr.sc:first-child td.sc:last-child { 
  border-top-right-radius: 0px;
  }
  
tr.sc:last-child td.sc:first-child { 
  border-bottom-left-radius: 0px; 
  }
  
tr.sc:last-child td.sc:last-child { 
  border-bottom-right-radius: 0px; 
  }
  
 img {
  vertical-align:middle;
  width: 30px;
}

  