th, td {
      border: 1px solid #ccc;
      padding: 6px 10px;
      text-align: left;
    }
    th {
      background-color: #f4f4f4;
    }
    tr td { text-transform: capitalize}
    .bar-container {
      width: 100%;
      background-color: #CCC;
      position: relative;
      height: 20px;
    }
    .bar {
      background-color: steelblue;
      height: 100%;
    }
    .bar-label {
      position: absolute;
      left: 5px;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #fff;
    }
    .div-table {
      overflow-y: scroll;
    }
