
li.pricing__feature {
    margin: 0;
    padding: 0.25em 1em;
    text-align: left;
    list-style: inside;
    z-index: 9999;
}

.black_circle {
    background: #3a3a3a;
}

.circle {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    padding: 10% 0;
    border-radius: 50%;
    color: white;
    text-align: center;
    top: 45px;
    margin: 0 auto;
}


.pricing__currency {
    font-size: 1.6em;
    vertical-align: top;
    color: white;
    font-weight: 900;
}

.price_new {
    font-weight: 900;
    font-size: 2.3em;
}

.pricing__period {
    font-size: .8em;
    display: block;
    color: #fff;
    font-weight: 800;
}

.pricing__deco {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #fff;
    padding: 4em 1em 1em 1em;
}

.pricing__feature-list {
    margin: 0;
    padding: 0.25em 0 1em;
    list-style: none;
    text-align: center;
    z-index: 9999;
}

.pricing__quote {
    background: #0a4fbd;
}

.pricing__quote h2 {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .5em;
    color: #fff;
}

.pricing__code {
    background: #ec6c24;
}

.pricing__code h2 {
    margin: 0;
    font-size: 2em;
    font-weight: 900;
    color: #fff;
}

.list_fine {
    color: #666 !important;
    font-size: .8em !important;
}

.error { color: red; }


.nopadding { padding: 0; }

.nomargin { margin: 0; }

.clear { display: block; clear: left; }


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #5bc0de;
    color: white;
    text-align: center;
    z-index: 1000;
    line-height: 30px;
    width: 100%;
}


.aqua {
    /*
        background-color: #5bc0de;
        */
}
.white {
    color: #fff;
    margin: 10px 0;
    font-size: 2em;
    padding: 0;
}

.strike {
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-style: dashed;
}

.rrp {
    position: relative;
    display: block;
    padding-top: 10%;
    text-align: center;
    top: 10px;
    margin: 0 auto;
    font-size: 2.3em;
    font-weight: 900;
    color: black;
}

