.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerC {
    border-top: 3px solid #555555;
    border-bottom: 1px solid #fff;
    background-color: #FFF;
    margin-bottom: 25px;
}

body {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-attachment: fixed;
}

.avatar {
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 2px;
}

table tr td {
    padding-left: 0;
    padding-right: 0;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #444444;
    color: white;
}

.litebans-pager {
    font-size: 30px;
    color: white !important;
}

.litebans-pager-left {
    float: left;
    color: white !important;
}

.litebans-pager-right {
    float: right;
    color: white !important;
}

.litebans-pager-active {
    color: #000000;
}

.litebans-pager-inactive {
    color: transparent;
}

/* table links */
a,
a:hover,
a:focus {
    text-decoration: none !important;
}

tr.hover {
    cursor: pointer;
}

.label-ban {
    background-color: darkred;
}

.label-mute {
    background-color: dimgrey;
}

.label-warn {
    background-color: darkorange;
}

.label-kick {
    background-color: tomato;
}

.jumbotron h2, .jumbotron p {
    color: #808080;
}