﻿.cat-head-text-toggle {
    text-align: right;
    float: right;
    font-size:15px;
    width: 100%;
    color: #333;
    font-weight:600;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    cursor: pointer;
}
.cat-head-text {
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
}
.cat-head-text.expanded{
	height: auto;
}
.cat-head-text-wrapper {
    height: auto;
    margin-bottom: 0px;
}