#Green_Price_List_Section {
    border-color: #2a9d8f;
    background-color: #c3fff8;
}
#Green_Price_List_Section .SubSectionTitle {color: #2a9d8f;}
#Green_Price_List_Section h3 { 
    color: #2a9d8f;
}
.PriceSubSection{
    border-color: #2a9d8f;
}

#PriceListContentContainer {
    display: flex;
    align-items: center;
}

/* Tuition Fee Box: large 95 in a green box */
#TuitionFeeBox {
    display: flex;
    flex-direction: row;
    background-color: #2a9d8f;
    border-radius: 20px;
    padding: 0.75rem;
    text-align: center;
   
}
@font-face {font-family: Harrington; src: url(../media/fonts/HARRINGT.woff);}
#TuitionFeeBox h3 {
    color: white; 
    border: none;
    font-family: Harrington;
}
#TuitionFee {
    font-size: 4rem;
    margin: 1rem;
}

.Important_Inline_Price {
    font-size: 1.2rem;
    color:#2a9d8f;
    text-shadow: 1px 1px 0 #000;
}

/* Other Prices */
#PrimaryPriceList {
    margin-left: 2rem;
}
