@font-face {
    font-family: "Merriweather-regular";
    src: url("./fonts/Merriweather-Regular.ttf") format("ttf"),
         url("./fonts/Merriweather-Regular.ttf") format("ttf");
  }
  
  @font-face {
    font-family: "Merriweather-bold";
    src: url("./fonts/Merriweather-Bold.ttf") format("ttf"),
         url("./fonts/Merriweather-Bold.ttf") format("ttf");
  }
  
  @font-face {
    font-family: "Merriweather-black";
    src: url("./fonts/Merriweather-Black.ttf") format("ttf"),
         url("./fonts/Merriweather-Black.ttf") format("ttf");
  }

body {margin: 0;padding: 0; font-family: 'Merriweather-black';}

header {width: 100%;background-color: #222;background: rgb(0,0,0);background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);margin: 0;padding: 20px 0;display: flex;align-items: center;justify-content: center;}
header img {max-height: 50px;}

.main { width: 100%; background-color: #ffffff; margin: 0; padding: 0; display: flex; justify-content: center;}

.container { width: 1146px; padding: 0px;margin: 5% 0; }
h1 {text-align: center; color: #861f1d;font-family: 'Merriweather-black';letter-spacing: -0.5px;}
.container table { width:100%; margin-bottom: 15px;border-spacing: 0px;}
.container table thead {}
.container table thead tr {}
.container table thead tr th {padding: 15px 0px;background-color: #222;color: #fff;text-align: center;border-left: 1px solid #fff;border-bottom: 1px solid #fff;font-family: 'Merriweather-black';}
.container table thead tr th.first {background-color: #861f1d;color: #fff;}

.container table tr td {padding: 15px 0; background-color: #eeeeee; text-align: center;border-left: 1px solid #fff;border-bottom: 1px solid #fff;}
.Header1 {border-left: 0px solid #ffffff!important;color: #861f1d;}
.first {border-left: 0px solid #ffffff!important;}

footer {width: 100%;background-color: #222;margin: 0;padding: 20px 0;display: flex;align-items: center;justify-content: center;flex-direction: column;background: rgb(0,0,0);background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);}
footer img {max-height: 50px;}
footer span { color: #ffffff; font-size: 10px; margin: 15px 0 0;}

@media only screen and (max-width: 768px) {
    .table-fluid table, 
    .table-fluid thead, 
    .table-fluid tbody, 
    .table-fluid th, 
    .table-fluid td, 
    .table-fluid tr { display: block; }
    .table-fluid thead tr { position: absolute; left: -9999px; top: -9999px; }
    .table-fluid tr th { background: #337ab7; border: 1px solid #337ab7 !important; color: #fff; }
    .table-fluid tr td { border: none; border-bottom: 1px solid #eee; padding-left: 50%; position: relative; text-align: right; white-space: normal; }
    .table-fluid tr td:before { font-weight: bold; left: 6px; padding-right: 10px; position: absolute; text-align: left; top: 6px; white-space: nowrap; width: 45%; }
    .table-fluid tr td:before { content: attr(class); }

header img {max-height: 40px;}
.container { width: 100%; padding:0px;font-size: 11px;}
.container table {border-spacing: 0px;}
footer img {max-height: 40px;}
}