/* Interviews: question/answer */
div.question {
	font-style: italic;
	margin-top: 2em;
}

div.answer {
	font-style: normal;
	margin-top: 1em;
}

/* Thumb of the reviewed item (album, book) */
img.label {
	float: left;
        clear: left;
        margin: 2em;
        vertical-align: top;
}

/* Each publication has author and source */
p.author {
  margin-top: 2em;
  font-style: italic;
}

p.source {

}
