/* This is used by the mobile layout. Primary layout uses gt.css instead. Styles common to both go to common.css and boxes.css. Color scheme is in <color>.css, shared between both. */
body {
    font-size: 1.1em;
}

#menu {
    padding: 4px;
    margin: 1px;
}

#menu li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: inline;
    padding: 2px 10px 2px 10px;
}

#menu a {
    color: #000;
    text-decoration: none;
}

#menu a em {
    color: #ac0002;
    font-style: normal;
}

#footer_quickjump {
    text-align: center;
}

#footer {
    text-align: center;
}

#footer a {
    color: #000;
}

input[type=submit] {
    font-size: 1.6em;
}
