@font-face {
    font-family: "Tahoma";
    src: url("http://api.isety.net/fonts/tahoma.ttf");
}

body {
    background-color: #157b59;
    scrollbar-color: #157b59 #196006;
    background-image: url('../img/swamp.png');
    background-attachment: fixed;
    color: #FFFF00;
    background-repeat: repeat;
    font-family: 'Tahoma', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}

*::-webkit-scrollbar-track {
    background: #157b59;
}

*::-webkit-scrollbar-thumb {
    background-color: #196006;
}

.bg-item {
    display: inline;
    cursor: pointer;
    margin-right: 3px;
}
.bg-item img {
    width: 100px;
}

.info-block {
    display: none;
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 3px;
    background-color: #fcffd2;
    color: #000000;
    font-size: 14px;
}
#info-label {
    display: none;
}

a:link {
    text-decoration: underline;
    color: #00FFFF;
}
a:visited {
    text-decoration: underline;
    color: #00bbbb;
}
a:hover {
    text-decoration: none;
    color: #FF8040;
}
a:active {
    text-decoration: none;
    color: #FF0000;
}


a.button-link, .button {
    text-decoration: none;
    background-color: #00bbbb;
    color: #196006;
    border-radius: 3px;
    border-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 5px;
    display: inline-block;
}

.button {
    font-size: 16px;
    font-family: 'Tahoma', sans-serif;
}

.input-button {
    margin: 0;
}

a.ichat, a.stillchat {
    text-decoration:none;
    color: #FFFF00;
}

a.img-link {
    text-decoration:none;
}

.input-size, .listuserchat {
    font-size: 16px;
}

.listuserchat {
    max-width: 100px;
}

.message {
    margin-bottom:10px;
    font-size: 16px;
}

.appeal {
    background-color: rgba(0,255,255,0.3);
    border-radius: 5px 5px 5px 0;
    padding: 3px;
    line-height: 28px;
}

.anamechat {
    font-size:18px;
    text-decoration:underline;
    font-weight:bold;
}
.amsgchat {font-size:18px}
.bnamechat {
    text-decoration:underline;
    font-weight:bold;
}
.unamechat {font-weight:bold}
.fnamechat {font-weight:bold}
.tnamechat {font-weight:bold}
.wnamechat {font-weight:bold}
.totmsgchat {font-weight:bold}
.mprchat {font-weight:bold}
.sprchat {font-weight:bold}

.defaultpagechat {
    text-align:center
}
.defaultmsgchat {
    display: inline-block;
}

.defaultheadchat {
    font-size:16px;
    font-weight:bold;
}

.rusexchat, .rfsexchat, .rtsexchat, .rnsexchat, .rwsexchat {
    color: #FFFFFF;
}

.bsexchat, .usexchat, .fsexchat, .tsexchat, .nsexchat, .wsexchat {
    color:#FFFFFF;
    font-size:10px;
}

.private {
    padding: 3px;
}

.image-media {
    display: inline-block;
}

.inline {
    display: inline-block;
}

.attach-image {
    max-width: 100px;
    max-height: 100px;
}

#still-label {
    position: fixed;
    right: 15px;
    top: 5px;
    font-size: 26px;
    opacity: 0.7;
}
#still-label:link {
    text-decoration: none;
}

#user-buttons, .admin-commands {
    display: none;
}

.icon-after-nick {
    cursor: default;
}

.permanent .umsgchat {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 5px 0;
    padding: 3px;
    line-height: 28px;
}
