/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {   
background-color: #ffffcc; 
position: absolute; 
margin: 0px 0px 0px 0px; 
padding: 0px; 
font-family: \"Syne Mono\", monospace; 
display: inline-block !important; 
color: #333999;
font-size: 12px;
} 

/* ############################### 
   #### U N T I T L E D (app) HTML #### 
   ############################### */

article {
    margin-top: 65px;
    margin-bottom: 65px;
}
section {
font-family: \"Special Elite, serif\", monospace !important;
	padding: 0 0 0 0;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.scene-heading, .transition, .new-act, .end-of-act, .character {
	text-transform: uppercase;
}

.transition {
	text-align: right;
}

.page-number {
    text-align: right;
    margin-right: 30px;
    margin-top: -40px;
}

.new-act, .end-of-act {
	text-align: center;
}

.character {
	margin: 1.3em auto 0;
	width: 230px;
padding-left: 30%;
}

.dialogue {
	margin-left: 0px;
	width: 360px;
padding-left: 15%;
}

.parenthetical {
	margin: 0 auto;
	width: 210px;
padding-left: 21.5%;
}

.scene-heading {
	/* margin-top: 2.6em; */
	position: relative;
	padding-right: 40px;
}
.scene-number-left {
	float: left;
	margin-left: -50px;
}
.scene-number-right {
	position: absolute;
	right: 0;
	top: 0;
}
#script-title {
	overflow: hidden;
	display: block;
	/* padding-bottom: 2.6em;
	margin-bottom: 2.6em; */
}
#script-title .title {
	text-align: center;
	margin: 1.3em 0;
	/* text-decoration: underline;
    font-weight: bold;
	text-transform: uppercase; */
}
#script-title .credit {
	text-align: center;
}
#script-title .authors {
	text-align: center;
}
#script-title .source {
	text-align: center;
	/* padding-top: 1.3em; */
}

#script-title .notes {
	padding-top: 2.6em;
}
#script-title .notes {
	white-space: pre-line !important;shape-rendering
}

#script-title .draft.date {
    position: absolute;
    right: 0;
    bottom: 0;
}

#script-title .contact {
    position: absolute;
    left: 0;
    bottom: 0;
}

.center {
	text-align: center !important;
}
hr {
    height: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.dual-dialogue {
	overflow: hidden;
}
.dual-dialogue .dual-dialogue-left,
.dual-dialogue .dual-dialogue-right {
	width: 228px;
	float: left;
}
.dual-dialogue p {
	width: auto;
}
.dual-dialogue .character {
	xtext-align: center;
	padding-left: 40px;
}
.dual-dialogue .parenthetical {
	padding-left: 40px;
}
p.page-break {
    border-top: 2px solid #e2e4e8;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 65px;
    margin-top: 65px;
}

/* ############################### */
/* #### UNTITLED ( E N D ) CSS #### */
/* ############################### */

