h4 {margin-top: 20px;}
input[type="range"] {width: 100%;}
.recommendation-box {
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    height: 100%;
}
.recommendation-box .list-group-item:hover {
    text-decoration: underline;
    cursor: pointer;
}
.loading_modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('loading_modal.gif') 
                50% 50% 
                no-repeat;
}
.loading_modal p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 20px;
    padding-top: 100px;
}
body.loading {overflow: hidden;}
body.loading .modal_loading {display: block;}
#warning-similar-text a{color: white;}
.question-labels span {max-width: 20%; line-height: 0.8em;}
.question-labels span:nth-child(1){text-align: left;}
.question-labels span:nth-child(2){text-align: right;}