
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
body {
}
@media (min-width: 768px) {
    .offset-md-3 {
        margin-left: 20%;
    }
}
sub {
    bottom: 0;
    color: #555;
}

h2, h3, h4 {
    font-weight: 600;
}
h1 {
    font-weight: 800;
}
.smller {
    font-size: smaller;
    font-weight: 200;
}
h5, h6 {
    font-weight: 400;
}
a {
    text-decoration: none;
}
p,
ol li, ul li {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-size: 15px;
    color: #444;
}
ol li, ul li {
    /* line-height: 1.5;
    font-weight: 350; */
}
p {
    /* line-height: 1.3;
    font-size: 1rem; */
    margin: 0 0 1.5em 0;
}

@media (max-width: 991px) {
    h2 {
        font-size: calc(1.125rem + .9vw);
    }
    .table {
        width: 200%;
    }
}
table img {
    max-width: 70px;
}
table td {
    line-height: 1.4;
    /* font-weight: 300; */
}

.btn-outline-secondary {
    margin-bottom: 15px;
    display: block;
}
.img-thumbnail {
    padding: 0;
}
.nav-tabs .nav-link.active {
    font-weight: bold;
}
.nav-tabs .nav-link {
    color: #888;
}
.btn-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.form-control.is-valid, .was-validated .form-control:valid {
    background: none;
    background-position: right calc(1.575em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.55em + .375rem);
}

.fixed-top {
    padding: 5px;
}
.modal-dialog {
    margin: 0;
    top: 50px;
}
.modal-content {
    border: 0;
}