.ihpl-table {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.ihpl-table td {
    padding: 2px 4px;
    line-height: initial;
}
.ihpl-table .main-header {
    background-color: #48484a;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.ihpl-table .main-header td {
    padding: 8px 5px;
}
.ihpl-table .main-header span.location {
    text-transform: uppercase;
}
.ihpl-table .main-header a {
    color: #ffffff;
    text-decoration: underline;
}
.ihpl-table .secondary-header {
    background-color: #d8d8d8;
    color: #48484A;
    font-size: 16px;
}
.ihpl-table .secondary-header td {
    border: solid 2px #f0f0f0;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
}
.ihpl-table tbody td {
    text-align: center;
}
.ihpl-table .secondary-header td:first-child,
.ihpl-table tbody td:first-child { 
    text-align: left;
    padding-left: 2%;
}
.ihpl-table .secondary-header td:first-child {
    border-left: 0;
}
.ihpl-table .secondary-header td:last-child {
    border-right: 0;
    font-weight: bold;
}
.ihpl-table tbody td,
.ihpl-table tbody td a {
    color: #48484a;
    font-size: 14px;
}
.ihpl-table tbody a {
    text-decoration: underline;
}
.ihpl-table tbody .price-reduction {
    text-decoration: line-through;
}
.ihpl-table tbody td:nth-child(7) {
    font-weight: bold;
}
@media (min-width: 768px) {
    .ihpl-table tbody td,
    .ihpl-table tbody td a {
        font-size: 18px;
    }
    .ihpl-table .main-header {
        font-size: 18px;
    }
}