body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, sans-serif;
}

header {
  height: 100px;
  background-image: url("../images/header-bg.png");
  background-position: right;
  background-repeat: no-repeat;
}

#container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0 5px;
}
#container h1 {
  color: #434241;
}
#container p {
  line-height: 24px;
  margin: 0;
}
#container table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin: 20px 0;
}
#container table thead {
  background-color: #434241;
  color: #fff;
  font-weight: bold;
}
#container table td {
  border: 1px solid #ccc;
  padding: 15px;
}
#container a {
  color: #9b0c23;
  text-decoration: underline;
}
#container a:hover {
  text-decoration: none;
}
#container .break {
  word-break: break-all;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #292827;
  color: white;
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
  margin-top: 20px;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: none;
}

@media (max-width: 1214px) {
  footer {
    position: initial;
  }
}
@media (max-width: 1055px) {
  header {
    background-position: 250px;
  }
}
@media (max-width: 768px) {
  header {
    background-position: 300px;
  }
}
@media (max-width: 576px) {
  p {
    width: 94%;
  }
  table td {
    padding: 5px !important;
  }
  .table.customDataTable {
    width: 99%;
    border-collapse: separate !important;
    border-spacing: 0 32px !important;
  }
  .table.customDataTable thead {
    display: none;
  }
  .table.customDataTable tbody tr td {
    display: flex;
    border: 0 !important;
    background-color: #f3f3f3;
  }
  .table.customDataTable tbody tr td:before {
    content: attr(data-th);
    display: inline-block;
    width: 110px;
    margin-right: 5px;
    font-weight: bold;
  }
}
@media (max-width: 414px) {
  .table.customDataTable tbody tr td:before {
    margin-right: 32px;
  }
}/*# sourceMappingURL=styles.css.map */