.table_style .table table {
    background: #ddedff;
    font-size: 20px;
    line-height: 30px;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background: #ddedff;
}

#customers th {
    border: 1px solid #ddedff;
    padding: 18px 12px;
}

#customers tr {
    border-bottom: 2px solid #fff;
}

#customers tr td {
    border: 1px solid #ddedff;
    padding: 18px 12px;
    font-size: 16px;
}

#customers tr td:first-child {
    font-weight: bold;
}

#customers tr td a {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}

​ #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}