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

div.presenter 				{ width:100% !important;}

nav ul 						{ float: ; margin:0; }

/* Smaller than 960 */
@media only screen and (max-width: 959px) {


}

/* Tablet Portait */
@media only screen and (min-width: 768px) and (max-width: 959px) {



}

/* All Mobile */
@media only screen and (max-width: 767px) {

#menu-primary-nav 			{ top:-50px !important; }
.mobile-nav-toggle 			{ top:-43px !important; }



}

/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {



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