body {
  font-size: 15px;
}

.one-line {
  white-space: nowrap;
}

.td-max {
  max-width: 150px;
}

.scroll-div {
  max-height: 75vh;
  overflow: auto;
}

.tr-match td{
  background-color: #c7eed8;
  border-color: #b3e8ca;
}

.tr-match:hover > td {
  background-color: #b3e8ca !important;
}

.form-check-input {
  margin-top: 0;
}

.search-input {
    font-size: 15px;
}
