.quiz-question-section table:first-child th:first-child{
    width: 20px;
}

.quiz-question-section table:first-child th:last-child{
    width: 55%;
}

.cke_button__centerimage_label {
    display: inline !important
}

table tr.vertical-align-middle td {
    vertical-align: middle;
}

table tr.ui-sortable-handle td.sortable-grab {
    /* quick cursor for usability */
    cursor: grab;
}

table.web-player > tbody > tr.form-row > td {
    border-top: 0; !important;
}

.state-live {
    background-color: green;
    color: white;
    text-align: center;
}

.state-draft {
    background-color: grey;
    color: white;
    text-align: center;
}

.state-unpublished {
    background-color: orange;
    color: white;
    text-align: center;
}
