/* Global legacy styles; only needed for old template system pages.

   @file        gl-styles-legacy.en.css
   @author      marionm
   ========================================================================== */

body {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

#menuspace {
    float: left; /* prevents margin collapse */
    width: 100%; /* prevents the float, we don't actually need it */
    margin-top: 22px;
}

div#m8badge {
    position: relative;
    width: 965px;
    height: 30px;
    top: -22px;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    text-align: right;
}

#badgemenuspace {
    float: left; /* prevents margin collapse */
    width: 100%; /* prevents the float, we don't actually need it */
    margin-top: 40px;
}

#gl-legacy-outer-table {
    margin: 0 auto;
}