.live-viewer {
	background-image: url("../images/streamers.png");
	height: 80px;
	position: fixed;
	bottom: 20px;
	z-index: 99;
	right: 0px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.live-viewer table{
	background: none;
}
.live-viewer table td{
	background: none;
	border: none;
}
.live-viewer.minimizer {
	width: 130px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.live-viewer table {
	margin-left: 15px;
}
.live-viewer table tr td {
	vertical-align: top;
	height: 80px;
	/*opacity: 0.7;*/
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.live-viewer table tr td:hover {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity: 1.0;
}
.live-viewer table tr td.fist {
	width: 35px;
	min-width: 55px;
	padding-left: 0px;
	text-align: left;
	cursor: pointer;
	padding-top: 32px;
}
.img-live {
	max-height: 64px;
	width: 100px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	float: left;
	z-index: 100;
	margin-right: 8px;
	cursor: pointer;
	border-radius: 12px;
}
.img-profile {
	float: left;
	width: 20px;
	z-index: 102;
	margin-top: -10px;
	margin-left: 40px;
	border-radius: 50%;
	margin-right: 30px;
	background: #222;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.fist {line-height: 1;}

@media only screen and (max-width: 1000px) {
.frame-video {
    padding: 20px 2px !important;
    /*margin-bottom: 25px !important;*/
    margin-bottom: 50px !important;
    z-index: 999999;
    
}
}