.avatar {
    vertical-align: middle;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    padding: unset !important;
    margin-bottom: 10px;
}

#flexContainer {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

@media (max-width: 400px) {
    #flexContainer {
        flex-wrap: wrap;
    }
}

#flexContainer .fbox {
    display: flex;
    flex-direction: column;
    /* flex: 1 1 180px; */
    margin: 0.4em 0.4em;
}

.fbox {
    padding: 10px;
    background: #FFF;
    box-shadow: 0 1px 3px black;
    border-radius: 5px;
    text-align: center;
    width: 200px;
}

.fbox p {
    margin: unset !important;
}

.wy-nav-top .logo {
    background-color: unset !important;
    width: unset !important;
    border-radius: unset !important;
}
.prod-image {
    text-align: center;
}

.prod-image img {
    max-width: 50%;
    min-width: 200px;
    max-height: 400px;
}
