@charset "utf-8";
/* CSS Document */

.pricetable {
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    border-color: #606c88;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    width: 100%;
    max-width: 280px;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    line-height: 20px;
    padding:  10px;
    height: auto;
}

.pricetable2{
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefcea 0%,#fff083 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    width: 100%;
    max-width: 320px;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    line-height: 20px;
    padding:  10px;
    height: auto;
}
/* Gradient color1 - color2 - color1 */

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.num {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	
}

.best {
	font-family: 'Satisfy', cursive;
	font-size: 36px;
	color: red;
	
}
.pricetable h2,
.pricetable2 h2{
    font-size:24px;
}
.pricetable img{
    max-width: 200px;
}


/*************media queries**************/
@media only screen and (min-width: 0) and (max-width: 640px) {
    .pricetable-table{
        text-align: center;
    }
    .pricetable-colm{
        width:100%;
        margin: 0 auto 25px;
        display: inline-block;
    }
    .pricetable,
    .pricetable2{
        margin: 0 auto;
    }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
}
@media only screen and (min-width: 641px) and (max-width: 797px) {
    .pricetable-table{
        text-align: center;
    }
    .pricetable-colm{
        width:50%;
        margin: 0 auto 25px;
        display: inline-block;
        float: left;
    }
    .pricetable,
    .pricetable2{
        margin: 0 auto;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
}
@media only screen and (min-width: 1542px) {
}
/*************END media queries**************/