
/*# sourceMappingURL=user.min.css.map */
.topics {
    /* padding: 0 1%; */
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.topics .topic {
    padding: 10px 0px;
    margin: 0px 1.2%;
    width: 90px;
    height: 85px;
}
.topics a {
    font-size: 12px;
    text-align: center;
    padding: 2px 2px 6px;
    color: #ffffff;
    text-decoration: none;
}
.topics .topic .icon-box {
    border: 2px solid #e17739;
}
.topics .topic .icon-box {
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    height: 90px;
    /* border: 2px solid #e17739; */
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
