.gradebook-results {
    overflow-x: visible;
}

.current-user__icon-box,
.header-link {
    position: relative;
}

.current-user__icon-box .current-user__icon,
.header-link .header-link__icon {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.current-user__icon-box .current-user__icon {
    top: calc(50% - 0.2px);
}

.header-link .header-link__icon {
    top: calc(50% - 0.5px);
}

#gradebook-table,
#gradebook-table tbody,
#gradebook-table td:not(.result-mark) {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

#gradebook-table svg.icon,
#gradebook-table svg.mark-good,
#gradebook-table svg.mark-medium,
#gradebook-table svg.mark-bed {
    display: inline-block;
    vertical-align: middle;
}

#gradebook-table .grade-mark-cell {
    cursor: pointer;
    min-width: 64px;
}

#gradebook-table .grade-edit-select {
    width: 58px;
    height: 34px;
    padding: 2px 6px;
    border: 1px solid #44c9f6;
    border-radius: 2px;
    background: #fff;
    color: #1b1b1b;
    font: 600 14px/20px Montserrat, Arial, sans-serif;
    text-align: center;
    outline: none;
}

#gradebook-table .grade-edit-select:focus {
    border-color: #1ea7d4;
    box-shadow: 0 0 0 2px rgba(68, 201, 246, 0.2);
}

#gradebook-table .result-mark {
    font-size: 50px;
    font-weight: 700;
    line-height: 20px;
}

#gradebook-table .result-mark a {
    font-size: 50px;
    font-weight: 700;
    line-height: 20px;
}

.result-mark .tooltip-main {
    display: inline;
}

.gradebook-hidden {
    display: none !important;
}

.gradebook-empty {
    display: none;
}
