/* css for check code shortcode */
.woo-vou-check-code{
	border : 1px solid #EDEDED !important;
}
.woo-vou-check-code td{
	border-top : none !important;
	padding: 10px 10px 10px 0 !important;
}
.woo-vou-check-code label{
	padding-left : 10px;
}
.woo-vou-check-code{
	padding-left : 10px;
}
.woo-vou-check-code th{
  font-weight: 600 !important;
  line-height: 1.3 !important;
  padding: 20px 10px 20px 0 !important;
  text-align: left !important;
  vertical-align: top !important;
  width: 200px !important;
  text-transform: none !important;
}

@media only screen and (max-width: 769px) {
.woo-vou-check-code th {
  border-bottom: 0 none;
  padding-bottom: 0;
  padding-top: 10px;
}
.woo-vou-check-code td, .woo-vou-check-code th {
  display: block;
  vertical-align: middle;
  width: auto;
}
.woo-vou-check-code td input[type="text"]{
  display: block;
  font-size: 16px;
  line-height: 1.5;
  max-width: none;
  padding: 7px 10px;
  width: 92%;
}
}
/* css for check code shortcode end */