.menu{
    background-color: #005eb8;
}

.opcoes{
    color: white;
}

/* Tabela */

table {
    border-collapse: collapse;
    border: 1px solid;
    border-color: #AEB6BF;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

.th_listagem {
    background-color: #0067bb;
    color: white;
}

tr:hover{
  background-color: #808080;
}

th:nth-child(1){
  text-align: right;
}
