.comparison_table_s {
	width: 98%;
	margin: 15px auto 0 auto;
	box-sizing: border-box;
}
.comparison_table_s * {
	box-sizing: border-box;
    font-size: 12px;
    line-height: 1.2em;
}
.comparison_table_s td {
	border: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
    margin-top: -1px;
}
.comparison_table_s tr.tr-bg {
	background: #efefef;
}
.comparison_table_s td.td-bg {
	background: #efefef;
}
.comparison_table_s h4 {
    font-size: 14px !important;
	font-weight: 500;
	margin-top: 10px;
}
.comparison_table_s td p {
	padding: 7px;
}
.comparison_table_s td p > i {
	font-size: 24px;
	color: #900;
}
.comparison_table_s td p > i.fa-check {
	color: #079bcc;
}
.comparison_table_s td p.title {
	text-align: left;
}
p.box-text, p.box-price {
	padding: 5px 10px !important;
	line-height: 1.2em;
}
p.box-text {
    height: 40px;
}
p.box-price {
	margin-bottom: 10px;
}
p.box-price > span {
	font-size: 18px;
	font-weight: 500;
}
span.btn-price {
	font-size: 18px;
	font-weight: 500;
	color: #900;
}
.comparison_table_s div.btn_wrap {
	width: 90% !important;
	margin: 0 auto !important;
}
.comparison_table_s div.buy_price a.buy_btn {
	font-size: 14px;
	font-weight: 500;
}
.comparison_table_s div.buy_price a.gray_btn {
	background: #555;
}

.comparison_table_s div.buy_price {
    padding: 10px 0 10px 0;
}
.comparison_table_s td.td-title i.fa-question-circle {
    font-size: 14px;
    color: #900;
}

@media (max-width: 800px) {
	.comparison_table_s {
		width: 100%;
		border: 1px solid #e5e5e5;
	}
	.comparison_table_s tr.tr-bg {
		background: #fff;
	}
	.comparison_table_s td {
		float: left;
		width: 25%;
		border: none;
		border-top: 1px solid #e5e5e5;
	}
	td.hide {
		display: none;
	}
	td.col-12 {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.comparison_table_s div.buy_price {
		margin-bottom: 0 !important;
	}
}