@charset "UTF-8";
/* CSS Archives Collapse */


/* Title weight when not selected is normal */
.archivesCollapse.collapsed {
	font-weight: normal;
}

/* Title weight when selected is bold */
.archivesCollapse {
	font-weight: bold;
}
  
/* Icon when the collapsible content is shown */
  .archivesCollapse:before {
    font-family: "Glyphicons Halflings";
	color: #D98400; /* orange */
    content: "\e114";
    float: left;
    margin-left: 15px;
  }
   
/* Icon when the collapsible content is hidden */
  .archivesCollapse.collapsed:before {
	color: #1973BE; /* Blue */
    content: "\e080";
  }
  