/*
Back to top button
*/

#back-top {
	position: fixed;
	bottom: 10px;
	margin-left: 20px;
	z-index:499;
  opacity: 0.8;
}

#back-top-prev {
  opacity: 0.8; /* also needs to be changed in JS */
}

#back-top,  #back-top-prev {
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
  padding: 10px;
  cursor: pointer;

  /* rounded corners */
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;

	/* background color transition */
	-webkit-transition: 200ms;
	   -moz-transition: 200ms;
        	transition: 200ms;

}

#back-top:hover, #back-top-prev:hover {
	color: #000;
}

#edit-scroll-to-top-preview{
  float: right;
  width: 100%;
}
