.price {
    border-radius: 4px;
}
.price-header {
    background-color: #2E7EB7;
    color: #FFF;
    padding-bottom: 3em;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.price-header .btn-signup,
.price-bottom .btn-signup
{
    width: 70%;
}
.price h2 {
    color: #FFF;
    font-family: Play, Helvetica, Arial, sans-serif ;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16pt;
    padding: 1em;
    padding-bottom: 0.5em;
    margin-top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.price-divider {
    width: 80%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-left: auto;
    margin-right: auto;
    height: 0px;
}
.price-bottom {
    border-top: 2px solid rgba(0,0,0,0.2);
    margin-top: 1em;
    padding-bottom: 2em;
}
.price .price-bottom h3,
.price .price-bottom h4
{
    color: #333;
    font-family: "Trade Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.price h3 {
    color: #FFF;
    padding-top: 0.5em;;
}
.price h4 {
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    color: #FFF;
}
.price-signup {
    margin-top: 2.5em;

    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.prices-flat-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.prices-flat-item-header {
    background: none repeat scroll 0% 0% #003551;
    color: #FFF;
    vertical-align: bottom;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: normal;
    text-transform: uppercase;
}

.prices-flat-icon {
    width: 16px;
    height: 16px;
    float: right;
}
.prices-flat-icon.prices-flat-error-icon {
    background: url('../img/no.png') no-repeat scroll center center transparent;
}
.prices-flat-icon.prices-flat-ok-icon {
    background: url('../img/yes.png') no-repeat scroll center center transparent;
}
.prices-flat-list-item .prices-flat-item-label {
    padding: 14px 0px 12px;
    line-height: 19px;
    width: 200pt;
    max-height: 32px;
    vertical-align: middle;
    /*    font-size: 12px;*/
    font-weight: normal;
    color: #666;
}
.prices-flat-list-item .prices-flat-item-value {
    padding: 0px;
    margin: 0px;
    text-align: right;
    vertical-align: middle;
    line-height: 16px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    width: 50pt;
    overflow: hidden;

}

.prices-flat-list-item .prices-flat-item-label.prices-flat-item-value-no {
    color: #C9C9C9;
}