.panel-default > .panel-heading {
    color: #333 ;
    background: none ;
    border: 0px ;
	    margin: 0;
}
.panel-title a.collapsed {
    font-size: 16px ;
    color: #565656 ;
}
h4.panel-title {
    font-size: 11px ; 

    margin-bottom: 0px;
    padding: 0px;

}
.more-less.glyphicon.glyphicon-plus {

    font-size: 11px;
    width: 30px;
    height: 30px;
    background: #bc0045;
    text-align: center;
    line-height: 30px;
    color: #fff;
    float: right;
    margin-left: 5px;
    background: #bc0045;
    margin-bottom: 1px;

}
.panel-group .panel {
    border-radius: 0 ;
    border: 0px ;
}
.panel-title a {
    font-size: 16px ;
    color: #565656 ;

	    width: 100%;
}
i.more-less.glyphicon.glyphicon-minus {
    font-size: 11px;
    width: 30px;
    height: 30px;
    background: #ecece9;
    text-align: center;
    line-height: 30px;
    color: #191409;
    float: right;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
	    border: 0px;
    border-right: 30px #ecece9 solid;
    text-align: right;
    font-size: 1em;
    color: #000;
    clear: both;
	    background: none;
}