.collapseable{
    color: rgb(102, 51, 102);
    cursor: pointer;
    font-size: 1em !important;
    padding-left: 30px !important;
	cursor: pointer;
	margin-top: 1em !important;
}

.collapsed{

    color: rgb(0, 50, 153);
}

.collapsed:before {

    font-family:icomoon;
    content: "\e922" !important;
    width: 30px !important;
    height: 100% !important;

}

.collapseable:before {

    font-family:icomoon;
    content: "\e923";
    width: 35px;
    height: 100%;
    position: relative;
    left: -25px;
}
.not-collapseable{
	cursor: pointer;
}
.not-collapseable:before {

    font-family:icomoon;
    content: "" !important;
    width: 0 !important;
    height: 0% !important;
	
}

.normal-h{
	font-family: celestewebpro !important;
    padding: 0 !important;
    margin: 0px 0 5px 0 !important;
    font-size: 1em !important;
}