@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, em, img, small, strong, sub, sup, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, time, mark, audio, video 
{ margin: 0; padding: 0; border: 0; vertical-align: baseline; text-align: left; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{ display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif; 
	font-family:'Fresca', sans-serif;
	font-size: 1.5em;
    line-height:1.25em;
	margin:1em;
}
header { margin:0 0 1em;}

img {
	width: 100%;
}

.cover_booktitle{font-size: 2.5em;}
.cover_authors{font-size: 2.0em;}
.cover-img{ max-width:100%;	height: auto;}

.summary{}

.pagebreak {page-break-before:always; } 

.title {
	line-height: 40px;
	margin-bottom: 15px;
}
.sceneSeparator {
	margin: 10px 0 10px 0;
	text-align: center;
}

.noteid{}
