html {
    min-height: 100%;
    height:1080px;
}

body {
    font-family: 'Lato', sans-serif;
    min-height: 100%;
    background-color: white;
    height: 100%;
}

.labButton {
    border: 4px solid transparent;
}

.labButton:hover {
    border-color: gray;
    border: 4px solid gray;
}

div#preload {
    display: none;
}

#lab {
    background-image: url("images/background.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    max-height: 1080px;
    position: relative;
    max-width: 1920px;
    height: 100%;
}

table {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
    position: static;
    overflow: visible;
}

input {
    cursor: pointer;
}

label {
    cursor: pointer;
}

#scene {
    display: none;
    padding-top: 3.5%;
}

#heat_timer {
    background-color: white;
    width: 100px;
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
}

#gel_timer {
    background-color: white;
    width: 100px;
    text-align: center;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
}

#burner {
    margin-top: -30%;
    width: 70%;
}

table {
    border-collapse: collapse;
    position: relative;
    margin: auto;
}

td {
    border-right: 1px solid grey;
    min-width: 2%;
    width: 2%;
}

.banded {
    border-bottom: 2px solid black;
    width: 50%;
    position: relative;
    margin: auto;
}

#palette_container {
    background-color: white;
    width: 215px;
    border: 2px solid black;
    position: relative;
    margin: auto;
    margin-bottom: 80px;
}

.palette_well {
    border: 1px solid black;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 10px;
    background-color: white;
    cursor: pointer;
}

.app_well {
    border: 1px solid black;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 10px;
    background-color: white;
    cursor: pointer;
}

#scene-left {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-left: 20%;
}

#scene-right {
    display: inline-block;
    width: 50%;
    text-align: center;
}

#next_button {
    background-color: white;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid black;
    cursor: pointer;
    padding: 5px;
    width: 50px;
}

#next_button:hover {
    background-color: aqua;
}

#next_div {
    width: 100%;
    text-align: right;
    margin-bottom: 100px;
}

#list_div {
    background-color: white;
    position: relative;
    /* margin: auto; */
    height: 300px;
    width: 300px;
    overflow-y: scroll;
    border: 1px solid black;
    margin-top: 10%;
    left: 25%;
}

#timer_box {
    border: 1px solid black;
    background-color: white;
    width: 100px;
}

.beaker {
    border: 1px solid black;
    margin-top: 5px;
    border-radius: 20px;
    background-color: white;
    cursor: pointer;
}

.beaker:hover {
    background-color: aqua;
}

#burner {
    cursor: pointer;
}

#running_band {
    border-bottom: 2px solid orange;
    margin-top: 0px;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: relative;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, .0001) !important;
}

#instructions {
    position: absolute;
    z-index: 1;
    padding-top: 10px;
    left: 18%;
    top: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, .0001) !important;
    top: 0%;
    width: 64%;
}

#instructionsText {
    text-align: center;
    font-size: 13px;
    color: white;
    line-height: 1.1;
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    position: relative;
    left: 12.5%;
    top: 10%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

h1 {
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 26.4px;
}

h3 {
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 15.4px;
}

p {
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

blockquote {
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  #heatError {
      top: -50%;
  }

  #pdfDownloaded {
      top: -50%;
  }