/* CHANGELOG IMPROVEMENTS */

.content
{
color: black;
}

.awesome-changelog .log-items li .date
{
display: none;
}

.awesome-changelog .log-items li span
{
padding: 1px 4px;
}

.awesome-changelog .log-items li .type.add
{
padding: 1px 24.5px;
}

.awesome-changelog .log-items li .type.fixed
{
padding: 1px 20.5px;
background: #000 !important;
}

.awesome-changelog .log-items li .type.removed
{
background: #ff5555 !important;
}

.awesome-changelog .log-items li .type.update
{
padding: 1px 14.5px;
}

.awesome-changelog .log-items li .type.value
{
background: #888888;
padding: 1px 3px;
}

.awesome-changelog .log-items li .type.power
{
background: #ffaa00;
padding: 1px 3px;
}

.awesome-changelog .log-items li .type.event
{
background: #ff55ff;
padding: 1px 3px;
}

.awesome-changelog .log-items li .type.quest
{
background: #00aaaa;
padding: 1px 3px;
}

.awesome-changelog .log-items li .type.map
{
background: #00d100;
padding: 1px 3px;
}

.awesome-changelog .log-items li .type.premium
{
background: #ff0000;
padding: 1px 3px;
}

.awesome-changelog .log-items li .type.community
{
background: #9100ff;
padding: 1px 3px;
}

u
{
text-decoration: none;
}

td, th
{
color: #6b6b6b;
}

/* STAFF PAGE IMPROVEMENTS */

.staff
{
border-radius: 3px;
text-align: center;
}

.webmaster
{
background-color: #00d89c;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.cheese
{
background-color: #07c0d9;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.owner
{
background-color: #9e00ef;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.adminglobal
{
background-color: #ff0000;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.admin
{
background-color: #ff5555;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.supermod
{
background-color: #00bd0f;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.mod
{
background-color: #00980c;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.jmod
{
background-color: #006908;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.retired
{
background-color: #888888;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.staffline
{
margin-bottom: 0px;
margin-top: 12px;
}

.discordmod
{
background-color: #3fed7b;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

.queen
{
background-color: #FFCDEA;
color: white;
padding: 10px;
border-radius: 10px;
display: table;
}

img, .blog-media
{
box-shadow: 3px 3px 12px black;
}

.fa
{
line-height: 2.8 !important;