.tp-tw-clearfix:before,
.tp-tw-clearfix:after {
    content: "";
    display: table;
}

.tp-tw-clearfix:after {
    clear: both;
}

.tp-tw-clearfix {
    zoom: 1;
}

.tw {

}

/*
Small Box
*/

.tw .tp-tw-small-box-live-pic {
    float: left;
    height: 45px;
    width: auto;
    margin-right: 10px;
    margin-top: 0px;
    padding-bottom: 2px;
    border-radius: 0px;
}

.tw .tp-tw-small-box-name {
    margin-top: 0px;
}

.tw .tp-tw-small-box-name a{
    text-decoration: none;
    font-size: 18px;
}

.tw .tp-tw-punkt-small-box-offline {
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: #B31217;
    border-radius: 100%;
}

.tw .tp-tw-punkt-small-box-online {
    background-color: lawngreen;
    border-radius: 100%;
    display: inline-block;
    height: 6px;
    width: 6px;
}

.tw .tp-tw-small-box-in-wrapper {
    height: 49px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 2px;
    margin-bottom: 10px;
}

.tw .tp-tw-small-box-viewers {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -4px;
}

/*
Small Box Light
*/

.tw .tp-tw-small-box-in-wrapper.light {
    background-color: #ffffff;
}

.tw .tp-tw-small-box-in-wrapper.light .tp-tw-small-box-viewers {
    color: #000000;
}

/*
Small Box Dark
*/

.tw .tp-tw-small-box-in-wrapper.dark {
    background-color: #222222;
}

.tw .tp-tw-small-box-in-wrapper.dark .tp-tw-small-box-viewers {
    color: #ffffff;
}





/*
Big Box
*/

.tw .tp-tw-big-box-live-pic {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0px;
}

.tw .tp-tw-big-box-is-playing-wrapper {
    line-height: 1em;
    margin-top: 8px;
}

.tw .tp-tw-big-box-title-wrapper {
    line-height: 1em;
    margin-top: 12px;
}

.tw .tp-tw-big-box-stats {
    text-align: right;
    margin-top: 13px;
}

/*
Big Box Light
*/

.tw .tp-tw-big-box-in-wrapper.light {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px;
}

.tw .tp-tw-big-box-in-wrapper.light .tp-tw-big-box-username {
    color: #000000;
    margin-top: 10px;
    font-size: 18px;
}

.tw .tp-tw-big-box-in-wrapper.light .tp-tw-big-box-is-playing-fix {
    color: #000000;
    font-weight: bolder;
    font-size: 10px;
}

.tw .tp-tw-big-box-in-wrapper.light .tp-tw-big-box-is-playing {
    color: #000000;
    font-size: 16px;
}

.tw .tp-tw-big-box-in-wrapper.light .tp-tw-big-box-title-fix {
    color: #000000;
    font-weight: bolder;
    font-size: 10px;
}

.tw .tp-tw-big-box-in-wrapper.light .tp-tw-big-box-title {
    color: #000000;
    font-size: 14px;
}

.tw .tp-tw-big-box-in-wrapper.light .tp-tw-big-box-stats-item {
    color: #000000;
    margin-left: 3px;
    font-size: 12px;
}

/*
Big Box Dark
*/

.tw .tp-tw-big-box-in-wrapper.dark {
    color: #ffffff;
    background-color: #222222;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px;
}

.tw .tp-tw-big-box-in-wrapper.dark .tp-tw-big-box-username {
    color: #ffffff;
    margin-top: 10px;
    font-size: 18px;
}

.tw .tp-tw-big-box-in-wrapper.dark .tp-tw-big-box-is-playing-fix {
    color: #ffffff;
    font-weight: bolder;
    font-size: 10px;
    margin-top: -10px;
}

.tw .tp-tw-big-box-in-wrapper.dark .tp-tw-big-box-is-playing {
    color: #ffffff;
    font-size: 16px;
}

.tw .tp-tw-big-box-in-wrapper.dark .tp-tw-big-box-title-fix {
    color: #ffffff;
    font-weight: bolder;
    font-size: 10px;
}

.tw .tp-tw-big-box-in-wrapper.dark .tp-tw-big-box-title {
    color: #ffffff;
    font-size: 14px;
}

.tw .tp-tw-big-box-in-wrapper.dark .tp-tw-big-box-stats-item {
    color: #ffffff;
    margin-left: 3px;
    font-size: 12px;
}