/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Dynamic Pricing Table */
.pricing-table {
    font-family: 'Open Sans', sans-serif;
    width: 90%;
    float: left;
    font-weight: normal;
    background: white;
    border: 1px solid #8E8E8E;
    box-shadow: 3px 3px 10px -2px #8E8E8E;
    -moz-box-shadow: 2px 2px 10px -2px #8E8E8E;
    -webkit-box-shadow: 2px 2px 10px -2px #8E8E8E;
}
.pricing-table li {
    padding: 5px 40px 5px;
    color: #8E8E8E;
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    list-style-type: none;
}
.pricing-table li.price {
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
    background-color: #E56B2F;
    text-transform: uppercase;
}
.pricing-table li.price.redondo {
    border-radius: 2em;
}
.pricing-table li.price i {
    color: #fff;
    line-height: 70px;
    font-weight: normal;
    margin-right: 10px;
}
.pricing-table li i {
    vertical-align: top;
    color: #E56B2F;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
}
.pricing-table li:last-child {
    padding: 5px 40px 25px;
}
.pricing-table li[class^="choice"] {
    padding: 0 20px;
    overflow: hidden;
    height: 0px;

    transition: .3s;
    -webkit-transition: .3s;
}
.pricing-table li[class^="choice"].active {
    height: 35px;
    padding: 15px 20px 0;
}

.options-table {
    width: 100%;
    float: left;
    padding: 15px;
    background-color: #fff;
    color: #666;
    /* border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em; */
    margin-bottom: 20px;
}
/*.options-table .switch {
    margin-bottom: 15px;
}*/
.options-table .switch:last-child {
    margin-bottom: 0px;
}
.options-table .switch span {
    float: left;
    line-height: 30px;
}
.options-table .switch .cmn-toggle,
.options-table .switch label {
    float: right;
}
