html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 20px;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

thead tr th {
    font-weight:normal;
    background-color: #545a2c;
    text-align: center;
    color: white;
}
h3 {
    user-select: none;
}
h4{
    color:white;
}

header-bg {
    background-color: black;
    padding-top: 5px;
    padding-bottom: 5px
}