.glx-twitch-streamer li{
    border: 1px solid #ededed;
    padding: 2px 8px;
    background:#f8f8f8;
}

.glx-twitch-link:hover{
    cursor:pointer;
    background:#eee;
}
.glx-twitch-icon{
    min-width:10%;
}
.glx-twitch-icon-live{
    color:#6441a5;
}
.glx-twitch-name{
    min-width:55%;
}
.glx-twitch-viewers{
    min-width:20%;
}
.glx-twitch-status{
    min-width:10%;
    text-align:right;
}
.glx-twitch-status-live{
    color:red;
}

.glx-twitch-streamer div{
    float:left;
}