/* CSS class maincontentframe */

@media {

.cattag{
	
box-sizing:border-box;
text-align:center;
font-size:14px;
font-weight:500;
color:grey;

}
.cattag:after{
	
content:" -";
}
.cattag:before{
content:"- ";
}
}
