<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button_top {
    display:none;
    width:52px;
    height: 52px;
    background-image: url(images/top.png);
    background-position:center;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    background-image: url(images/top.png);
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}
@media all and (max-width: 500px)
{
	.button_top {
		bottom:219px;
	}
}</pre></body></html>