html body #mobile-menu, html body #jive-nav-link-home {
    display: none !important;
}
html body .j-tile .j-tile-header h4, body .jive-widget .jive-box-header h4 {
    text-transform: none;
}
html body #j-placeNav li {
    *float:left !important;
}
html body.j-body-place #jive-body .j-page-header {
    margin: 0;
}
#oecd-actions-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
html body #jive-breadcrumb {
    margin: 0;
}
html body #j-placeActions {
    position: static;
    height: auto;
}
html body #j-placeActions li {
    float: right;
    margin-left: 10px;
    background: #11629a;
    border-radius: 2px;
    height: 35px;
}
html body #j-placeActions li#jive-place-link-manage-tab {
    background: #32404A;
}
html body #j-placeActions li a {
    margin: 0;
    color: #FFFFFF;
    background: transparent;
    opacity: initial;
    height: 16px;
}
html body.editMode #j-placeActions li {
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default;
}
html body.editMode #j-placeActions li.j-placeAboutTrigger {
    background: #11629a;
    opacity: initial;
    filter: alpha(opacity=100);
    cursor: pointer;
    position: relative;
}
html body.editMode #j-placeActions li.j-placeAboutTrigger .j-placeAboutTooltip {
    right: 0;
    left: initial;
    z-index: 5;
}
html body.editMode #j-placeActions li.j-placeAboutTrigger .j-placeAboutTooltip:before {
    right: 0;
    left: initial;
    margin-right: 10px;
}
html body .j-layout #jive-widget-container { /* 'Overview' page hack */
    padding: 15px 20px;
}
html body #j-footer {
    padding: 10px 0;
}
html body #j-footer .j-footer-nav {
    text-align: center;
}

html body #j-footer .j-footer-nav img {
    margin-bottom: -11px;
}
#one-default-footer {
    background: #11629a;
    height: 55px;
    padding: 5px 0;
    margin-bottom: 10px;
}
html body .j-contained-tabs {
    padding-top: 0;
    border: none;
}