.score {
  font-weight: bold;
  text-align: center;
  background: white;
  min-width: 50px;
}

.title {
  font-weight: bold;
  text-align: center;
  font-size: x-large;
}

table.box { 
  border-collapse: separate; 
  background: black; 
  width: 100%; 
  max-width: 500px;
  margin: 20px;
  padding: 2px;
  }

td.box { 
  border-collapse: separate; 
  background: white; 
  padding: 2px;
  }
  
tr.box:first-child td.box {
  background: #FF8E1D;
  text-align: left;
  font-weight: bold;
  }
  
 img {
  vertical-align:middle;
  width: 40px;
}
  
 img.player {
 border: solid 1px #000;
  vertical-align:middle;
}
  
 img.logo {
  vertical-align:middle;
  height: 40px;
  width: 40px;
}

table.match{
border: 0px;
width: 100%;
padding: 5px;
}

td.match{
padding: 5px;
}

table.nextGame { 
  border-collapse: separate; 
  background: black; 
  width: 100%; 
  max-width: 1000px;
  margin: 20px;
  padding: 2px;
  }

  