#tagmargin{
	margin-left:6px;
	margin-top:3px;	
	/* border-bottom:1px solid #ccc !important; */
}
.tags {
    font-size: 12px;
    min-height:35px;
	margin:10px;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
	
}
.tags--postTags.tags--light>a {
    color: rgba(0,0,0,0.6);
    background: rgba(255,255,255,0.97);
}
.tags--postTags>a{
    
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,0.44);
    font-size: 13px;
    letter-spacing: 0;
    text-decoration: none;
    background: #fafafa;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    padding: 5px 10px;
}
.tags--postTags>a{
    margin-right: 8px;
    margin-bottom: 8px;
}
.tags>a{
    color: #fff;
    background: rgba(255,255,255,0.35);
    border-radius: 10px;
    padding: 0 9px;
    line-height: 22px;
	display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
	box-shadow: 0 0 1px #333;
	font-weight:600;
}
.tags .link i{
 cursor:pointer;
 background:#666;
 border-radius:10px;
 color:white;
 padding:1px 3px;
 font-size: 12px;
 margin-left:10px;
}