.hidden {
    visibility: hidden;
}
.main-visible {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}

#main>.core {
    padding: 30px !important;

}
.top-nav {
    height: auto !important;
    background: #3b737e;
}
.top-nav .image img{
    height: 44px;
}
.top-nav .menu .navigation .link{
    color: white !important;
}
.top-nav .menu .navigation .link:hover:not(.no-hover){
    border-bottom: 2px solid white !important;
}
/*avoid inherit styles from parent template*/
.language-html .token, .language-js .token {
    all: unset;
}
.prettyprint .tag:not(body) {
     align-items: normal;
     background-color: unset;
     border-radius: unset;
     color: #c66;
     display: unset;
     font-size: unset;
     height: unset;
     justify-content: unset;
     line-height: unset;
     padding-left: unset;
     padding-right: unset;
     white-space: unset;
    text-transform: unset;
}
.dropdown-menu {
    z-index: 110;
}