#streamer .panel .panel-body {
    padding-left: 0;
    padding-right: 0;
}

#streamer .thumbnail {
    padding: 10px;
}

#streamer .list-group {
    margin-bottom: 0;
}

#streamer img {
    width: 100%;
}

@media (min-width: 1200px) {
    #streamer img {
        height: 165px !important;
        margin-bottom: 0;
    }
}

#streamer .badge a {
    color: white;
    text-decoration: none;
}

#streamer #stream-chat-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 10px 5px 10px;
    margin: 15px 15px 0 15px;
}


