<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
	widows: 100%;
	height: 100%;
}

.feedback {display: none; clear: both; float: none; font-size: 12px;}
.btn-link {font-size: 1.3em;width: 100%; text-align: left;}

.btn-link[aria-expanded=false]:after {
    content: "";
    background: url(../images/ico-show.png) center left no-repeat;
    background-size: 20px 20px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    float: right;

}

.btn-link[aria-expanded=true]:before {
    content: "";
    background: url(../images/ico-hide.png) center left no-repeat;
    background-size: 20px 20px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    float: right;

}


@media only screen and (max-width: 576px) { 
	body, html {
		background-size: 15%, 20%;
	}
}

@media only screen and  (max-width: 768px) { 
	
 }

@media only screen and  (max-width: 992px) { 
	
 }

@media only screen and  (max-width: 1200px) { 

 }</pre></body></html>