  div.chasu-filter .filter-team,
  div.chasu-filter .filter-subtype{
    margin-bottom: 10px;
  }
  
  div.chasu-filter span{
    display: inline-block;
    border:1px solid darkgray;
    color: darkgray;
    font-size: 0.8rem;
    padding:3px 7px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  div.filter-team span{
    width:20px;
    height:20px;
    margin-right:4px;
  }

  div.filter-team span.filter-item.selected{
    border: 1px solid var(--team-color, darkgray);
    background-color: var(--team-color, darkgray);
    
  }

  div.filter-subtype span.filter-item.selected{
    color:white;
    background-color: #42a5f5;
    border-color: #42a5f5;
  }