/*
Theme Name: Elevator
Author: Elevator
Author URI: http://elevatoragency.com/
Description: General presentation handler
Version: 1.0
*/

/* Reference css/main.css for primary styling */

/* Additional CSS styling can be added below this line
   ------------------------------------------------------------------------ */
.otnotice-content {	
	padding: 0 !important;
}
.otnotice-menu {
	margin-left: 0 !important;
	margin-top: 0 !important;
	position: inherit !important;
	float: left !important;
}
.otnotice-sections {
    margin-left: 330px !important;
}

@media (max-width: 768px) {
.otnotice-menu {
	width: 100%;
        float: none !important;
}
.otnotice-menu > .otnotice-menu-section {
	width: 100% !important;
}
.otnotice-sections {
    margin-left: 0;
    margin-top: 50px !important;
}
}