.table-cell-1{
    min-width: 80px;
    min-height: 60px;
    background-color: #E4E4E4;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 4px;
    text-align: center;
  }
  .table-cell-2{
    min-width: 160px;
    min-height: 60px;
    background-color: #E4E4E4;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 4px;
    text-align: center;
  }
  .table-cell-x{
    min-height: 60px;
    background-color: #E4E4E4;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 4px;
    text-align: center;
    color:white;
  }