.alinha{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.quadro {
    position: relative;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    background-color: #043D54;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius:10px;
}
.quadro2{
    height: 55px;
}
.quadrocab {
    position: relative;
    top: 10px;
    right: 15px;
    left: 15px;
    background-color: #043D54;
    padding-bottom: 10px;
    border-radius:10px;
}
.titulo {
    font-weight: bold;
}
.vermelho{
    color: red;
}

thead{
    color: white;
    font-weight: bold;
    background-color: #043D54;
}

tfoot{
    color: white;
    font-weight: bold;
    background-color: #043D54;
}

