h3, .h3 {
    font-size: 20px;
	font-weight: unset;
}
pre {
	font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
.collapse-header:after {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        float: left;
        color: grey;
        padding-right: 10px;	
}
.collapse-header.collapsed:after {
        content: "\e080";
} 
.fade {
  .transition(opacity .15s linear, height .35s ease);
}

html, body {height: 100%;}
.wrapper {min-height: 100%; height: auto; margin: 0 auto -40px; padding: 0 0 40px;}
footer {height: 40px;}
 
