.characterInStageDirection, .characterInStageDir {
  clear: both; 
  font-style: normal;
  }
 
.extractSource, .extractSourceInBlockQuote {
  display: block;
  text-align: right;
  margin-right: 24px;
 }

.lineNumber {
  font-size: 12px;
  display: inline;
  margin: 0; }

.lineSpeaker {
  display: inline;
  float: left;
  margin: 0 12px 0 0; }

.lineSpeakerHidden {
  display: none !important; }

.lineText {
  display: block;
  margin: 0;
  /* position: relative; */
}

.lineText p {
    margin-left: 12px; }

.lineTextPart2 {
  display: inline;
  text-align: center;
  margin-left: 48px; }

.lineTextIndent {
  margin: 0;
  padding-left: 1em;
  display: block;
}

.lineTextCentered {
  margin-bottom: 0;
  text-align: center;
}
 .masqueDesc {
    clear: both;
    display: block;
 }

.paraInIntro {
  text-indent: 2em; }

.paraInPlaySetting {
  text-align: center; }

.play h2.playTitle {
  font-weight: 700;
  font-size: 1em;
  line-height: 2em;
  margin: 24px;
  text-transform: uppercase;
  text-align: center; }

.proseSpeechLine p {
  /* was display: inline */
  clear: both;
  display: block;
  margin-left: 24px; }

.proseSpeechLineFirst {
  position: relative; }

.speech {
  clear: both;
  display: block; }

.speechGroupsWrapper {
  display: block;
  clear: both; }

/** Added by Ginestra 6 Sep 2013 **/
.stageDirectionStartScene, .stageDirBeforePrologue, .stageDirBetweenSpeechGroups {
    margin: 10px 0 10px 20px;
    max-width: 500px;
    text-align: center;
}
/** End **/

.stageDirectionStartScene p, .stageDirBeforePrologue p {
  text-align: center;
  font-style: italic;
  /* max-width: 60%; Commented by Ginestra on 6 Sep 2013 */
  margin: 24px auto; }
.stageDirectionStartScene span.startSceneLabel {
  font-style: normal; }
.stageDirectionStartScene span.characterInStageDirection, .stageDirectionStartScene span.characterInStageDir {
  font-style: normal; }

.stageDirBetweenSpeechGroups, .stageDirection, .stageDirectionExit {
  clear: both;
  display: block; }
  
.stageDirBetweenSpeechGroups p, .stageDirection p {
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 0;
    display: inline;
    font-style: italic; }
.stageDirBetweenSpeechGroups span.characterInStageDirection, .stageDirBetweenSpeechGroups span.characterInStageDir {
  font-style: normal; }
  
.stageDirectionExit p {
    margin-top: 0;
    margin-bottom: 24px;
    margin-right: 0;
    display: inline;
    float: right;
    font-style: italic; }

/* 18 Sep 2013, PC - discovered there were two styles for same class; I think this is the incorrect one, but keeping here just in case
.stageDirExitInLine {
  font-style: italic;
  margin: 0;
  float: right; }
*/
.stageDirExitInLine {
  font-style: italic;
  margin: 0;
  float: right;
  display: inline; }
  
.stageDirInLineText {
   font-style: italic;
 }

.verseSpeechLineFirst {
  position: relative; }

.verseSpeechLine {
  display: block;
  clear: both;
  position: relative; }
  
.verseSpeechLine p {
    margin-left: 24px; }

.paraGroup {
  margin: 1em 0;
}

.f-dropdown.content {
  bacground: #eee !important;
}

.f-dropdown:before {
  border-color: #eee !important;
}