body {
    background-color: rgb(69, 69, 69);
    color: white;
    margin: 0px;
    
}

.inputheaders {
    display: inline-block;
    margin-right: 30px;
    margin-top:0px;
    font-family: Gill Sans Extrabold, sans-serif;
    font-size: 50px;
    padding: 10px;
    border-width: 10px;
    margin-bottom: 10px;
}

.jobs {
    background-color: aquamarine;
    padding: 10px;
    width: 150px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-right: 20px;

}

.jobdivs {
    margin-top: -15px;
    background-color: aquamarine;
    padding: 10px;
    width: 150px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    padding-right: 20px;
    height: 45px;
}

#job1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.job_deletor {
    width: 30px;
    height: 30px;
    position: relative;
    top: -70px;
    right: -155px;
    margin-top: 10px;

}


.jobnames {
    width : 150px;
    
}

#time {
    display: inline-block;
    background-color: aquamarine;
    padding: 10px;
    width: 150px;
    border-radius: 10px;
    
    padding-right: 20px;
}

#plus-sign {
    width: 30px;
    height: 30px;

}
#jobadder {
    width: 30px;
    padding: 5px;
    padding-bottom: 0px;;
    position: absolute;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 30px;

}

#resultHeader {
    font-family: Gill Sans Extrabold, sans-serif;
    font-size: 50px;
    
}
.result {
    font-family: Gill Sans Extrabold, sans-serif;
    font-size: 35px;
       
}
#resultSentence {
    color: white;
}

#optionalHolder {
    color: black;
    padding-right: 15px;
    width : 170px;
    float: right;
    margin : 10px;
    margin-top: 10px;
    position: relative;
    margin-right: 20px;

}

.additionalInputs {
    width : 45px;
    overflow: hidden;
    margin-top: -3px;
    float: right;
    clear: both;
    height: 15px;

}
#option_disclaimer {
    text-align: center;
    
}

/* The switch - the box around the slider */
.switch {
    position: absolute;
    display: inline-block;
    width: 210px;
    height: 34px;
    margin-left: -140px;
    margin-top: 25px;

  }
  
  /* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
  

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin-left: 150px;
    margin-top: 0px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#toggleText {
    margin-right: 20px;
    display: inline-flex;
    margin-bottom: 0px;
}

div#joblistdiv {
    position: relative;
    top: 20px;
    left: -238px;
    margin: auto;
    width: 50%;
    height: relative;
    padding: 10px;
    
}
#list {
    font-size: 25px;
    color: white;
}

#help_button {
    background-color: rgb(178, 190, 170);
    width : 130px;
    margin : auto;
    margin-left: 5px;
    position: relative;
    margin-right: 20px;

}

#instruction_text {
    font-size: 25px;
}

#back_button {
    width : auto;
}

.helpText {
    font-family: Gill Sans Extrabold, sans-serif;
    color: white;
}

.chartHolders {
    width: 450px;
    height: 400px;
    float: right;
}



#charts {
    float: right;
    width: 900px;
    height: 300px;
    padding: 10px;
}
