*  {margin:0; padding:0; border: 0; line-height: 100%; font-size: 100%; 

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/*Titles and menu*/
div.title-space {
	width: 100%;
	height: 240px;
	background-color: #9F3201;
}

div.title-space img {
	margin-top: 30px;
	height: 30px 
}

div.title-content {
	width:960px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	padding-top: 50px;
}

div.menu-space {
	width: 100%;
	height: 60px;
	background-color: white;
	border-bottom: 1px solid rgb(155,66,39);
}

div.menu-content {
	width:960px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	padding-top: 22px;
}

/*Content*/
div.display-space {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
}

div.header-conv {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 25px;
}

div.header-speakers {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	height: 160px;
}

div.head-speaker-innocent {
	display: inline-block;
	margin-right: 60px;
}

div.head-speaker-mazarin {
	display: inline-block;
}

img.head-speaker-innocent {
}

img.head-speaker-mazarin {
}


div.display-content {
	width:420px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #CCCCCC;
	background-color:#E2E2E2;
	padding-top: 60px;
	padding-left: 100px;
	padding-right: 100px;
	position: relative;

	overflow: visible;

}

/*Bubbles and speakers*/
div.sp-left {
	width: auto;

	position: relative;
	float: left;
	clear: both;

}

div.sp-right {
	width: auto;
	float: right;
	clear: both;
	position: relative;
	
}

div.sp-center {
	width: auto;
	
	clear: both;
	position: relative;

	text-align: center;

	margin-bottom: 20px;
}

div.speech-bubble {
	border: 1px solid #9F3201;
	border-radius: 30px;
	max-width: 320px;
	min-width: 10px;
	position: relative;
	background-color: white;
	margin-bottom: 20px;

	padding: 20px;
}

div.stage-bubble {
	border: 2px solid #9F3201;
	border-radius: 30px;
	max-width: 320px;
	min-width: 10px;
	position: relative;
	background-color: #9F3201;
	margin-bottom: 20px;

	padding: 5px;
	padding-left: 15px;
	padding-right: 10px;
	
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*Annotation*/
span.author-note {
	position: absolute;
	display: block;
	max-width: 110px;
}

div.editor-note {
	position: absolute;
	display: block;
	max-width: 110px;
}

div.sp-left span.author-note, div.sp-left div.editor-note {
	left: -240px;
	text-align: left;
}

div.sp-right span.author-note, div.sp-right div.editor-note {
	right:-240px;
}

div.editor-note div {
	margin-top: -15px;
}


div.sp-left span.page-num {
	position:absolute;
	left:-80px;
}

div.sp-right span.page-num {
	position:absolute;
	right:-80px;
}



/*Texts*/
p.main-title {
	font-size: 32pt;
	color: white;
	text-transform: uppercase;
	font-family: Georgia;
	margin-bottom: 20px;
}

p.title-date {
	font-size: 12pt;
	color: white;
	font-family: Georgia;
}

p.title-desc {
	font-family: Georgia;
	font-style: italic;
	font-size: 12pt;
	margin-top: 10px;
	color: white;
}

p.menu-items {
	font-family: Helvetica;
	font-size: 12pt;
	color: #9F3201;
	font-weight: bold;
	cursor: pointer;
}

p.menu-items span {
	display: inline-block;
	margin-right: 20px;
}

div.header-conv p {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 16pt;
	color: #9F3201;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

p.char-name {
	font-family: Helvetica;
	margin-top: 20px;
	color:rgb(82,79,77);
	font-weight: bold;
	margin-bottom: 5px;
}

p.char-title {
	font-family: Helvetica;
	color:rgb(82,79,77);
	margin-bottom: 5px;
}

p.char-mark {
	font-family: Helvetica;
	margin-top: 10px;
	border-radius: 200px;
	background-color: #9F3201;
	color: white;
	padding: 2px;
	width: 12px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

div.speech-bubble {
	font-family: Georgia;
	font-size: 12pt;
	line-height: 1.3em;
	font-weight: 550;
	color: rgb(160,75,48);
}

div.stage-bubble {
	font-family: Helvetica;
	font-size: 11pt;
	line-height: 1.3em;
	font-weight: 550;
	color: white;
}

.stage-bubble .editor-note-mark {
	color: white;
}

span.editor-note-mark {
	color:rgb(77,77,77);
}

span.foreign {
	font-style: italic;
}

span.author-note {
	font-family: Georgia;
	font-size: 10pt;
	font-style: italic;
	color:rgb(102,104,104);
}

span.auth-note-title {
	font-weight: bold;
	font-style: normal;
}

div.editor-note {
	font-family: Helvetica;
	font-size: 10pt;
	z-index: 1000;
}

img.note-portrait {
	width: 70px;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.link-file {
	text-decoration: none;
	display: block;
	margin-top: 10px;
	background-color: rgb(226,226,226);
	color:rgb(102,104,104);
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
}

a.link-file:hover {
	color:white;
	background-color: #9F3201;
}


span.editor-note-mark-side {
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted;
	padding-bottom: 2px;
	margin-bottom: 2px;
	color: rgb(102,102,102);
}

span.editor-note-text{
	color: rgb(102,102,102);
}

span.editor-note-text a {
	color:rgb(160, 75, 48);
	font-weight: bold;
}

span.editor-note-text a:visited {
	color:rgb(160, 75, 48);
	font-weight: bold;
}

span.page-num {
	font-family: Helvetica;
	font-size: 10pt;
	color:rgb(102,104,104);
}

/*Images*/
img.speaker-portrait {
	position: absolute;
	width: 50px;
	height: 50px;
}

img.speaker-portrait.long-speech {
	top:-30px;
}

img.speaker-portrait.short-speech {
	bottom: -30px;
}

div.sp-left img.speaker-portrait {
	left:-80px;
}

div.sp-right img.speaker-portrait {
	right:-80px;
}

img.tail {
	position: absolute;
}

div.sp-left img.tail.short-speech {
	left:-19px;
	bottom:-1px;
}

div.sp-right img.tail.short-speech {
	right:-18px;
	bottom:-1px;
}

div.sp-left img.tail.long-speech {
	left:-19px;
	top:-1px;
}

div.sp-right img.tail.long-speech {
	right:-18px;
	top:-1px;
}

.readmore b {
	color:rgb(102,104,104);
}
