#l-lst {
position: fixed;
right: 0;
top: 0;
padding: 0 5px 0 5px;
width: 200px;
height: 100%;
border-left: 1px solid #aaa;
}
#l-lst > h2 {
margin: 0;
padding: 0;
text-align: center;
font-size: 1em;
#contact-lst {
margin: 15px 0 0 0;
list-style: none;
#contact-lst > li {
margin: 5px 0 0 0;
padding: 5px;
border: 1px solid #aaa;
#r-lst {
padding-right: 210px;
min-width: 400px;
#tab-lst {
#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 {
#tab-lst > li.tab-current {
color: black;
#tab-lst > li.tab-active {
color: red;
#tab-body-wrapper {
margin: 1px 0 5px 0;
.tab-body {
margin: 5px;
.chat-log {
height: 268px;
outline: 1px solid #aaa;
overflow-y: scroll;
#add-contact, .chat-input {
border-style: none;
width: 100%;
height: 20px;
#add-contact:focus, .chat-input:focus {
outline-offset: 0;
.chat-input-wrapper {
background-image: url('img/user-offline.png');
background-repeat: no-repeat;
background-position: left bottom;
padding-left: 24px;
#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;
.remove {
float: right;
font-family: sans-serif;
font-size: 12px;
cursor: pointer;