.uc_subtle_price_table * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uc_subtle_price_table .uc_content_box{
	border:1px solid #e8e8e8;
	padding:0px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}

.uc_subtle_price_table h4{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#162532;
	text-transform:uppercase;
	line-height:25px;
	margin:0;
	border-bottom:1px solid #e8e8e8;
	padding:20px 0 19px;
	transition:all 0.4s linear 0s;
}

.uc_subtle_price_table .uc_content_box:hover h4
{
	background:#dc3c4b;
	color:#ffffff;
}

.uc_subtle_price_table .uc_price_marker {
  	color: #162532;
  	height: 108px;
	display:block;
  	margin:0px auto;
  	width: 100px;
	font-size:42px;
	padding:23px 0px 30px;
	font-weight:300;

}
.uc_subtle_price_table .uc_price_marker sup
{
	font-size:24px;

}
.uc_subtle_price_table .uc_price_marker_content{
	display:table-cell;
	vertical-align:middle;
}

.uc_subtle_price_table .uc_price_marker span{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	line-height:10px;
	color:#6d7272;
	
}

.uc_subtle_price_table .uc_price_marker small{
	display:block;
	font-size:14px;
	line-height:14px;
}

.uc_subtle_price_table .uc_price_detail ul{
	font-family: 'Raleway', sans-serif;
	border-top:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	list-style:none;
	padding:0;
	margin:0;
}

.uc_subtle_price_table .uc_price_detail ul li{
	border-bottom:1px solid #e8e8e8;
	display:block;
	font-weight:400;
	font-size:13px;
	padding:14px 0 13px;
	line-height:20px;
	margin:0;
	color:#6d7272;
}

.uc_subtle_price_table .uc_price_detail ul li strong
{
	font-size:12px;
	font-weight:600;
	color:#6d7272;
}

.uc_subtle_price_table a.uc_btn{
	font-family: 'Montserrat', sans-serif;
	border:#d7d7d7 2px solid;
	color:#757575;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	padding:15px 35px 14px;
	margin:25px 0px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	z-index:0;
	text-decoration:none;
	border-radius:3px;
}
.uc_subtle_price_table a.uc_btn:hover
{
	color:#ffffff;
	border-radius:0px;
	border: 1px solid transparent;
}
.uc_subtle_price_table a.uc_btn:before
{
	background:#757575;
	bottom:-100%;
	content:'';
	height:100%;
	width:100%;
	left:0;
	color:#ffffff;
	position:absolute;
	transition:all 0.25s ease-in 0s;
	-webkit-transition:all 0.25s ease-in 0s;
	-moz-transition:all 0.25s ease-in 0s;
	-ms-transition:all 0.25s ease-in 0s;
	z-index:-1;
}
.uc_subtle_price_table a.uc_btn:hover:before{
	bottom:0;
}