@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);html{font-family:Open Sans,sans-serif;font-size:14px;box-sizing:border-box;print-color-adjust:exact;-webkit-print-color-adjust:exact}.header{display:flex;justify-content:center;align-items:center;height:80px}.header img{height:100%}.header>div:first-child,.header>div:nth-child(3){flex:0 1 auto;align-self:flex-start;height:100%}.header div:nth-child(2){flex:1 0 auto;padding-left:10px}h1,h2{margin:0}table{border-collapse:collapse;margin:25px 0;font-family:sans-serif;min-width:400px;box-shadow:0 0 20px rgba(0,0,0,.15)}thead tr{background-color:#7298cd;color:#fff;text-align:left}th{padding:4px 10px}td{padding:8px 10px}tbody tr{border-bottom:1px solid #ddd}thead tr.center{text-align:center}tbody tr:nth-of-type(2n){background-color:#f3f3f3}tbody tr:last-of-type{border-bottom:2px solid #7298cd}tbody tr.active-row{font-weight:700;color:#009879}@page{margin:10px}@media print{*{max-width:100%}body{margin:0}aside,footer,header,nav{display:none}}