﻿hr {
    border-color: rgba(0,0,0,.25);
}

a:hover {
    text-decoration: none;
}

code {
    padding: .125rem .25rem;
    background-color: var(--bs-secondary-bg-subtle);
    border: 1px solid var(--bs-secondary-border-subtle);
    border-radius: var(--bs-border-radius);
}

.nav-link {
    span {
        margin-left: .5rem;
    }
}

.table {
    margin-bottom: unset;

    .ret-bg {
        background-color: rgb(240, 240, 240);
    }

    .ret-bg-summary {
        background-color: rgb(175, 255, 175);
    }

    td {
        .rating {
            text-align: center;
        }

        .tools {
            display: flex;
            justify-content: end;

            > *:not(:last-child) {
                margin-right: .5rem;
            }
        }
    }
}
