.nowrap {
    white-space: nowrap;
}

.link {
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}