  /*!
 * Add custom css for this site here:
 */
 .example-text {
	 font-family: 'Courier New', Courier, monospace;
}
 .example-text-highlight {
	 background-color: #f5f5f5;
}

.hiddenMessage {
    display: inline-block;
    height: .01em;
    width: .01em;
    overflow: hidden;
    position: absolute;
}


[data-toggle="collapse"] .fa:before {  
  content: "\f078";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f054";
}


}
 .faq_wrapper .far.fa-chevron-right {
	 transition-property: transform;
	 transition-duration: .5s;
	 margin-right: 7px;
}
 .faq_wrapper .far.fa-chevron-right.rotate {
	 transform: rotate(90deg);
}
 .faq_wrapper.sharing_disabled .faq_share {
	 display: none;
}
