﻿/* Fixing weird word breaking in the middle of a word */
tbody * {
    word-break: normal;
    overflow-wrap: break-word;
}

@media (min-width: 992px) {
    tbody * {
        word-break: normal;
        overflow-wrap: break-word;
    }
}

/* Document search bar height == General search bar */
#documentSearchBlock {
    padding-bottom: 22px !important;
}

/* Making top categories' descriptions (H6) look less bold */
.reduced-weight {
    font-weight: 600;
}