﻿/*.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #ffc241;
    border-color: #ffc241;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}*/


#question-card {
    min-height: 75vh;
}

#question-footer {
    position: absolute;
    bottom: 10px;
    width: 90%;
}
