body {
  background-image: linear-gradient(
      rgba(77, 93, 114, 0.5),
      rgba(77, 93, 114, 0.5)
    ),url(../Images/background.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.text-color {
  color: white;
  font-weight: bold;
}


/*.weekDays-selector input {
    display: none!important;
  }*/
  
  .weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 40px;
    margin-right: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  
  .weekDays-selector input[type=checkbox]:checked + label {
    background: #007bff;
    color: #ffffff;
  }


  
.day {
  padding: 0px;
}

.closed {
  display:none;
}

table, th, td {
  border: 1px solid black;
}

.button{
  margin-bottom: 2rem;
}