@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
* {
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
}
.section-invoice {
	padding: 10px;
}
.section-invoice .cr1 {
	width: 150px;
}
.section-invoice .cr1 img {
	max-width: 150px;
}
.section-invoice table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.section-invoice th,
.section-invoice td {
	font-size: 12px;
}
.section-invoice td {
	vertical-align: top;
}
.section-invoice .to {
	font-weight: bold;
	width: 20px;
} 
.section-invoice .table-cover {
	border: solid 2px #000000;
	border-radius: 5px;
	padding: 5px;
}
.section-invoice h2 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.section-invoice h1 {
	margin: 5px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
}
.section-invoice p {
	margin-top: 0;
}
.section-invoice .space-h {
	height: 10px;
}
.section-invoice .space-s {
	height: 3px;
}
.section-invoice .table-cover .label {
	width:  105px;
	display: inline-table;
}
.section-invoice .table-cover .col-w {
	display: inline-table;
  width: 20px;
  text-align: center;
}
.section-invoice .minu-two {
	margin-top: -2px;
}
.section-invoice table th {
	background-color: #e4e4e4;
}
.section-invoice .table-list {
	border: none;
}
.section-invoice .table-list th,
.section-invoice .table-list td {
	text-align: center;
	padding: 2px;
	vertical-align: middle;
	border: dashed 1px #333333;
	font-size: 12px;
}
.section-invoice .table-list th {
	padding-top: 0;
	padding-bottom: 0;
}
.section-invoice .table-list th th,
.section-invoice .table-list td td {
	border: 0;
}
.section-invoice .table-list td td {
	padding: 0;
}
.section-invoice .space-l {
	height: 50px;
}
.section-invoice .tm-view tr td {
	font-weight: 600;
	padding: 2px 0;
}
.section-invoice .tm-view tr td {
	text-align: center;
	border-bottom: dashed 1px #000000;
}
.section-invoice .tm-view tr td:first-child {
	text-align: left;
	font-weight: bold;
}
.section-invoice .tm-view tr td:last-child {
	text-align: right;
}
.section-invoice .total-amout {
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
}
.section-invoice .tm-view tr:last-child td {
	border: 0;
}
.section-invoice .amount-text {
	border-top: dashed 1px;
	border-bottom: solid 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	text-align: right;
	text-transform: uppercase;
}
.section-invoice ol {
	padding: 0 0 0 10px;
}