* {
    box-sizing: border-box;
}
/* Create three columns of equal width */
.columns {
    float: left;
    width: 100%;
    padding: 8px;
}
/* Style the list */
.price-grid {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.price-grid-item {
    border-radius: 0;
    border: 1px solid #eee;
    flex: 1 auto;
    margin-right: 10px;
}
.price-grid-item.price-grid-feature-list {
    flex: 0.5 auto; /*JWP: I prefer this to 1 0. Need space for labels */
    border-color: #ffffff;
    width: 25%;
}
.price-grid-item.price-grid-feature-list .panel {
    box-shadow: none;
}
.price-grid .panel {
    margin-bottom: 0;
}
.priceDesc {
    list-style-type: none;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
}
/* Add shadows on hover */
/*.price-grid-item:hover {
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.price-grid-item.price-grid-feature-list:hover {
    box-shadow: none;
}*/
/* Pricing header */
.price-grid .panel > .panel-heading {
    border-radius: 0;
    padding: 30px 15px;
}
.price-grid .price-grid-item .panel > .panel-heading {
    background-color: #333333;
}
.price-grid .price-grid-item .panel > .panel-heading > .panel-title {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}
.price-grid .price-grid-item.price-grid-feature-list .panel > .panel-heading {
    background-color: #fff !important;
}
.price-grid .price-grid-item .panel > .panel-body {
    padding: 20px 0.8em;
}
.priceDesc .header {
    background-color: #fff;
    color: #111;
    font-size: 25px;
}
/* List items */
.price-grid-item .list-group > .list-group-item {
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 0.8em;
}
.price-grid-item .list-group > .list-group-item span {
}
.placeholder {
    display:inline-block;
    vertical-align: middle;
    height: 100%;
}
.priceDesc li {
    border-bottom: 1px solid #eee;
    padding: 21.3px;
    text-align: center;
    font-size: 12px;
}
.priceDescEX {
    /*  border-bottom: 1px solid #eee;*/
    padding: 5px !important;
    /*  text-align: center;
        font-size: 12px;*/
}
.priceDescEX .italic {
    font-style: italic;
}
.x-mark {
    font-weight: bold;
    /*color:red;*/
}
/* Grey list item */
.item-price {
    background-color: #eee;
}
.item-price > .prtier {
    font-size: 20px;
}
/* price grid item footer */
.price-grid-item .panel > .panel-footer {
    padding:0.8em;
    border-top: 1px solid #ccc;
    border-radius: 0;
}
.price-grid-item.price-grid-feature-list .panel > .panel-footer {
    background-color: #ffffff;
    border-top: 0 none;
}
/* The "Sign Up" button */
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
#Row__EO.col-lg-3 > div.panel.price-grid-item > div.panel-heading.text-center > h3.panel-title {
    padding: 12px 10px;
}
.panel-footer input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.6); /* IE */
    -moz-transform: scale(1.6); /* FF */
    -webkit-transform: scale(1.6, 1.6); /* Safari and Chrome */
    -o-transform: scale(1.6); /* Opera */
    padding:0.8em;
}
.panel-desc {
    padding:0.8em;
}
/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 1000px) {
}
@media only screen and (min-width: 1000px) {
    .feature-description {
        /*display: none !important;*/
    }
}
@media all and (max-width: 767px) {
    .prtier.curprtier {
        background-color: #eee !important;
    }
    .price-grid {
        flex-wrap: wrap;
    }
    .price-grid-item {
        display: block;
        width: 100%;
    }
        .price-grid-feature-list {
        display: none;
    }
    .price-grid-item .list-group > .list-group-item {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
