.df_o:before {
    content: "[Owner] ";
    color: #a50000;
    font-weight: bold;
    font-style: normal;
}

.df_o {
    white-space: nowrap;
}

.df_a:before {
    content: "[Admin] ";
    color: #a50000;
    font-weight: bold;
    font-style: normal;
}

.df_mod::before {
  content: "[Mod] ";
  color: #a50000;
  font-weight: 700;
  font-style: normal;
}


.df_god:before, .df_GOD:before {
    content: "\f521";
}

.df_mvp:before, .df_MVP:before {
    content: "\f3a5";
    margin-top: -1px;
}

.df_vip:before, .df_VIP:before {
    content: "\f005";
    margin-top: -2px;
}

.df_vip, .df_VIP {
    color: #0c0 !important;
    font-weight: 700;
}

.red_alert {
    background-color: #932a2f;
}


.footer__lower a {
    color: var(--theme-tertiary-color);
    font-weight: bold;
}

.pprefix-bug {
    background-color: #F00;
}

.pprefix {
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 28%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 28%);
    vertical-align: 1px;
}

.pprefix-suggestions {
    background-color: #153E90;
}