p:last-child{margin-bottom: 0;}

/* For Table css */
.single-appoftheweek .table>:not(caption)>*>* {
    background: unset;
    color: unset;
}
.single-appoftheweek table {
    border: 1px solid var(--grey-color-50);
    margin-bottom: 0;
}
.single-appoftheweek .table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--primary-color-light);
}
.single-appoftheweek table tr th{
    align-content: center;
}
.single-appoftheweek td, .single-appoftheweek th {
    border-top: 1px solid var(--grey-color-50);
    padding: 8px 10px 8px 5px;
    border-right: 1px solid var(--grey-color-50);
}