footer {
    background-color: rgb(187, 185, 183);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    overflow: hidden;
}
:disabled {
    opacity: 0.2;
}

#bpause {
    display: none;
}

#bstop {
    background-color: #f54d4d;
}

button.orangebutton {
  background-color: #f16100;
}

#disagree{
  background-color: #f54d4d;
}

[type="checkbox"]+label, [type="radio"]+label {
    padding-left: 5px;
}

@keyframes fadeIn { 
  from { opacity: 0; } 
}
.loadingtext {
  animation: fadeIn 0.5s infinite alternate;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-size: 50px;
    color: white;
  }
  
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: inline-block;
    max-width: 300px;
  }
  
  .modal-grid {
    display: grid;
    grid-template-columns: auto;
    margin: auto;
    margin-top: 100px;
    max-width: 800px;
  }
  
  textarea {
    width: 790px !important;
    margin-left: 5px !important;
    resize: vertical !important;
  }
  
  .modal-grid-item {
    display: grid;
    justify-content: center;
  }

  /* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.showmodal .modal {
    overflow: hidden;
  }

/* The Modal (background) */
.modaloverlay {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-size: 50px;
  color: white;
}


/* Anytime the body has the loading class, our
    modal element will be visible */
body.showmodal .modal {
    display: block;
}

.hidden {
  display: none;
}

.addToHomescreenGadget {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -35px;
  bottom: 5px;
  height: 70px;
  width: 70px;
  cursor: pointer;
  Font-size: 10px;
}