﻿.cat-head-text-toggle {
    text-align: right;
    float: right;
    width: 100%;
    color: #0091D9;
    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: 15px;
}