
/* tags */
.main_tag {
	line-height: 14px;
	
}

.taglch {
	padding: 4px;
	color: #fff;
	background: #999;
	font-size: 12px;
	line-height: 14px;
	font-family: sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 4px;
  border-radius: 2px;
}

.lch_green {
    background-color: #a8e4a0;
}

.text_lchhide {
  color: #f9f9f9;
  font-size: 10px;
  padding: 0;
  margin: 0;
}
/* tags */

.br-df {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .br-20 {
    border-radius: 10px;
  }
  .br-df {
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .br-20 {
    border-radius: 10px;
  }
    .br-df {
    border-radius: 10px;
  }
}

.text-lch-light {
	color: #f9f9f9;
  	font-size: 10px;
	line-height: 11px;
}