.ab-pricing-frame {
    background-color: white;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 10px;
    min-width: 600px;
    max-width: 1150px;
    /*min-height: 600px;*/
    margin: 25px auto auto 50px;
}

.ab-uc-text {
    font-family: 'LightFont', Fallback, sans-serif;
    text-transform: uppercase;
}

.ab-big-text {
    font-size: 50px;
    margin-top: 5px;
}

.ab-small-text {
    font-size: 12px;
    margin-top: 5px;
}

.ab-blue {
    color: #2196f3;
}

.ab-grey {
    color: dimgrey;
}

.ab-billing-btn {
    background-color: #2196f3;
    color: white;
    font-family: 'LightFont', Fallback, sans-serif;
    text-transform: uppercase;
    width: 250px;
    height: 50px;
    border: 0;
}

.ab-billing-btn:focus {
    outline: none;
}

.ab-clean-input-big {
    border: 0;
    font-family: 'LightFont', Fallback, sans-serif;
    font-size: 50px;
    text-align: center;
    color: #2196f3;
    width: 250px;
    height: 55px;
    margin-bottom: 0;
}

.ab-divider {
    color: #2196f3;
}

.ab-icon-button {
    cursor: pointer;
}

.ab-icon-button:focus {
    outline: none;
}

#billing-mau:focus,
#billing-fee:focus {
    outline: none;
}

.ab-row {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;

}

.ab-row-element {
    display: table-cell;
    vertical-align: middle;
}

.ab-column-element {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ab-center-div {
    margin-left: auto;
    margin-right: auto;
}

/* remove MAU original plus/minus arrows*/
#billing-mau::-webkit-inner-spin-button,
#billing-mau::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
