/**
 * common.css
 * Open2Hub
 * 2023-09-23
 * 2023-09-25
 */

@media (min-width: 768px) {
    .ps-md-5 { padding-left: 3rem !important; }

    .ps-he-5 {padding-left: 3rem !important;}
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.fs-9-0 {
    font-size: 0.90rem !important;
}

.fs-8-0 {
    font-size: 0.80rem !important;
}

.navbar {
    justify-content: left;
}

.pagination {
    --bs-border-width: 0px;
}

.page-link {
    color: rgb(86, 94, 100);
}

.ps-he-5 {padding-left: calc(var(--bs-gutter-x) * .5);}

.ti-0-5 {
    /*text-indent: -0.48em;*/
}
