#content .material-icon-div {
    margin-bottom: 2px;
    background: transparent;
    box-shadow: none;
}

#content > a,
#content a:empty {
    display: none;
}

#content a[name] {
    display: initial;
}

#content::after {
    content: "";
    display: table;
    clear: left;
}

#content .icon-wrapper {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#content .navicon {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    padding: 15px 20px;
    width: 50%;
    border-radius: 4px;
    box-sizing: border-box;
    float: none;
    min-height: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media (min-width: 400px) {
    #content .navicon {
        margin-left: 0;
        margin-right: 0;
        width: 33.3%;
    }
}

#content .icon-wrapper > .navicon {
    margin-top: 15px;
}

#content .icon-wrapper > .navicon:first-of-type,
#content .icon-wrapper > .navicon:nth-of-type(2) {
    margin-top: 0;
}

@media (min-width: 400px) {
    #content .icon-wrapper > .navicon:nth-of-type(3) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    #content .icon-wrapper > .navicon {
        margin-top: 30px;
    }
}

.navicon::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    left: 7px;
    right: 7px;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
}

@media (min-width: 768px) {
    .navicon::before {
        left: 15px;
        right: 15px;
    }
}

.navicon a,
.navicon a span {
    text-shadow: none;
    color: #4e4e66;
    font-weight: 700;
}

.material-icon-div + br {
    display: none;
}

#footer {
    margin-top: 30px;
}