/* Make email links look like normal text */
a.email-link {
    color: inherit;
    text-decoration: none;
    cursor: default;
}
