#updates_list {
    list-style: none;
    margin: 4em 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
#pts-app-download {
    list-style: none;
    margin: 4em 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
#pts-app-download li img {
    width: 150px;
    height: auto;
}
#pts-holiday-schedule tr td {
    padding: .25rem;
    border: solid 1px #000;
    text-align: left;
}
#pts-holiday-schedule thead tr td {
    font-weight: bold;
    text-align: center;
}
#pts-holiday-schedule caption {
    font-weight: bold;
    margin-bottom: .5rem;
}
#pts-social-media {
    list-style: none;
    margin: 2em 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}