.not-saved {
    background-color: #ebebeb !important;
}

.purple {
    color: #a900bd !important;
}

.gold {
    color: #794f00 !important;
}

.blue {
    color: #0012e4 !important;
}

.request-container {
    border: solid 1px #bdbdbd;
    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 #bdbdbd;
}

.message.request {
    padding: 0 !important;
    border-top: none !important;
    margin-top: 0 !important;
    font-size: 8pt !important;
    border-left-color: #bdbdbd !important;
    border-right-color: #bdbdbd !important;
    border-bottom-color: #bdbdbd !important;
    font-weight: bold !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}