#customers {
    text-align: right;
    font-family:Cairo;
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }


    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 12px;
        font-size:14px;
        padding-bottom: 12px;
        text-align: center;
        background-color: rgb(0,142,126);/* #008E7E; /*#4CAF50;*/
        color: white;
    }

    #customers td {
        font-size: 14px;
    }
        .sel {
    text-align: center;
}

.statab {
    min-height:60vh
}
    .statab h3 {
        text-align: center;
        font-size: 25;
        color: black;
        padding: 0;
    }
    .statab .h4 {
        text-align: center;
        font-size: 2vw;
        font-weight:900;
      margin-top:10px;
    }

