@charset "utf-8";
/* ===========================================================

	Title:					customer.css
	Created:			2019-12-24
	Last Created:		2019-12-24

=========================================================== */
.reset_table {
  width: initial;
  border-top: initial;
}

.reset_table th {
  width: initial;
  padding: initial;
  border-top: initial;
  border-bottom: initial;
  background: initial;
  color: initial;
}

.reset_table td {
  border-top: initial;
  border-bottom: initial;
  padding: initial;
  vertical-align: initial;
}

.customer-info-ico-pdf {
  width: 40px;
	height: 16px;
	line-height: 15px;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 10px;
	color: #d0111b;
	border: solid 1px #d0111b;
	font-size: 10px;
	border-radius: 3px;
	vertical-align: middle;
}