#plans {
    padding: 30px 0;
    background: #F0F0F0;
    text-align: center;
}

#price {
    width: 90%;
    max-width: 800px;
    margin: 25px auto 0 auto;
    background: #fff;
}

#price .item {
    float: left;
}

#price .p0 {
    width: 40%;
}

#price .p1, #price .p2, #price .p3 {
    width: 20%;
}

@media all and (max-width: 800px) {
    #price .p0 {
        width: 25%;
    }
    
    #price .p1 {
        width: 30%;
    }

    #price .p2 {
        width: 25%;
    }

    #price .p3 {
        width: 20%;
    }
}

#price .item .hdr {
    color: #fff;
    text-align: center;
    padding: 25px;
    min-height: 55px;    
}

@media all and (max-width: 800px) {
    #price .item .hdr {
        padding: 20px 10px;
    }
}

#price .p0 .hdr {
    background: #fff url('../i/price/price-sh.gif') repeat-y top right;
    -webkit-border-top-left-radius: px;
    -moz-border-radius-topleft: px;
    border-top-left-radius: 5px;
}

#price .p1 .hdr {
    background: #0388DD;
}

#price .p2 .hdr {
    background: #60BC57;
}

#price .p3 .hdr {
    background: #87D57F;
    -webkit-border-top-right-radius: px;
    -moz-border-radius-topright: px;
    border-top-right-radius: 5px;
}

#price .hdr b {
    font-size: 1.25em;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #555;
}

@media all and (max-width: 600px) {
  #price .hdr b span {
    display: none;
  }
}

#price .hdr i {
    font-size: 0.75em;
    font-style: normal;
    text-shadow: 1px 1px 1px #555;
}

#price .in {
    padding: 25px;
    text-align: center;
    min-height: 170px;
    background: url('../i/price/price-sh.gif') repeat-y top right;
    border-bottom: 1px solid #ECECEC;
}

@media all and (max-width: 800px) {
    #price .in {
        padding: 15px 10px;
    }
}

#price .in i {
    font-size: 0.75em;
    font-style: normal;
}

#price .item .inf {
    min-height: 450px;
    background: url('../i/price/price-sh.gif') repeat-y top right;
}

#price .inf {
    border-bottom: 1px solid #ECECEC;
}

#price .inf i {
    display: block;
    padding: 10px;
    margin: 0px 1px;
    font-size: 0.75em;
    font-style: normal;
    text-align: right;
}

#price .p1 .inf i, #price .p2 .inf i, #price .p3 .inf i {
    text-align: center;
}

#price .p1 .inf i {
    font-weight: bolder;
}

#price .inf i.b {
    font-weight: bold;
}

@media all and (max-width: 600px) {
  #price .inf .faqr {
    float:none;
  }
}

#price .inf i:nth-child(even) {
    background: #F1F6FC;
}

#plans-footer {
    padding: 30px 0;
    text-align: center;
}

#plans-footer .a {
    color: #009CFF;
    font-size: 150%;
    text-decoration: underline;
}

#plans-footer .slide {
    width: 80%;
    max-width: 600px;
    margin: 0px auto;
}

#plans .btn, #plans-footer .btn {
    text-shadow: none;
    
    display: block;
    width: auto;
    margin: 0px auto;
    max-width: 300px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background: #FA402B;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media all and (max-width: 600px) {
    #plans .btn, #plans-footer .btn { max-width: 60%; }
}

#plans .btn:hover, #plans-footer .btn:hover {
    color: #fff;
    text-decoration: underline;
    background: #009CFF;
}

@media all and (max-width: 600px) {
    .in .btn {
        font-size: 0.75em;
    }
}

#plans ul {
    list-style: none;
    font-size: 0.8em;
    margin: 25px 25px 25px 0;
}

#plans ul li {
    margin: 0 0 20px 20px;
    text-align: left;
}

#plans ul li b {
    color: #0388DD;
    font-weight: bold;
}

#plans ul li p {
    color: #333;
    padding: 2px 0 0 20px;
}

#plans .for-all {
    width: auto;
    float: left;
    color: #333;
    margin: 12px 0 0 20px;
    font-size: 0.65em;
    text-transform: uppercase;
    word-wrap: break-word;
}

#plans .for-all i b {
    margin-right: 10px;
}