/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.bg-dark{
    background-color: #2c3e50!important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #18bc9c;
    background-color: transparent;
}

.text-info {
    color: #B9CC14 !important;
    font-weight: bold;
}

.text-danger {
    color: #E75041 !important;
    font-weight: bold;
}

.ls-answers tbody .answertext {
    text-align: left;
}

.answer-container table.ls-answers.subquestion-list.table-array-radio thead tr.scale-headers th.scale-1{
    width: 140px !important;
}
.answer-container table.ls-answers.subquestion-list.table-array-radio thead tr.scale-headers th.scale-2{
    width: 140px !important;
}

@media only screen and (max-width: 767px) {
    table.ls-answers, table.ls-answers thead, table.ls-answers tbody, table.ls-answers th, table.ls-answers td, table.ls-answers tr {
        display: inline-block;
    }
}
