.alpha-link {
    color: #2456a5;
    text-decoration: none;
    font-weight: normal;
    border-radius: 4px;
    padding: 2px 7px;
    transition: background 0.15s, color 0.15s;
}
.alpha-link:hover, .alpha-link:focus {
    background: #e3eefc;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
}
.alpha-link.active {
    font-weight: bold;
    text-decoration: underline;
    color: #183a6b;
    background: #d7eaff;
}
