#snap21Logo {
    max-width: 150px;
}

#licenseAgreement ol {
    padding-left: 20px;
}

#licenseAgreement ol li {
    margin-bottom: 20px;
}

.modal-full {
    max-width: 90%;
}

.inflatedAmount {
    color: gray;
    text-decoration: line-through;
    font-size: 2em;
    display: none;
}

.cents {
    color: green;
    font-weight: bold;
    font-size: .8em;
    position: relative;
    bottom: 12px;
}
.payAmount {
    color: green;
    font-weight: bold;
    font-size: 2em;
}

.pricePeriod {
    font-size: .6em;
}

.amount {
    width: 160px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}