.eapps-pricing-table-layout-grid .eapps-pricing-table-column,
.eapps-pricing-table-column{
    padding-bottom: 20px;
}
.eapps-pricing-table-column-title-text{
    font-family: UURWDIN-Italic;
}
.eapps-pricing-table{
    font-family: 'AbelPro';
}
html body .eapps-pricing-table-column-button{
    border-radius: 0;
    font-size: 12px;
}
html body .eapps-pricing-table-column-button:hover{
    text-decoration: none;
    opacity: 1;
    background-color: #000 !important;
}
html body .eapps-pricing-table-column-button:after{
    content: "→";
    position: relative;
    left: 10px;
}
.eapps-pricing-table-column:first-child{
    margin-left: 0;
}
.eapps-pricing-table-column:last-child{
     margin-right: 0;
}
.eapps-pricing-table-column{ max-width: initial; }
html .eapps-pricing-table-toggle-item-name{
    border-radius: 0;
    padding: 10px 35px;
    font-size: 13px;
    color: #fff;
    background-color: #b41730 !important;
    opacity: 1 !important;
    border: 0;
    line-height: 25px;
}
html .eapps-pricing-table-toggle-item-name:hover,
html .eapps-pricing-table-toggle-item-active .eapps-pricing-table-toggle-item-name{
    background-color: #101010 !important;
}
.pt_cont:last-child{
    border-bottom: 1px solid #f2f2f2;
}
.pt_cont {
    border-top: 1px solid #f2f2f2;
    width: calc(100% - 64px);
    margin: auto;
    padding: 15px 0;
    position: relative;
    top: -24px;
}
span.pt_top {
    font-weight: bold;
}
html .eapps-pricing-table-column-price-caption{
    line-height: 28px;
}