.fixedElement {
    background: navajowhite;
    position: fixed;
    height: 30px;
    width:100%;
    top: 0;
}

.container {
    margin-top: 48px;
}

.form {
    margin: auto 0;
}

.title {
    font-size: 18px;
    font-weight: bold;
    color: red;
    margin-top: auto;
    margin-bottom: auto;
}

footer {
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

.tbl-incluir {
    margin: 30px 0;
    border: 1px solid black;
}
.tbl-incluir tr{
    
    border: 1px solid black;
}

.tbl-incluir th{
    padding: 4px;
    border: 1px solid black;
}

.tbl-incluir td{
    padding: 4px;
    border: 1px solid black;
}

.subtitulo{
    font-weight: bold;
}