.customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 95%;
    font-size: 12px;
}
  
.customers td, th {
    border: 1px solid white;
    padding: 8px;
}
  
.customers tr:nth-child(even){
    background-color: #ffefd5;
}
  
.customers tr:hover {
    background-color: #ffbf00;
}

.tituloTabela{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #e25822;
    color: white;
}

.itensMenuADM{
    background: #fff;
    position: absolute;
    top: 15%;
    right: 25%;
    font-family: "Arial";
    border-radius: 10px;
}

.itensMenuADM a:link, a:visited {
    background-color: #fff;
    color: #6c6c6c;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    border-left: 1px solid orange;
}

.itensMenuADM a:hover, a:active {
    background-color: #fff;
    color: orange;
    border: 1px solid orange;
    border-radius: 5px;
}
