.enc .menu {
    margin-top: 1em;
    color: #000;
    text-align: center;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
.enc .menu a {
    margin: 0;
    padding: .5em 1em;
    font-size: 1.4em;
    line-height: 2.1em;
}
.enc .menu a + a {
    border-left: 1px solid #936;
}