#tab-lst {
margin: 0;
padding: 0;
list-style: none;
}
#tab-lst > li {
display: inline;
padding: 2px 10px 2px 10px;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
border-radius: 8px 8px 0 0;
color: #aaa;
#tab-lst > li > span::selection {
background: transparent;
#tab-lst > li:first-child {
border-left: 1px solid #aaa;
#tab-lst > li.tab-current {
color: black;
#tab-lst > li.tab-active {
color: red;
#tab-body-wrapper {
margin: 1px 0 5px 0;
border: 1px solid #aaa;
.tab-body {
margin: 5px;
.chat-log {
padding: 5px;
height: 268px;
outline: 1px solid #aaa;
overflow-y: scroll;
.chat-input {
margin: 5px 0 0 0;
height: 20px;
width: 100%;
border-style: none;
.chat-input-wrapper {
background-image: url('img/user-offline.png');
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 24px;
.chat-input:focus {
outline-offset: 0;
#tab-lst > #tab-config {
background-image: url('img/preferences.png');
background-position: center;
padding-left: 12px;
padding-right: 12px;
#tab-config > span {
display: none;
.spk-oth {
.spk-me {
color: blue;