/*

No Sidebar Layout

*/

#sidebar-area{
    display:none;
}

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