.chat-header {
    border: solid;
    border-color: #382457;
    border-width: 2px 0px 0px 0px;
    border-radius: 1px;
}

.title {
    height: 44px;
}

.list {
    text-align: center;
}

h1 {
    text-align: center;
    margin-bottom: 2px;
    color: #dbecfe;
}

body {
    background: #000;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

a.back {
    position: absolute;
    top: 20px;
    color: #dbecfe;
    background-color: #161925;
    padding: 1px 8px 1px 7px;
    text-decoration: none;
}

a.back:hover {
    background-color: #2f354f;
}

.loading {
    background: url(https://goodgame.ru/images/chat/ajax_loading.gif);
    width: 16px;
    height: 11px;
    position: absolute;
    top: 20px;
    left: 10px;
}

.channel-block {
    width: 240px;
    height: 135px;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.channel-block .preview img {
    width: 100%;
    height: 100%;
}

.channel-block .title {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.3);
    padding: 7px;
    overflow: hidden;
}

.channel-block .viewers {
    position: absolute;
    right: 10px;
    z-index: 4;
    bottom: 0;
    color: #fff;
    padding: 7px;
}

.view {
    height: calc(100% - 45px);
    width: 100%;
    overflow: hidden;
}

.player {
    width: 75%;
    float: left;
}

.chat {
    width: 25%;
    margin-left: 75%;
}
