<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-pre {
	display: block;
    width: calc(100% - 200px);
	height: 60px;
	background-color: #00aeff;
	-moz-box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.42);
	position: relative;
}
.footer {
	display: none;
    width: calc(100% - 200px);
	background: #00aeff;
	height: 100%;
	padding-bottom: 120px;
    float: none;
}
footer{
    background: #2B2D2E;
}

@media all and (max-width: 1024px){
    
    #static_form{
        width: 100%;
    }
    
    .footer {
        width: 100%;
    }
    
    .footer-pre {
        display: block;
        width: 100%;
        height: 60px;
        background-color: #00aeff;
        -moz-box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.42);
        position: relative;
    }
    
    
    .question .modal-form .btn{
        margin-top: 5px;
        margin-bottom: 32px;
    }
    
}


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