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

#example-show {
	background: rgba(127,173,185,.7);
	color: #fff;
    font-family: Dosis, sans-serif;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
}
button {
	background: rgba(127,173,185,.7);
	color: #fff;
	border: medium none;
	width: 100%;
	padding: 10px 0;
	font-size: 20px;
	font-family: Dosis, sans-serif;
}