<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*************************************************************************/
/* scroll-onTop */

#navOnTop {
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 170%;
    line-height: 161%;
    border: 0px solid #dedede;
    color: #000;
    border-radius: 45px;
    bottom: 2%;
    left: 1%;
    padding: 0;
    display: none;
    position: fixed;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 490px) {
	#navOnTop {padding-top: 5px; border:0; right: 0%;}
}

#navOnTop:hover {
	opacity: 0.8;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

@media only screen and (max-width: 970px) {
	.scrollerTo i {
    color: #ffffff;
}
} 
</pre></body></html>