/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* .bfwk-triangle-down, .bfwk-triangle-up {
	font-size: smaller;
	position: relative;
	top: -4px;
	left: 1px;
	cursor: pointer;
	color: rgb(236, 105, 77);
}

.bfwk-triangle-down:before {
	content: 'a'; 
	font-family: FontAwesome;
}

.bfwk-triangle-up:before {
	content: '\f139';
	font-family: FontAwesome;
}

.bfwk-inline {
	font-size: smaller;
	line-height: 125%;
	background-color: #f5f6f7;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	display: none;
	clear: both;
	border-radius: 3px;
}

.expanded {
	font-style: normal;
	display: block;
} */

@media only screen and (max-width: 500px) {
	.bfwk-inline {
		margin-left: 0px;
		margin-right: 0px;
	}
}