@import url(scaffolding/reset.css);
@import url(scaffolding/scaffolding.css);

body
{
    font-size: 9px;
}

section[id$="Container"]>*
{
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 90%;
    overflow: auto;
}

header{ position: relative; }

section { overflow: auto;}

nav { display: none !important;}

form { display: none;}

#footerContainer { display: none;}

.row
{
    overflow: auto !important;
}

i[class*="icon-"]
{
    font-style: normal;
}

#contentContainer { width: 800px; margin: 0 auto;}

.row img
{
    display: block;
}

#floorplan
{
  page-break-before: always !important;
}