.index-logo{
    font-size: 34px;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    font-weight: bold;
}


.answer-item {
    border: solid 1px #ccc;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}
.question {
    border: solid 1px #0056b3;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}
.question h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

.answer-item p.lead {
    font-size: 1rem;

    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

.answer-item label.custom-control-label {
    font-weight: bold;
}


.timer, .timer-done, .timer-loop {
    font-size: 1rem;
    color: black;
    font-weight: bold;

}

   .jst-hours {
       float: left;
   }
.jst-minutes {
    float: left;
}
.jst-seconds {
    float: left;
}
.jst-clearDiv {
    clear: both;
}
.jst-timeout {
    color: red;
}
