body {
    background-color:#080810;
    color:lightgrey;
    font-size:13px;
}
input {
    color:lightgrey;
}
.input_text {
    background-color:#384838;
}
a, a:link, a:visited {
    color:#ffd0d0;
}
.overlay-box {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    opacity:.8;
    z-index: 1000;
}

footer, footer a, footer a:link, footer a:visited {
    text-align:center;
    font-size: 12px;
    color: #385838;
}
h1 {
    font-size:13px;
    display:inline;
    vertical-align:top;
}
.emote_text {
    display:none !important;
}
.emote_image {
    height:100px;
    max-width:150px;
}
.badge_likes_7 {
    background-color:#5050ff;
    color:white;
}
.badge_likes_total {
    background-color:#640000;
    color:white;
}
.dm {
    display:none;
}
.table-stickers th {
    color:white !important;
}
.table-striped > tbody > tr > td {
   color:white;
}
.table-striped > tbody > tr:nth-child(odd) > td {
    color:white;
    background-color: #100000;
}
.position_hitparade {
    color:grey;
    font-size: 11px;
}
.fa-liked {
    color:#00f000 !important;
}
.fa-disliked {
    color:#f00000 !important;
}
.first_seen {
    color:darkgreen;
    font-size: 11px;
}
.likes_7 {
    color:#5050ff;
    font-size: 11px;
    text-align:left;
}
.frog_icon {
    margin-left:3px;
    margin-top:3px;
    height:20px;
}

.paginate_input {
    width:30px;
}
.column_textlink {
    display:none;
    width:0px;
}
.column_image {
    width:20%;
}
