@charset "UTF-8";

.top-icon {
    font-size: 3em;
    text-align: center;
    color: #7677C4;
}

.price {
    width: 100%;
    float: none;
    text-align: center;
    padding: 20px 0 0;
    font-size: 3em;
    font-weight: bold;
}

.pricing {
    color: #333;
    height: 80px;
    padding-bottom: 20px;
    word-spacing: -1em;
}

.currency-symbol {
    font-size: 1.75em;
}
.price-integer {
}
.price-fraction {
    font-size: 0.5em;
    vertical-align: super;
}

.price-highlight {
    color: #333;
    margin: 0;
    line-height: 27px;
}

.price-strike {
    margin-bottom: 5px;
    color: #878787;
}
.price-strike .currency-symbol {
    font-size: 80%;
}
.price-strike .price {
    text-decoration: line-through;
    font-size: 1.2em;
}
.price-strike * .price-fraction {
    font-size: 0.75em;
    vertical-align: top;
}

.subscription-length {
    font-size: 130%;
}

.price-information-price {
    text-align: center;
}