/*  resize bootstrap back so input boxes are the gooder size */
.uneditable-input {
    height: 25px;
}

.hasIllegalGrade {
    color: lightslategray;
}

/*!* better spacing on front page - I hope it doesn't impact other places 9/16' *!*/
/*.entry-content div {*/
    /*margin-bottom: 1em;*/
/*}*/

/* on mypage.php */
.jPaymentOption {
    background-color: #fff;
    box-shadow: 0 35px 70px 0 rgba(0,0,0,0.12);
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px !important; /* Overwrite plugin styling */
    position: relative;
}

.jWrapStripeButton {
    padding: 0px 0px 0px
}