p.caption {
  color: #777;
  margin-top: 10px;
  font-style: italic;
}

.figcaption {
  color: #777;
  margin-top: 10px;
  font-style: italic;
  padding-bottom: 20px;
}

p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}


/*
Custom blocks
*/

.eg {
	padding: 1em 1em 1em 1em;
 	background-color: #cfe2ff;
 }
 
 .highlight {
 	padding: 1em 1em 1em 1em;
 	background-color: #fff3cd;
 }
 
.quiz {
 	padding: 1em 1em 1em 4em;
 	background: #f5f5f5 5px center/3em no-repeat;
 	background-image: url("_images/styles/quiz.png");
 }
 
.more {
 	padding: 1em 1em 1em 4em;
 	background: #f5f5f5 5px center/3em no-repeat;
 	background-image: url("_images/styles/more.png");
 }