html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body.light-bg {
    background-color: aliceblue;
}

@media (max-width: 768px) {
    .a-fs-sm-small.tabulator
    {
        font-size: 0.75em;
    }
    .a-fs-sm-small .tabulator-row .tabulator-responsive-collapse table {
        font-size: 1em;
        margin-left: 0.5em;
    }
}

.bg-dcyan {
    background-color: #006c6c;
    color: aliceblue;
}
.bg-lcyan {
    background-color: #006c6c26;
    color: #006c6c;
}

footer.bg-dcyan {
    color: #bbb;
}

.a-sp-content {
    border-bottom: solid 4px #006c6c !important;
}

.a-radio-group {
    position: relative;
}

    .a-radio-group label {
        background-color: white;
        border: 1px solid #ced4da;
        padding: 0.75rem 1rem;
        border-radius: 0.25rem;
    }

        .a-radio-group label:has(>input[type=radio]:checked) {
            border-color: #00800080;
            background-color: #00ff0018;
        }

    .a-radio-group span {
        margin-left: 0.25rem;
    }

.a-container-max-md {
    max-width: 720px;
    margin: auto;
}

.a-ms-4p {
    margin-left: 2.5rem;
}
.a-ps-4p {
    padding-left: 2.5rem;
}

.a-rounded-5 {
    border-radius: .5rem !important;
}

.a-cursor {
    cursor: pointer;
}

.a-border-lcyan {
    border-color: #006c6c64 !important;
}

.navbar-brand img {
    max-height: 50px;
}