/* Collapsible %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.collapsible { position:relative; }
.collapsible .block-title{
  padding-top: 8px;
  padding-right: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #404852;
  margin-bottom: 0.625em;
  font-size: 1.6666em;
  line-height: 1.66em;
}

/* Opener
-------------------------------------------------------------- */
.collapsible .opener {
	position:absolute;
	right:0;
	top:7px;
	display:block;
	cursor:pointer;
	font-family: FontAwesome;
	width:34px;
	height:34px;
	background-color:#2C343D; /*IE*/
	background-color:rgba(0,0,0, 0.10);
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:3px;
        color: #FFF;
        font-size: 1.2em;
        text-align: center;
        line-height: 34px;
}
.collapsible .opener:hover {
	background-color:#34495e; /*IE*/
	background-color:rgba(0,0,0, 0.20);
}
