#tsbody{
    width: 100%; /* Plugin width */
    background-color:transparent; /* Background color */
    margin:0;
    padding:0;
}

#tsbanner{
    width: 100%; /* Banner width */
}

.useron{
    font-size:12px; /* Font size User online */
    color:black; /* Font color headline: User online */
    margin-top:10px; /* User online distance to the top */
    margin-bottom:10px; /* User online distance to the bottom */
}


.tsca{
    color:black; /* Font color channel name */
    font-size:14px; /* Font size channel name */
    float:left;
    min-width:20px;
}

.tsna{
    color:black; /* Font color user name */
    font-size:14px; /* Font size user name */
    float:left;
    min-width:20px;
}

.tsle{
    color:black; /* Font color Legend text */
    font-size:14px; /* Font size Legend text */
    min-width:20px;
    float:left;
}

#ts3stats table td{
    font-size:12px; /* Font size text Statistic */
    color:black; /* Font color text: Statistic */
    text-align:left;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;

}


.tsleer{
    width:20px;
    float:left;
}

#tscont{
    text-align:left;
}