.download-btn {
    margin: 3% 0%;
}

    .download-btn a {
        background: rgb(23, 105, 162);
        padding: 9px;
        border-radius: 8px;
        border: 1px solid transparent;
        border-image: none;
        color: white;
        font-size: 1.5rem;
        text-decoration: none;
    }

        .download-btn a:hover {
            background: white;
            color: rgb(23, 105, 162);
            text-decoration: none;
        }

        .download-btn a:focus {
            background: white;
            color: rgb(23, 105, 162);
            text-decoration: none;
        }

.toplevel_page_csi-simple-sitemap .hide-fields {
    display: none;
}
