﻿
/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    font-family: 'Open Sans', sans-serif;
   
}
.text-center {
    text-align:center;
}
.pad-top {
    padding-top:40px;
}

.plan {
padding: 0 0 15px 0;
margin: 30px 0px;
list-style: none;
text-align: center;
}

.active-plan-price {
    -webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.plan li {
padding: 15px 0px;
font-size: 16px;
border-bottom: 1px dotted #e1e1e1;
}

.round-body {
display: table;
width: 135px;
height: 135px;
margin: 0 auto 14px auto;
border: 4px solid #e4e4e4;
border-radius: 100%;
}
.price-main {
	display: table-cell;
	font-size: 28px;
	text-transform: uppercase;
	vertical-align: middle;
	color: #949494;
}
.price-Unit {
display: block;
}

small {
    font-size:10px!important;
    font-weight:normal;
}

.round-body.small {
	margin-top: -40px;
	width: 90px;
	height: 90px;
	margin-right:50px;
	background-color: #e4e4e4;


}

.small .price-main {
	font-size: 18px;
}

#plan-info .panel-heading h1, #plan-info .panel-heading h2, #plan-info .panel-heading h3, #plan-info .panel-heading h4 {
	color: #ffffff;
}

.round-check {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0!important;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	background-repeat: no-repeat;
	border: 3px solid #d3d3d3;
	border-radius: 50%;
}


.round-check.hover {
	background: url(../../images/RoundCheckCheck.png) center center no-repeat #e4e4e4;
	background-size: 70%;
}

.round-check.checked {
	background: url(../../images/RoundCheckCheck.png) center center no-repeat #3db1ff;
	background-size: 70%;
}
