/* Disabled links */
a.disabled {
    color: #999;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}