@charset "UTF-8";

tbody div a {
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}

tbody div a:hover {
    opacity: 0.8;
}