.uc_clean_price_table * {
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: acumin-pro-semi-condensed, sans-serif;
}
.clear {
    clear: both;
}
.uc_clean_price_table .uc_price_chart {
    box-shadow: 0 0 30px rgba(0,0,0,.05);
    padding: 30px 0 0 0;
}
.uc_clean_price_table {
    transition: all .15s ease;
}
.uc_clean_price_table:hover {
  box-shadow: 0 0 30px rgba(0,0,0,.1);
    transform: scale(1.01);
    transition: all .15s ease;
}

.uc_clean_price_table i {
  font-size:70px;
    width: auto;
    margin: 0 auto 10px auto;
    display: block;
  text-align:center;
  color:#c7003b;
}

.uc_clean_price_table .uc_popular h2 {
    padding-bottom: 23px;
    text-align: center;
    font-size: 22px;
    color: #1d040b;
    font-weight: 400;
    font-family: "DinPro";
    text-shadow: 0 0 0.5px black;
}
.uc_clean_price_table .uc_price {
    text-align: center;
}
.uc_clean_price_table .uc_popular hr {
    width: 35px;
    margin: 0 auto;
}
.uc_clean_price_table .uc_facility {
    text-align: center;
}

.uc_facility > span:after {
    content: '\2022 \2022 \2022';
    display: block;
    color: #c7003b;
    font-size: 24px;
    margin: 5px 0 5px 0;
    line-height: 1;
    letter-spacing: 1.5px;
    font-family: arial;
}

.uc_facility > span:last-of-type:after {
    display:none;
}

.uc_facility > span:last-of-type {
    margin-bottom:20px;
}

.uc_facility > span:first-of-type {
    margin-top:20px;
}

.uc_clean_price_table .uc_facility > span {
    display: block;
    font-size: 18px;
    color:#1d040b;
    font-weight:400;
}
.uc_clean_price_table .uc_price span {
    color: #333333;
    display: block;
    font-size: 30px;
    font-weight: 300;
    padding: 26px 0 40px;
}
.uc_clean_price_table strong {
    color: #333333;
    padding: 0 3px 0 0;
}
.uc_clean_price_table .uc_button {
    text-align: center;
    padding:10px 0 40px 0;
}

.uc_price em {
    color: #66667f;
    font-size: 14px;
    font-style: normal;
    padding: 0 0 0 5px;
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
	.uc_clean_price_table .uc_price_chart {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.uc_clean_price_table .uc_price_chart {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.uc_clean_price_table .uc_price_chart {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 575.98px) {
	.uc_clean_price_table {
		margin-bottom:30px;
	}
}


@media only screen and (max-width: 360px) {
	.uc_clean_price_table .uc_price_chart {
		width: 100%;
		margin: 0;
	}
}

.uc_clean_price_table_separator {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: block;
    height: 5px;
    width: calc(100% - 100px);
    margin: 0 auto;
}