html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, trusage
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

A:link {
    TEXT-DECORATION: none
}
A:visited {
    TEXT-DECORATION: none
}
A:hover {
    TEXT-DECORATION: underline
}

FORM DIV {
    MARGIN: 0px;
}



/* Responsive media queries for all devices (devices and browsers) */
@media only screen and (min-width:300px) and (max-width:1199px) {

       #top-content-wrapper{
           max-width:990px;
       }

       .wrapper, #stadminbar .quicklinks {
           width:970px;
       }

       .codebox ul.center li { width: 29.6% !important; margin-right:3.7% !important; margin-bottom:2% !important; }
       .codebox ul.bottom li { width: 14.7% !important; margin-right:1.9% !important; margin-bottom:1% !important; }


}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 970px) {

}  /* only screen and (min-width: 768px) and (max-width: 959px)  END */


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:768px) {


}  /* only screen and (min-width:480px) and (max-width:767px) END */


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:480px) {

}  /* only screen and (max-width:767px) END */





