.uc_clean_price_table * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.clear {
    clear: both;
}
.uc_clean_price_table .uc_price_chart {
    border: 1px solid #cccccc;
    padding: 50px 0;
}
.uc_clean_price_table .uc_popular h2 {
    padding-bottom: 23px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}
.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_clean_price_table .uc_facility > span {
    display: block;
    padding-bottom: 30px;
    font-size: 14px;
}
.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 {
    padding: 30px 0;
    text-align: center;
}
.uc_clean_price_table .uc_button a {
    border: 1px solid #000;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 17px 48px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.uc_clean_price_table .uc_button a:hover {
    color: #fff;
}
.uc_clean_price_table .uc_button a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}
.uc_clean_price_table .uc_button a:hover::after {
    width: 100%;
}
.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 only screen and (max-width: 360px) {
.uc_clean_price_table .uc_price_chart {
    width: 100%;
    margin: 0;
}
}
