body {
    position: relative;
    color: #000;
    overflow: hidden auto;
}

body.admin-bar #mainNav {
    margin-top: 32px;
}

a {
    color: inherit;
}

a:active,
a:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    color: #2aafcc;
}

a.clean {
    text-decoration: underline transparent;
    transition: all 300ms ease-in-out;
}

a.clean:hover {
    text-decoration: underline inherit;
}