table.views-table {
    border-collapse: collapse;
    width: 100%;
    position: relative;
}

table.views-table th {
    padding: 25px 20px;
    background: #033559;
    color: #ffffff;
    font-size: 1rem;
    border: 1px solid #59727e;
    position: sticky;
    top: 0;
}

table.views-table tr.odd, .table.views-table tr.even {
    border-bottom: 1px solid #ccc;
}

table.views-table tr:nth-child(odd) {
    background: #f5f5f5;
}

table.views-table tr:nth-child(even) {
    background: #ebeef0;
}

table.views-table tr td {
    padding: 15px 20px;
    border: 1px solid #d1d6df;
}

p.no_pp {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

p.pp_archive {
    font-weight: bold;
    margin-top: 10px;
}

ul#pp_archive_list {
    margin: 0 0 0 13px;
    padding: 0;
}

ul#pp_archive_list li {
    font-size: 12px;
    list-style: square;
}

ul#pp_archive_list li a {
    color: #0098db;
}