.tome-chapter-head-option, .tome-chapter-head-author-name {
	display:none;
}
.tome-chapter-head-option.active, .tome-chapter-head-author-name.active{
	display:block;
}
fieldset.tome-chapter-head-option h1, fieldset.tome-chapter-head-author-name h1 {
	font-size:1em;
	text-transform: uppercase;
}
p.tome-chapter-head-option.active, p.tome-chapter-head-author-name.active {
	display:block;
}

strong.warning {
	display:inline-block;
	background:orange;
	color:white;
	-webkit-border-radius:5px;
	padding:0.2em;
}