#subs-container {
    font-size: 26px;
}

#subs-container p {
    margin: 0;
}

.subs-container {
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e7be20;
    -webkit-box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    -moz-box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*.subs-container:hover {*/
/*    -webkit-transform: translateY(-1.5%);*/
/*    transform: translateY(-1.5%);*/
/*    -moz-box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);*/
/*    -webkit-box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);*/
/*    box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);*/
/*}*/

.subs-container.is-selected {
    border: 2px solid #0f0f0f;
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%);
    -moz-box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 8px 5px rgba(0, 0, 0, 0.2);
}

.subs-body {
    padding: 15px;
    margin-bottom: 20px;
    height: 240px;
}

.subs-body h2 {
    /*color: #e7be20;*/
    color: #333;
}

.subs-price {
    color: #e7be20;
    margin: 20px 0 20px 0;
}

.subs-price sub {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #9a9a9a;
    font-size: 12px;
}

.subs-price-value {
    margin-right: 5px;
    font-size: 28px;
}
.subs-feat ul {
    margin: 20px 0 20px 0;
    list-style: none;
    padding: 20px 20px 20px 80px;
    text-align: left;
}

ul.subs-feat-list {
    list-style: none;
    padding: 0;
    margin: 30px 30px 5px 30px;
}

ul.subs-feat-list li.bundle-item{
    padding-left: 1.3em;
    padding-bottom: 1.5rem;
    color: #06c;
    text-decoration: none;
    font-size: 14px;
}

/*ul.subs-feat-list li.bundle-item:last-child{*/
/*    color: #333;*/
/*}*/

/*ul.subs-feat-list li.bundle-item:last-child:hover{*/
/*    color: #333;*/
/*}*/

ul.subs-feat-list li.bundle-item:hover{
    color: #e7be20;
}

ul.subs-feat-list li.bundle-item a, ul.subs-feat-list li.bundle-item span {
    color: #06c;
    cursor: pointer;
    text-decoration: none;
}

ul.subs-feat-list li.bundle-item a:hover,
ul.subs-feat-list li.bundle-item span:hover {
    color: #e7be20;
}

ul.subs-feat-list li::before{
    content: url(../images/subs/16x16-plane-icon.png);
    z-index: -1;
    display: inline-block;
    margin-left: -1.3em;
    width:2em;
}

.subs-feat-header {
    padding: 20px;
    border-top: 1px solid #e7be20;
    border-bottom: 1px solid #e7be20;
    background: lightgray;
}

.subs-feat-header h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: grey;
}

#subs-expiration {
    color: #dbdbdb;
}

.subscription-section .border-container{
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #subs-expiration p{ text-align:left }
}
