#table_score {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 70%;
    background-color: #ffffff;
    border-radius: 1%;
    border-radius: 5px;
  }
  
  #table_score td, #table_score th {
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
  }
  
  #table_score tr:nth-child(even){background-color: #f2f2f2;}
  
  #table_score tr:hover {background-color: #ddd;}
  
  #table_score th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #00D0FE;
    color: white;
    border-radius: 5px;
    text-align: center;
  }
  .scorescreen
  {
    text-align: -webkit-center;
    width: 100%;
    height: 100%;
  }