.list-feature {
  text-align: left !important;
  padding-left: 15px;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}

.list-block-compare {
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 40px;
  background: rgba(211, 222, 234, 0.3) !important;
  border-radius: 10px;
  font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}

.list-block-compare .list-title {
    width: 815px;
	float: left;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	border-bottom: 1px #333333 solid;
	line-height: 45px;
	text-align: left;
	margin: 12px auto;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #000000;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}

.list-block-compare .list-version-1 {
    width: 60px;
	float: left;
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	position: relative;
	border-bottom: 1px #333333 solid;
	text-align: center;
	margin: 12px auto;
	padding-bottom: 5px;
	color: #00a0ff;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}
.list-block-compare .list-version-2 {
    width: 90px;
	float: left;
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	position: relative;
	border-bottom: 1px #333333 solid;
	text-align: center;
	margin: 12px auto;
	padding-bottom: 5px;
	color: #000000;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}

.list-block-compare .compare-title {
  position: absolute;
  top: -44px;
  width: 100%;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}
.list-block-compare .list-feature {
  background-image: url(../images/li_disc.png) !important;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 13px;
  background-position: 8px 10px;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}
.list-block-compare p {
	line-height: 22px;
	margin: 6px 5px;
	font-size: 15px;
	font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}
.list-block-compare p a {
  color: #000;
  text-decoration: none;
}
.list-block-compare p a:hover {
  color: #ff5a00;
  text-decoration: none;
}
.list-block-compare p .new {
	background: none;
	color: #dc0000;
	font-weight: 700;
	font-size: 12px;
}
.list-block-compare td:nth-child(1) p {
  padding-left: 6px;
}

.c_check {
  width: 22px;
  height: 18px;
  display: block;
  background-image: url(../images/yes.gif);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.c_check_icon {
  border-radius: 100%;
  width: 22px;
  height: 22px;
  background: #00a0ff;
  display: block;
  position: relative;
  margin: auto;
}
.c_check_icon::before {
  content: '';
  background-image: url(../images/check_icon.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: inherit;
}

.no_check_icon {
  border-radius: 100%;
  width: 22px;
  height: 22px;
  background: #cccccc;
  display: block;
  position: relative;
  margin: auto;
}
.no_check_icon::before {
  content: '';
  background-image: url(../images/no_icon.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: inherit;
}



.compare-v1 {
  background: #00a0ff;
  color: #fff;
  position: relative;
  width: 90px;
  margin: 0 !important;
  padding-top: 5px;
}
.compare-v1::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-width: 20px 45px 0 45px;
  border-color: #00a0ff transparent transparent transparent;
  z-index: 1;
}

.compare-v2 {
  background: #dde4ec;
  color: #000;
  position: relative;
  width: 90px;
  margin: 0 !important;
  padding-top: 5px;
}
.compare-v2::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-width: 20px 45px 0 45px;
  border-color: #dde4ec transparent transparent transparent;
  z-index: 1;
}
