<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.blue14 {
  font-size: 20px;
  color: #333333;
}

p.blue14::before {
  content: ' ';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 3px;
  height: 20px;
  background: #0066cc;
}

.count_table * {
  color: #333333;
}

.count_table select,
.count_table input,
.count_table select {
  border: 1px solid #a6b7c9;
}

td.blue14 {
  padding-bottom: 15px;
  font-size: 18px;
}

.Wdate {
  background-image: url('/upload/img/calendar_icon.png') !important;
  background-size: contain !important;
}

.counter_button {
  color: #ffffff;
  background: #0066cc;
  border-radius: 18px;
  height: 30px;
  width: 80px;
  margin-left: 10px;
	text-align:center;
}
.counter_button:first-child {
  margin-top: 10px;
  margin-left: 30px;
}
.count_table table td{
					border:none !important;
	padding:2px;
}				
				
.count_table table tr{
	min-height:28px;
	line-height:28px;
	padding:2px;
}	</pre></body></html>