.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;
}