:root {
    --color-bad: #ffcdd2;
    --color-warning: #ffffbf;
    --color-ok: #BDFDBD;
    --color-builder: #c797ff;
    --color-gold: #ead084;
    --color-platinum: #ababbc;
    --color-member: #009be6;
}


@media only screen and (max-width: 1500px) {
    body {
        padding-top: 80px;
    }
}

h1,
h2,
.small {
    text-align: center;
}

.small {
    font-size: smaller;
}

table {
    border-collapse: collapse;
    margin: 25px auto;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table, td, th {
    text-align: center !important;
}


.username a {
    font-weight: bold;
    color: black;
}

.builder .level  {
    background-color: var(--color-builder);
}

.gold .level {
    background-color: var(--color-gold);
}

.platinum .level {
    background-color: var(--color-platinum);
}

.member .level {
    background-color: var(--color-member);
}

.banned .username {
    background-color: lightcoral ;
}

.deleted .username {
    background-color: lightgray ;
}

.sticky-widget {
    position: fixed;
    right: 1rem;
    top: 4rem;
    transform: translateY(-50%);
    z-index: 1000;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


table input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.prrrrrrrromotions {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("promotions.jpg");
    background-size: contain;
    background-position: 100% center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: -1;

}

/*
#prrrrrrrromotions1 {
}
*/

#prrrrrrrromotions2 {
    transform: scaleX(-1);
}

body {
    position: relative;
    background-attachment: scroll;
    background-repeat: no-repeat;
}


#container {
    max-width: 80%;
    margin: 0 auto;
    font-family: sans-serif;
}

#changelog {
    color: red;
    font-weight: bold;
}
