.content li > ol,
.content li > ul {
    margin-top: 0;
}

.mvp-flex-container {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.mvp-flex {
    margin: 0.2rem;
    max-width: 7.5rem;
    min-width: 0;
    min-height: 0;
}

.breadcrumbs {
    margin-bottom: 15px;
}

.breadcrumbs .link {
    color: #3273dc;
    font-weight: bold;
}

.breadcrumbs .link:hover {
    color: #4a4a4a;
}

@media screen and (max-width: 1471px) {
    .mvp-flex {
        max-width: 9.5rem;
    }
    .mvp-flex-container {
        justify-content: center;
    }
}