Index:The collected works of Henrik Ibsen (Heinemann Volume 1).pdf/styles.css

.wst-heading {
	margin-bottom: 1.3em;
	text-align: center;
}
.h2 {
	font-size: 150%;
}
.h3 {
	font-size:120%;
}

.wst-stagescript-direction {
	font-style: italic;
	margin-left: 3em;
	text-indent: -3em;
}

.wst-stagescript-direction-right,
.wst-stagescript-direction-r{
	text-align:right;
}

.wst-stagescript-direction-center,
.wst-stagescript-direction-centre,
.wst-stagescript-direction-c{
	text-align:center;
}

/* Keep the semantics , but define a right floated version, which resets the left margin and indentation */
.wst-stagescript-direction-inline.wst-stagescript-direction-fr{
	font-style:normal;
	display:block;
	float:right;
	text-align:right;
	margin-left:0;
	margin-right:0;
	text-indent:0;
}

.wst-stagescript-name {
	font-style: normal;
	font-variant: small-caps;
}

.wst-stagescript-speaker {
	display: block;
	font-variant: small-caps;
	text-align: center;
}