/* Show it is fixed to the top */
body {
    padding-top: 4.0rem;
}

main > .container {
    max-width: 960px;
}

main > .container600 {
    max-width: 600px;
}

.footer {
    margin-top: 30px;
    background-color: #F7F7F7;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
  font-size: 80%;
}

/*
body {
    min-width: 1000px;
    font-family: Arial,sans-serif;
    font-size: 10pt;
}

a:link, a:visited {
    color: blue; text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.vermelho { color: red; }
.azul { color: blue; }

.topo1 {
    border-bottom: 1px gray solid;
    background-color: #cccccc;
}

.topo2 {
    border-bottom: 1px gray solid;
    background-color: #E8E8E8;
}

.menu {
    border-bottom: 1px gray solid;
    background-color: #cccccc;
}

.gradetela {
    width: 1000px;
    padding: 5px;
}

.gradetela600 {
    width: 600px;
    padding: 5px;
}

input, select, textarea {
    padding: 5px;
    font-family: Tahoma,sans-serif;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid gray;
}
*/