html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


span.line-through {
    text-decoration: line-through;
}

span.line-old {
    color: #ff0000;
}


body {
    color: #222;
    background: #fff;
    font: 100% system-ui;
}

a {
    color: #0033cc;
}

@media (prefers-color-scheme: dark) {
    body {
        color: #eee;
        background: #121212;
    }

    body a {
        color: #809fff;
    }
}

.no-wrap {
    white-space: nowrap;
}

.actions-col {
    min-width: 150px;
}

th {
    background-color: #555;
}

th, td {
    border-color: #777;
}

/* Set color for non-active tabs */
.nav-tabs .nav-link:not(.active) {
    color: #FFF; /* Change this color to whatever you prefer */
}

#myTab {
    margin-bottom: 10px;
}
