.borde {
    background-color: #3b76d0;
    color: #fff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    height: 37px; 
    width: auto;
    align-content: center;
}

.borde1 {
    background-color: #fff;
    color: black;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000;
    height: 37px; 
    width: auto;
    align-content: center;
}
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
    width: 100%;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}

#customers th {
    background-color: #3b76d0;
}

#factura {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
    width: 100%;
}
#factura th {
    background-color: #3b76d0;
    color: #fff;    
}