#Moderator_Panel .row.vertical_top .cell.fit_width
{
    width: calc(100% - 22rem);
    overflow: initial;
}

#Moderator_Panel button.pretty_style.deactivated
{
    background-color: transparent;
    background-image: none;
    border: 2px #FFFFFF solid;
    color: #FFFFFF;
}

#Moderator_Panel button.pretty_style.activated
{
    background-color: #FFFFFF;
    background-image: none;
    color: #202020;
}

#Moderator_Panel .moderator_tab
{
    display: none;
    padding: 16px;
    border-top: none;
    width: calc(100% - 32px);
    max-width: 1920px;
    margin: 0 auto;
}

#Moderator_Panel .cell.center
{
    text-align: center;
}

#Moderator_Panel .cell.right_align
{
    text-align: right;
    padding-right: 8px;
}

#Moderator_Panel .disabled
{
    /* text-decoration: line-through; */
}

#Moderator_Panel .row
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.return_to_old_account button
{
    background-image: linear-gradient(to bottom, #E8901F , #EA661F);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
    border: none;
    height: 32px;
    padding: 0px 16px;
    border-radius: 16px;
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    min-width: 52px;
    position: absolute;
    top: 8px;
    right: 8px;
}

#Moderator_Panel {
    & .row .fa-sync-alt, & .row .fa-eye {
        color: #E8901F;
    }

    & #Users .filters .cell {
        margin-right: 0.8rem;
    }

    & #Error_Log .cell.fixed {
        color: #AAAAAA;
    }

    & #Error_Log .cell.fix_error_checkbox {
        min-width: 2.4rem;
    }
}
