/*
input[type=text].x_scroll_color, input[type=text].x_scroll_size, input[type=text].x_scroll_position{width:80px;}
div.xauthor_link{}
div.xauthor_link button{background-color: #47639E;border: 1px solid rgb(40, 77, 151);border-radius: 6px;}
div.xauthor_link button a{text-decoration:none;padding:10px 5px;color:#fff;font-size:20px;}
*/
a#scrollUp{
	right:48%;
	bottom: 50px;
	padding: 0px 2px 4px 2px;
	border-radius: 5px;
	opacity: 0.65;
	border:1px solid;
    padding: 0 5px 5px 6px;
}
a#scrollUp:hover{
	opacity: 1;
}


@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
	 a#scrollUp{right:48% !important}
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	a#scrollUp{right:48% !important}

}

@media only screen and (max-width: 767px) {
	
	a#scrollUp{right:48% !important}
	
}