
.phgtable-table-description {
    clear: both;
    display: block
}

.phgtable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none
}

.phgtable td, .phgtable th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important
}

.phgtable tbody td {
    vertical-align: top
}

.phgtable tbody td, .phgtable tfoot tr {
    border-top: 1px solid #ddd;
    text-align: left;
}

.phgtable tbody tr:first-child tr {
    border-top: 0
}

.phgtable thead th {
    border-bottom: 1px solid #ddd
}

.phgtable tfoot th, .phgtable thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle
}

.phgtable img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none
}

.phgtable td.adunit {
    text-align: center;
}

.phgtable-rtl {
    direction: rtl;
}
.phgtable.phgtable-rtl td,
.phgtable.phgtable-rtl th {
    text-align: right;
}

table tbody, table tfoot, table thead {
    border: none;
    background-color: transparent;
}

table.phgtable thead {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
}

table.phgtable thead th, table.phgtable tfoot th {
    background-color: #7F7F7F;
}

table.phgtable thead th, table.phgtable tfoot th {
    background-color: #7F7F7F;
}

table.phgtable tr.odd tr {
    background-color: transparent !important;
}

table.phgtable tr.even tr {
    background-color: transparent !important;
}

table.phgtable tr.row-hover tr:hover {
    background-color: transparent !important;
}

span.phgtoday {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: block;
}

@media (max-width: 360px) {
    .phgtable {
        font-size: 0.8rem;
    }
    .phgtable td, .phgtable th {
        padding: 4px;
    }
    .phgtable tr td:first-child,
    .phgtable tr th:first-child {
        padding-left: 15px;
    }
    .phgtable tr td:last-child,
    .phgtable tr th:last-child {
        padding-right: 15px;
    }
}
@media (max-width: 640px) {
    .phgtable {
        margin-left: -15px !important;
        width: calc(100% + 30px);
    }
    .phgtable tr td.adunit:first-child {
        padding-left: 0;
        padding-right: 0;
    }
}