@charset "UTF-8";
/*
   There is small bug in theme 5 that makes sometime a scroolbar to show up down the page
   In forcing the row from -15px left/right, the center gets aligned properly
*/
.row {
    margin-right: inherit !important;
    margin-left: inherit !important;
}
