/*

No Sidebar Layout

*/

#sidebar-area{
    display:none;
}

#main-content{
    width:100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
