/* This CSS is used for the Show/Hide functionality. */
.more {
	display: none;
}
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-color:rgba(223,12,30,1.00);
	color: #fff;
	font-family: Raleway, sans-serif;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
}
#lbform button {
	background-color: rgba(223,12,30,1.00);
	color: #fff;
	border: medium none;
	width: 100%;
	padding: 10px 0;
	font-size: 20px;
	font-family: Raleway, sans-serif;
}
