html .uk-navbar-item, html .uk-navbar-nav>li>a,  html .uk-navbar-toggle {
    min-height: 50px;
}

html .permalink a:hover{
    text-decoration: none;
}

html .memproto {
    background-color: transparent;
    box-shadow: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

html .memdoc {
    border-top: 1px solid #A8B8D9;
    box-shadow: none;
    background-image: none;
}

.uk-card {
    margin-bottom: 10px;
}