/*
    This CSS file is used to reset only CERTAIN styles in the global.css file that should not be pulled
    through to content included via iframes, for example the gray background for 'body' elements...
*/

body, html{
    background: transparent none;
    text-align:left;
    margin: 0;
    padding: 0;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

html.white {
    background: #FFFFFF none;
}
.white body{
    background: #FFFFFF none;
}

/*html {padding: 8px 5px 8px 8px;}*/

/* remove iframe side padding for mobile devices */
@media screen and (max-width: 600px){
    html {padding: 8px 0;}
}

#main-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}


.body-class {
    border-top: none;
}

table {
    font-size: 100%;
}