
h1 {
    margin-bottom: 2rem;
}
p {
    font-size: 0.8rem;
    line-height: 1.2;
}
.pricing-table .sfError {
    color: red;
}
.pricing-table .title {
    min-height: 4rem;
    font-size: 14px;
}
.pricing-table .title h3,
.pricing-table .title h4 {
    color: #ffffff;
}
.pricing-table .price {
    font-size: 1rem;
    min-height: 3rem;
}
.pricing-table .description {
    min-height: 5rem;
}
.pricing-table li.listitem {
font-size:12px;
text-align:left;
list-style-type: square;
}
.pricing-table .description input {
    text-align: center;
}
.pricing-table .bullet-item {
    min-height: 4rem;
}
.pricing-table .smallFont {
    font-size: 0.75rem;
}

.reveal-modal .print-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: 4rem;
    top: 1.2rem;
}