/**
* Contains only elements modified to work with the mobile version of the website 
*/

body
{
    margin:0px;
    padding:0px;
    font: 12px Arial;
    -webkit-text-size-adjust: none;
    background-image:none !important;
}

#wrapper
{
    width: 100%;
}

/* lower all padding for more text space */
#content .ebSection h1,
#content .jobListingSection h1,
#content .ebSection h2,
#content .ebSection h3,
#content .ebSection p,
#content .ebSection .promotionsWrap  {
padding: 5px;
}

/* switch display for mobile devices */
.noMobile {
    display:none !important;    
}
.mobileOnly {
    display: block;
}
/* No newsletter overlay */
.ui-dialog {
    display:none !important;
}

#header, #main{
    width: 100%;
}

/* header */
#header {
    padding: 0;
    background:none;
}

.logo {
 width:100%;
}
.logo p {
    text-align:center;
}
/* ebSection Stylings */
#content .ebSection
{
    width: auto;
}
.shadow {
-webkit-box-shadow:none;
-moz-box-shadow: none;
box-shadow: none;
}
