/* Styles for clickable team names in reports */

    color: #3273dc;
    position: relative;
    transition: color 0.2s ease-in-out;
}

    text-decoration: underline;
}

    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.7em;
    margin-left: 0.25rem;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: relative;
    top: -0.5em;
}

}
