table, th, td {
    border: 1px solid #ddd;
}

#pricing-thumb-nav {
    background: linear-gradient( rgba(216, 155, 0, .75), rgba(216, 155, 0, .95) ), url(https://uh.edu/uh-energy/edac-program/images/pexels-credit-cards-closeup.jpg);
    border-radius: 10px;
    background-size: cover;
    height: 150.99px;
    transition: 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#bronze-start-end-thumb-nav {
    background: linear-gradient( rgba(216, 155, 0, .75), rgba(216, 155, 0, .95) ), url(https://uh.edu/uh-energy/edac-program/images/pexels-calendar-black-eyeglasses.jpg);
    border-radius: 10px;
    background-size: cover;
    height: 150.99px;
    transition: 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#schedule-thumb-nav {
    background: linear-gradient( rgba(216, 155, 0, .75), rgba(216, 155, 0, .95) ), url(https://uh.edu/uh-energy/edac-program/images/pexels-calendar-black-eyeglasses.jpg);
    border-radius: 10px;
    background-size: cover;
    height: 150.99px;
    transition: 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.h4-white-flex {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: flex-end;
    height: 50px;
    margin: 0;
    text-align: center;
    /*text-shadow: 2px 2px #000000;*/
}

.h6-white-flex {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    height: 50px;
    margin: 0;
    text-align: center;
    line-height: 20px;
}

.h4-white-flex a, .h6-white-flex a {
    color: #000 !important;
}

.no-margin {
    margin: 0;
}

#badge-belt-text {
    border: 2px solid #f6be00;
    border-radius: 20px 0 0 20px;
}

#badge-price {
    border: 2px solid #f6be00;
    border-radius: 0 20px 20px 0;
    background-color: #f6be00;
    text-align: center;
}