html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn {
    background-color: rgb(243, 93, 57);
    border-color: rgb(243, 93, 57);
    color: rgb(255, 255, 255);
}
    .btn:hover, .btn:focus, .btn:active:focus, .btn-link.nav-link:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #3e3fd1;
        background-color: rgb(243, 93, 57) !important;
    }
.form-control:focus, .form-check-input:focus {
    box-shadow: none;
    
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 1.2em;
    color: rgb(243, 93, 57) !important;
}
h1, h2, h3 {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 80, 210, 0.99) !important;
    padding: 8px;
    margin: 0px;
    font-weight: 700;
}
h2 {
    font-size: 1.4em;
}
div.header {
    border-bottom: 8px solid rgb(243, 93, 57) !important;
    margin-bottom: 10px;
    padding: 0;
}
h3{
    font-size: 0.95em;
}
small {
    font-size: 0.6em;
    /*text-shadow: 2px 2px 4px rgb(0, 80, 210, 0.9);*/
}
table {

    background-color: rgb(255, 255, 255, 0.45) !important;
    color: rgb(0, 80, 210) !important;
    --bs-table-bg: rgb(255, 255, 255, 0.45) !important;
    --bs-table-color: rgb(0, 80, 210) !important;
    --bs-table-striped-bg: rgb(255, 255, 255, 0.45) !important;
    --bs-table-striped-color: rgb(0, 80, 210) !important;
}
    table td.date {
        font-size: 0.9em;
    }
    table.triestable > tbody
    {
        padding:0;
        margin:0;
        font-size:0.8em;
    }
        table.triestable > tbody > tr > td > small{
            font-size: 0.7em;
        }
    table.triestable > tbody > tr > td {
        padding: 3px;
        margin: 0px;
    }
a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}