body {
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    background-image: url("fundo.svg");
    background-repeat: no-repeat;
    color: white;
}

/*
label {
    display: block;
    margin: 10px;
}

fieldset {
    margin-top: 30px;
}*/


button {
    display: inline;
}

/*
td div {
    max-width: 30%;
}
*/

table {
    width: 85%;
    margin: 0 auto;
    border: 1px solid black;
    margin-right: 10%;
    border-collapse: collapse;
}

td {
    border: 1px solid black;
    width: 20%;
    padding: 10px;
}

th {
    border: 1px solid black;
}

.limiteTrabalhos {
    background-color: white;
    color: red;
    font-weight: bold;
}

div.topo {
    margin-left: 5%;
}

footer a:link {
    color: white;
    font-weight: bold;
}

footer a:hover {
    color: white;
    font-weight: bold;
}

footer a:active {
    color: white;
    font-weight: bold;
}

caption {
    caption-side: top;
    color: white;
    font-weight: bold;
}
header {
    padding: 10px;
    border-bottom: 5px solid white;
    margin-bottom: 10px;
}
header a {
    padding: 10px;
    background: white;
    border-radius: 10px;
    margin-left: 10px;
    float: right;
    margin-top: 10px;
}

html, body {
    /*height: 100%;*/
    padding-bottom: 20px;
}