/*
Theme Name: Versetta Stone
Author: Cognistx
Author URI: http://www.cognistx.com
Version: 2.0.0
Description: Cognistx custom theme for truexterior
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images
Text Domain: pegasus
*/

.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;
}
}