/**
 * Place your custom styles here.
 */

/*
blockquote { margin: 40px 40px 24px; border-left: none; padding: 0; position: relative; color: #999; }
blockquote::before { content: "\201C"; display: block; font-size: 30px; left: -20px; top: 5px; position: absolute;  }
blockquote p { font-size: 14px; line-height: 160%; font-weight: 400; }
*/

.quote span { margin: 40px 40px 24px; border-left: none; padding: 0; position: relative; color: #999; }
.quote::before span { content: "\201C"; display: block; font-size: 30px; left: -20px; top: 5px; position: absolute;  }

span.keyboardkey {
	display: inline-block; 
	padding-left:2px; 
	padding-right:2px; 
	background-color: #ddf5eb; 
	border-color: #000000; 
	border-style: solid; 
	border-width:1px; 
	border-radius:5px; 
	margin-right:2px; 
	min-width: 35px; 
	text-align: center;
}


div.styletest {
	display: inline-block; 
	padding-left:2px; 
	padding-right:2px; 
	background-color: #ddf5eb; 
	border-color: #000000; 
	border-style: solid; 
	border-width:1px; 
	border-radius:5px; 
	margin-right:2px; 
	min-width: 35px; 
}


/*
	Style voor add child page link in book pagina's
*/
.book-add-child a {
	background-color: #ddf5eb;
}
