/* --------------------------------------------------------------- Content area */ #content { position: relative; } #portal-columns { clear: both; float: none !important; padding-left: 15px; padding-right: 15px; .dijitContentPane { overflow: visible; } #quiz-content-region { min-height: 100px; } } @media screen and (min-width: $screen-md-min) { #portal-columns { padding-left: $toolbar-allowance; } } #portal-column-content { padding-bottom: 0; /* content lists */ ol {list-style: decimal;} ul {list-style: disc;} ol, ul { margin-left: 1.4em; padding-left: 0; li { display: list-item; } } } blockquote { border: 0 !important; } .dgrid-content { min-width: 100%; } img.image-inline { max-width: 100%; } /* --------------------------------------------------------------- Content area */ h1 { border: none; font-weight: normal; text-transform: uppercase; } h2 { font-size: 1.5em; border: none; font-weight: bold; text-transform: uppercase; } h3 { font-size: 1.3333em; font-weight: normal; } h4 { text-transform: uppercase; color: #4d4e46; padding-top: 1em; }