/* This CSS is used for the Show/Hide functionality. */
.more {
	display: none;
	padding-top: 5px;
}
a.showLink, a.hideLink {
	cursor: pointer;
	display: block;
	margin: 19px 15px 15px !important;
	text-align: center;
}
a.hideLink {}
a.showLink:hover, a.hideLink:hover {}

#example-show {
	background:rgba(227,5,18,1.00);
	color: #fff;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	width: auto;
	padding: 13px 0;
	margin: 5px 20px!important;
	font-weight: 600;
	border: medium none;
	text-transform: uppercase;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
#lbform button {
	background:rgba(227,5,18,1.00);
	color: #fff;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	width: 100%;
	padding: 10px 0;
	font-weight: 600;
	border: medium none;
	text-transform: uppercase;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}