/* CSS Document */

.tgtagwp {
	font-size: 0.8rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;	
}
.tgtagwp .tgtaghd {
	display: block;
    flex-grow: 1;
    flex-basis: 100%;
	margin-bottom: 10px;
}
.tgtagwp a.tgtag {
	flex-grow: 1;
	
	transition:  0.25s ease all;
}
.tgtagwp a.tgtag span {
	width: -webkit-fill-available;
    text-align: center;
	transition:  0.25s ease all;
}

.tgtagwp a.resettgtags { 
	text-transform: uppercase; 
    font-size: 0.7rem;
    line-height: 1rem;
    letter-spacing: 0.125rem;}
.tgtagwp a.resettgtags span {
	border: #bbb 1px solid !important;
	background: #fff !important;
}

.tgtagwp a .ccm-block-tags-tag-selected,
.tgtagwp a:hover .ccm-block-tags-tag-selected{ background: #00a9df; color: #fff;  }