html,
body {
    height: 100%;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.status-block .glyphicon {
    color: gold;
    /*width: 20%;*/
}

.star-block .glyphicon{
    color: gold;
    font-size: 24px;
}
#practice-result-table td,
#practice-result-table th {
    padding:10px;
    text-align: center;
}
#sc-progressive-scoring .col-sm-7 *{ font-size: 18px !important; }
#sc-progressive-scoring {
    padding-top: 10px;
    box-shadow: 2px 2px 2px #ddd;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border: 1px solid #eee;
}