
.tag-container.outer {
    margin:auto;
}

.tag-container-inner {
    margin:auto;
    width:fit-content;
}

@media screen and (min-width:360px) {

    .tag-filter {
        flex: 1 1 auto;
        margin: 4px auto;
        align-self:center;
    }

}

@media screen and (max-width:359px) {

    .tag-filter {
        display:block;
        width:100%;
        margin:4px auto;
    }

}


.btn-primary.tag-filter-active{
    color:#fff !important;
    background-color:#867b73!important;
    border-color:#867b73!important;
   // box-shadow:0 0 0 .2rem #867b7380!important;
}
