<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.r_btt {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 200px;
	height: 41px;
	text-align: center;
	border: 0px none;
	line-height: 37px;
	background-color: #5d5d5d;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	font-family: Verdana;
	display: flex;
	cursor: pointer;
	z-index: 1;
}

#n_rotate {
	display: none;
}

#rotat_icon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 41px;
	height: 41px;
background-position: 7px 7px;
	display: block;
}

.r_btt.moved {
	left: 330px;
}</pre></body></html>