html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

table {
    table-layout: fixed;
    width: 250px;
}

#input-table {
    border: 1px solid #006eb6;
    table-layout: fixed;
}

#input-table tr {
    border: 1px solid #006eb6;
}

th {
    background-color: #006eb6;
    color: white;
    width: 150px;
    text-align: center;
}

#input-table td {
    background-color: #E5E4E2;
    border: 0.5px solid #006eb6;
    width: 150px;
}

#result-table td {
    width: 250px;
}

select {
    width: 140px;
}

td select {
    background-color: white;
}

#input-table input {
    width: 140px;
    background-color: white;
}

#input-table option {
    width: auto;
}

#input-table select {
    width: auto;
}

#calculation-result {
    margin: 10px 0px;
    padding: 10px;
}

#level {
    margin: 10px;
    padding: 10px;
    background-color: #006eb6;
    color: white;
}

#month {
    margin: 10px;
    padding: 10px;
    background-color: #006eb6;
    color: white;
}

.settings {
    margin: 10px 0;
}

.settings option {
    background-color: white;
    color: black;
}

.dropbtn {
    background-color: #E5E4E2;
    color: black;
    width: 140px;
    min-height: 20px;
    border: none;
    cursor: pointer;
}

.filtered-select {
    position: absolute;
    overflow: initial;
    z-index: 999;
}