html {
    font-size: 14px;
    font-family: "mundial", sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.form-control {
    color: #A08EC3;
}

.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 #A08EC3;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
#tblAllData tr td {
    border: solid thin black;
    text-align: left;
    font-size: smaller;
    padding: 2px 2px 2px 2px;
    text-wrap: nowrap;
    max-width:175px;
    overflow:hidden;
}

#tblAllData tr.evenrow {
    background-color: #A08EC32E;
}

#tblAllData th {
    font-size: .7em;
}

#tblAllAirframes tr td {
    border: solid thin black;
    text-align: left;
    font-size: smaller;
    padding: 2px 2px 2px 2px;
    text-wrap: nowrap;
    max-width: 175px;
    overflow: hidden;
}

#tblAllAirframes tr.evenrow {
    background-color: #A08EC32E;
}

#tblAllAirframes th {
    font-size: .7em;
}
.unsaved {
    text-decoration: line-through red;
}