.ptp-pricing-table {
    white-space: nowrap;
    width: 100%;
    text-align: center
}

.ptp-col {
    padding-left: .4em;
    padding-right: .4em;
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.ptp-one-col {
    width: 50%
}

.ptp-two-col {
    width: 46.5%
}

.ptp-three-col {
    width: 31%
}

.ptp-four-col {
    width: 23.25%
}

.ptp-five-col {
    width: 18.6%
}

.ptp-six-col {
    width: 15.5%
}

.ptp-seven-col {
    width: 13.29%
}

.ptp-eight-col {
    width: 11.625%
}

.ptp-nine-col {
    width: 10.3%
}

.ptp-ten-col {
    width: 9.3%
}

.ptp-more-col {
    width: auto
}

div.ptp-item-container {
    margin: 0 0 1.25em 0;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 1em;
    line-height: 1.6;
    font-family: inherit;
    border: #ddd solid 1px
}

div.ptp-plan {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    background-color: #ddd;
    color: #333
}

div.ptp-most-popular {
    padding: .3em;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 2px;
    background-color: #7f8c8d;
    color: #fff
}

div.ptp-not-most-popular {
    background: 0;
    padding: .3em;
    text-align: center;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 2px
}

div.ptp-price {
    text-align: center;
    font-weight: normal;
    font-size: 1.25em;
    background-color: #eee;
    color: #333
}

div.ptp-bullet-item {
    background-color: #fff;
    text-align: center;
    font-size: .875em;
    font-weight: normal;
    color: #333;
    border-bottom: dotted 1px #ddd
}

div.ptp-cta {
    text-align: center;
    background-color: #f5f5f5
}

a.ptp-button {
    border-style: solid;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 75%;
    margin: 0 0 1.25em;
    padding-top: .75em;
    padding-bottom: .8125em;
    font-size: 1em;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out
}

@media only screen and (max-width: 765px) {
    .ptp-col {
        width:100%
    }

    .ptp-pricing-table {
        white-space: normal
    }

    .tt-ptp-empty-row {
        display: none
    }
}
