html {
    font-family: sans-serif;
    line-height: 1.15;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-size: 10px;
    margin: 36pt;
    height: 100%;
}

h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h5{
    margin: 5px 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
strong {
    font-weight: bolder;
}
img {
    vertical-align: middle;
    border-style: none;
}
table {
    border-collapse: collapse;
}
th {
    text-align: inherit;
}
h4, .h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h4, .h4 {
    font-size: 1rem;
}
h5, .h5 {
    font-size: 0.7rem;
}
.w-20{
    width: 20%;
}
.w-50{
    width: 50%;
}
.w-80{
    width: 80%;
}
.nested-table{
    width: 100%;
    color: black;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: black;
}
.table th{
    background-color: #f7bd47;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
}
.nested-table th,.nested-table td{
    padding: 0.4rem;
    vertical-align: top;
}
.table.table-items td {
    border: 1px solid black;
}
.table thead th {
    vertical-align: bottom;
    border: 2px solid black;
}
.mt-5 {
    margin-top: 3rem !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
* {
    font-family: "DejaVu Sans";
}
body, h1, h2, h3, h4, h5, h6, table, th, tr, td, p, div {
    line-height: 1.1;
}
.party-header {
    font-size: 1.5rem;
    font-weight: 400;
}
.total-amount {
    font-size: 12px;
    font-weight: 700;
}
.border-0 {
    border: none !important;
}
.cool-gray {
    color: #6B7280;
}
ol {
    margin-left: -25px;
    font-size: 0.7rem;
}
.p-0{
  padding: 0 !important;
}
.pt-0{
  padding-top: 0 !important;
}
.pb-0{
  padding-bottom: 0 !important;
}
.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.address{
    height: 10px;
    border: 1px solid #f7bd47;
    background-color: #f7bd47;
}

.header-table{
  width: 100%;
}