/* ---------------MINIMUM STYLES FOR TABLETS AND OTHER SMALLISH DEVICES--------------- */

body {
    min-width: 100%;
}


/* sets the default gutters and limits for content stretch */
.outer_wrap {
    width: 100%;
    min-width: 100%;
}


/*#header_content {
    padding-right: 12px;
}

#title_area_content,
#footer_content {
    padding-right: 20px;
    padding-left: 20px;
}

#breadcrumbs_content,
#main_content,
#footer_content {
    border-left: 0px none;
    border-right: 0px none;
    padding: 0 20px;
}*/