body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #0f0f0f;
    color: #fff
  }
  
.logo {
    display: inline-block;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 45px;
    /*float: left;*/
    transform: translateY(25px);
}

.logo img {
    height: 72px;
    width: 117.692307692px;
    margin-top: -24px;
}

.cisLogo img {
  height: 72px;
  width: 95.04px;
  margin-top: 35px;
  border-radius: 0;
}

.container h2 {
  margin-top: -75px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}

.container h2 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  float: right;
}
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  
  th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  
  th {
    background-color: #282828;
  }
  
  input[type="file"] {
    display: block;
    margin: 20px auto;
  }

  label {
    margin-right: 5px;
  }

  /*tr:first-child {
    font-weight: bold;
    background-color: #f0f0f0;
    font-size: 20px;
  }*/

  tr th button{
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }

  .filter{
    display: inline-block;
  }

  .work-box{
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .tab{
    width: 100%;
    margin-top: 50px;
  }

  .banner::after {
    content: "";
    clear: both;
    display: table;
  }

  .tab::after {
    content: "";
    clear: both;
    display: table;
  }

  #spreadsheet-selector {
    padding-left: 5px;
    display: inline-block;
    margin-bottom: 10px;
  }

  #spreadsheet-selector button {
    background-color: #262626;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  }

  #spreadsheet-selector button:hover {
    background-color: #3f3f3f;
  }

  #switch-file {
    background-color: #262626;
    border: none;
    color: white;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
  }

  #switch-file:hover {
    background-color: #3f3f3f;
  }

  #filter-input {
    margin-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #switch-file {
    float: right;
  }

  .programme {
    overflow-x: auto;
  }

  .cisLogo{
    display: inline-block;
}

.banner h2{
    display: inline-block;
}

  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }

    .container h2 {
      margin-top: 35px;
    }
  }

  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }

    .container h2 {
      margin-top: 35px;
    }
  }

  @media (max-width: 991px) {
    .container h2 {
        margin-top: 0px;
    }

    .tab {
      margin-top: 20px;
    }
  }

  h2 {
    font-size: 2rem;
  }

  @media (max-width: 575px){
    .logo img {
      height: 52px;
      width: 85px;
    }
    .cisLogo img {
      height: 52px;
      width: 68.639999999px;
    }
    .container h2{
      font-size: 1.4rem;
    }
  }