﻿/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2018, SyntaxNY, Ranta Consulting, Inc.

Last Updated: BJ Nguyen
Date: 4/3/2018 

*/

.inner-left-col {
    display: none;
}

.col-md-9, .inner-right-col {
    width: 100%;
}

.col-md-push-3 {
    left: 0;
}

/*/////////////////////////////////////////////////////
CMS / BACK END
/////////////////////////////////////////////////////*/
body.editor {
}

    body.editor #layout {
        float: initial;
        width: 100%;
    }

    body.editor div#local {
        display: none;
        padding: 10px;
    }

        body.editor div#local > .content-editor-table {
            background-color: #e9e7e7;
        }

    body.editor a {
        text-decoration: underline;
    }
