.tabsm_container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 35px;
	color: #23282d;
}

.tagsm_text a{
	font-size: 16px;
	color: #23282d;
}

 .tagsm_inner{
    -ms-flex-preferred-size: 25%;
    padding: 0 10px 0;
    position: relative;
    height: 30px;
    border: 3px solid #000000;
    border-radius: 10px;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    margin: 0 3px 3px;
    display: -o-flex;
    min-width: 147px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
	color: #23282d;
}
.tagsm_inner a{
    outline: none;
    text-decoration: none;
    color: #23282d;
    font-size: 10px;
}

.tagsm_text a:hover {
    text-decoration: unset;
}

.tagsm_inner:hover {
    border-color: #23282d; 
    text-decoration: unset;
}

.tagsm_inner:hover a{
    text-decoration: unset;
}
.tagsm-need-h.hide{
    display: none;
}
.show_all_t_b{
    color: #23282d;
    text-decoration: none;
    text-align: right;
    display: block;
    margin: 5px 5px 5px;
}