/* Remove links to other subsites and corresponding rulers */
h3,
hr {
    display: none;
}

/* Remove enhancement form */
iframe {
    display: none;
}

/* Disable links on top icons - only one to supposed to be external */
a[href^="https://"] {
    pointer-events: none;
    cursor: default;
}

/* Hide third top icon which is broken */
body>a:nth-of-type(3) {
    display: none;
}