

/*==========================*/
/* Minify: /css/pricing.css */
/*==========================*/

/* styles for the pricing page www.iatn.net/pricing */

.btn-green {
    background: #5cb85c;
    background-image: -webkit-linear-gradient(top, #5cb85c, #5cb85c);
    background-image: -moz-linear-gradient(top, #5cb85c, #5cb85c);
    background-image: -ms-linear-gradient(top, #5cb85c, #5cb85c);
    background-image: -o-linear-gradient(top, #5cb85c, #5cb85c);
    background-image: linear-gradient(to bottom, #5cb85c, #5cb85c);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: solid #4cae4c 1px;
    text-decoration: none;
}

.title-small
{
    font-size: 17px;
}

.btn-green:hover {
    background: #47A447;
    background-image: -webkit-linear-gradient(top, #47A447, #47A447);
    background-image: -moz-linear-gradient(top, #47A447, #47A447);
    background-image: -ms-linear-gradient(top, #47A447, #47A447);
    background-image: -o-linear-gradient(top, #47A447, #47A447);
    background-image: linear-gradient(to bottom, #47A447, #47A447);
    text-decoration: none;
}

.btn-white {
    background: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -ms-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(to bottom, #fff, #fff);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: solid #ccc 1px;
    text-decoration: none;
}

.btn-white:hover {
    background: #EBEBEB;
    background-image: -webkit-linear-gradient(top, #EBEBEB, #EBEBEB);
    background-image: -moz-linear-gradient(top, #EBEBEB, #EBEBEB);
    background-image: -ms-linear-gradient(top, #EBEBEB, #EBEBEB);
    background-image: -o-linear-gradient(top, #EBEBEB, #EBEBEB);
    background-image: linear-gradient(to bottom, #EBEBEB, #EBEBEB);
    text-decoration: none;
}

.check-col a {
    text-decoration: none;
}

.check-col {
    padding-bottom: 10px;
    padding-top: 10px;
}

.disclaimer-note {
    padding: 40px 0 10px 0 !important;
}

#footer {
    background: none;
}

.heading {
    margin-bottom: 0px !important;
}