.links-not-underlined a {
    text-decoration: none;
}
.links-not-underlined a:hover {
    text-decoration: underline;
}
.rating .selected {
    color: orange;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}

.participant-picture {
    margin-bottom: 0;
}

.tooltip {
    --bs-tooltip-max-width: 300px;
}
