pre.screenplay,
pre.scene-heading,
pre.action,
pre.character,
pre.paranthetical,
pre.dialogue {
	max-width: 574px;
	padding: 0;
	margin: 0 auto;
	background-color: transparent;
	border: none;
	color: #000;
	font-family: "Courier", "Courier New", monospace;
	font-size: 12pt;
	line-height: 14pt;
	line-height: 1;
	overflow: visible;
	white-space: pre-line;
	word-break: break-word;
	word-wrap: break-word;
}

@media (min-width: 568px) {
	pre.screenplay,
	pre.scene-heading,
	pre.action,
	pre.character,
	pre.paranthetical,
	pre.dialogue {
		white-space: pre-wrap;
	}
}