.no-access {
    background-color: #f9f9f9 !important;
}

.restricted {
    background-color: #fdd9d9 !important;
}

.read-only {
    background-color: #f6fdda !important;
}

.author {
    background-color: #d6f0f5 !important;
}

.site-admin {
    background-color: #e8e4ff !important;
}

.certrec-admin {
    background-color: #82232b !important;
    color: white !important;
}

.not-saved {
    background-color: #ebebeb !important;
}

.purple {
    color: #a900bd !important;
}

.gold {
    color: #794f00 !important;
}

.blue {
    color: #0012e4 !important;
}

.request-container {
    border: solid 1px #7f7f7f;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 9pt;
}

.request-container .left, .request-container .right {
    text-align: center;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    min-width: 85px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.request-container .left:not(:last-child) {
    border-right: solid 1px #7f7f7f;
}

.message.request {
    padding: 0 !important;
    border-top: none !important;
    margin-top: 0 !important;
    font-size: 8pt !important;
    border-left-color: #7f7f7f !important;
    border-right-color: #7f7f7f !important;
    border-bottom-color: #7f7f7f !important;
    font-weight: bold !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}