.tag_label{    
    display: inline-block;
    /* height: 24px; */
    line-height: 23px;
    position: relative;
    margin: 9px 3px 3px 3px;
    padding: 5px 12px 6px 13px;
    background: #6c6c6ce0;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgb(255 255 255);
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    text-shadow: -1px -1px 2px #05050570;
    cursor:pointer;
}
.tag_label:hover{
    background: #f0ae00;
}
.tag_label_checked{
    background: #4cb100e0;
}

.singletag {
  line-height: 25px !important;
}

.numcount{
    font-size: 11px;
    font-weight: lighter;
}

@media screen and (max-width: 36em){
  .tag_label{
        display: block;
        font-size: 20px;
        text-align: center;
    }
}
    
@media (orientation: portrait){
    
}