/* Conversation table test: spacing between speaker lines.
Each dialogue line is its own paragraph (blank-line separated in wikitext). */
.conversation-table td p {
margin: 0 0 0.5em;
}
.conversation-table td p:last-child {
margin-bottom: 0;
}