.live-viewer {
	background-image: url("../images/streamers.png");
	background-repeat: no-repeat;
	width: 380px;
	height: 168px;
	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.minimizer {
	width: 50px;
	-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.fist {
	position: absolute;
	width: 35px;
	min-width: 55px;
	padding-left: 15px;
	text-align: left;
	cursor: pointer;
	/* padding-bottom: 50px; */
	top: 60px;
}

.img-live {
	/* max-height: 64px; */
	width: 310px;
	height: 168px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	float: left;
	z-index: 100;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
	bottom: 7px;
	left: 70px;
	border-radius: 20px;
}
.img-profile {
	position: absolute;
	float: left;
	width: 30px;
	z-index: 100;
	margin-top: 120px;
	margin-left: -100px;
	border-radius: 50%;
	/* margin-right: 30px; */
	/* background: #222; */
	border: 3px solid rgb(0 0 0);
	box-shadow: 0px 0px 10px 5px #08133f;
}

