.page-header-banner-background {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.page-title {
    float: left;
    font-size: 24px;
    line-height: 34px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.main-body {
    padding-top: 50px;
    padding-bottom: 50px;
}

table {
    width: 95%;
    margin: 0px auto;
}

.pricing-table {
    margin-bottom: 25px;
}

th {
    text-align: left;
    padding: 15px;
    background-color: #F5F5F5;
    border: 2px solid #F5F5F5;
    font-size: 24px;
    font-weight: 300;
    color: #F1600B;
}

td {
    padding: 15px 15px 0px 15px;
    text-align: left;
    border: 2px solid #F5F5F5;
}

td.pricing-details {
    width: 75%;
    border: 2px solid #F5F5F5;
}

td#graduate-pricing {
    padding-bottom: 15px;
}

.pricing-details ul {
    list-style-type: disc;
    margin-left: 35px;
    margin-bottom: 20px;
}

.pricing-details ul li {
    margin-bottom: 6px;
    padding-left: 2px;
}

.usd-price {
    color: #F1600B;
}