/*CSS specific to the activity goes here. Anything related to the template, the headers, the footers will be at a higher folder level*/
.placeholder {
	width: 50%;
	margin: 0 25%;
}

.statement {
	font-size: 2em;
	border: 5px solid #91DEB6;
	text-align: center;
	color: #262626;
	
	width: 68%;
	float: left;
	/*margin: 0 15%;*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
	
}
.statement:before {
	content: "“ ";
	color: #91DEB6;

}
.statement:after {
	content: " ”";
	color: #91DEB6;

}

.statementButton {
	cursor: pointer;
	background: transparent;
	width: 15%;
	float: left;
}

.statementButtonImage {
	fill: #35213B;
}