html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.resetLink, .resetLink:hover {
    text-decoration: none;
    color: #000;
}

.cursor-pointer {
    cursor: pointer;
}

.mr-3 {
    margin-right: 1rem !important;
}

@media (max-width: 1400px) {
    #table-container .row.dt-row {
        overflow-x: scroll;
    }
}