.live-viewer {
	background-image: url("../images/streamers.png");
	height: 160px!important;
	position: fixed!important;
	bottom: 20px!important;
	z-index: 99;
	right: 0px!important;
	-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!important;
}
.live-viewer table tr td {
	vertical-align: top!important;
	height: 80px!important;
	border: 0px!important;
	opacity: 0.7!important;
	-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!important;
	min-width: 55px!important;
	padding-left: 0px!important;
	text-align: left!important;
	cursor: pointer!important;
	padding-top: 28px!important;
	border: 0px!important;
	
}
.img-live {
	max-height: 64px!important;
	width: 100px!important;
	border: 1px solid rgba(255, 255, 255, 0.2)!important;
	float: left!important;
	z-index: 100!important;
	margin-right: 8px!important;
	cursor: pointer;
	border-radius: 12px!important;
}
.img-profile {
	float: left!important;
	width: 20px!important;
	z-index: 102!important;
	margin-top: -10px!important;
	margin-left: 40px!important;
	border-radius: 50%!important;
	margin-right: 30px!important;
	background: #222!important;
	border: 1px solid rgba(255, 255, 255, 0.2)!important;
}

