@import url("https://cdn.jsdelivr.net/npm/centum@1.0.4/dist/centum.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  color: #575757;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

img {
  display: block;
  width: 100%;
  max-width: 27rem;
  margin: 0 auto 2rem auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

h1 {
  color: #004225;
}

h2 {
  color: #004225;
}

h3 {
  color: #004225;
}

h4 {
  color: #004225;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

a {
  color: #004225;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.75;
}

table tr th, table tr td {
  padding: 0.25rem 0;
}

table tr th {
  color: #9aca3c;
  text-align: left;
  padding-right: 1rem;
  vertical-align: top;
}

.wrapper {
  min-height: calc(100vh - 65px);
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.table-wrapper {
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.table-wrapper::-webkit-scrollbar {
  display: none;
}

.pattern {
  height: 65px;
  background: #004225;
  position: relative;
}

.pattern::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo-artwork-padded.png);
  background-size: 65px;
  background-position: center;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
}
