*{
    font-family: 'Dosis', sans-serif;
}
.cyan{
    color: #269abc;
}
.streamerbox{
    width: 150px;
    height: 350px;
    min-height: 350px;
    min-width: 150px;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
	overflow: hidden;
/*    border: 1px solid #000;*/
    
}
.streamerlogo{
    height: 150px;
    min-height: 150px;
    width: 150px;
    float: left;
}
.streamerstatus{
    margin-top: 150px;
    height: 150px;
    min-height: 150px;
    float: left;
}
.streamerviewer{
    margin-top: 300px;
}
.online{
    color: #33ff33;
	text-align: center;
}
.offline{
    color: #cc0000;
	text-align: center;
}
.bottom{
    
}
.game{
    color: #000;
    font-size: 14px;
	min-height: 350px;
	max-height: 350px;
}
.game a{
    color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.no-dot{
    list-style: none;
}
#streamers{
    min-height: 100%;
    height: 100%;
}
.generate{
    
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.ranking{
    font-size: 10px;
    color: #269abc;
}
.white{
    color: #fff;
}
.margin-top-10{
    margin-top: 10px;
}
.right-block{
	display: block;
	float: right;
}
iframe{
	display: block;
}