.pointer {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

th, td {
    font-size: 14px;
}

.discord {
    background-image: url("/img/discordLight.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.discord:hover {
    background-image: url("/img/discordMedium.svg");
}

.discord a:hover {
    background-color: transparent !important;
}
