/* ************************* */

/* EVT 2.0 CUSTOM STYLESHEET */

/* ***************************************************************** */

/*                                                                   */

/* Add here your CSS to customize the style of the elements          */

/* If you'll not see any changes, try adding !important to the rule  */

/*                                                                   */

/* For generic TEI elements, use the tagName as class                */

/* e.g. <del/> => .del{ # your style goes here # }                   */

/*                                                                   */

/* ***************************************************************** */
.term {
    background-color: coral;
}

.figDesc {
    display: block;
    border-left: 5px solid #b30000;
    background-color: #ffe6e6;
    padding: 5px 5px 5px 8px;
    margin-bottom: 3%;
    text-align: justify;
    font-size: 95%;
    font-style: italic;
}

span.analogue span.analogue__text span.quote {
    font-style: italic;

}

span.quote sup.iconbis-evt_quote-left,
span.quote sup.iconbis-evt_quote-right {
    display: none;
}

.hi[data-style = "font-style: italic;"] {

    font-style: italic;
}

.hi[data-style = "font-weight: bold;"] {

    font-weight: bold;

}


[data-rend="superscript"] {
 vertical-align:super !important;
 font-size:75% !important ;
}

[data-rend="bold"] {
 font-weight: bold;
}

.opener 
{
 font-weight: bold;
}

/*.space[data-quantity = "1"]
{
    /\*background-color: yellow;*\/
    margin-left: 20px
}*/

/*.l[data-rend="indent"]
{
	background-color: yellow;
	
}*/

/*.space[data-quantity = "2"]
{
    /\*background-color: green;*\/
    margin-left: 110px
}*/

.l[data-rend='indent2']:not(.l-hasLineN),
.l-hasLineN[data-rend='indent2'] .lineContent {
 text-indent:4.5rem;
 /*background-color: green;*/
}
.l-hasLineN[data-rend='indent2'] {
 text-indent:0 !important
}

/*.space[data-quantity = "3"]
{
    /\*background-color: red;*\/
    margin-left: 140px
}*/

.l[data-rend='indent3']:not(.l-hasLineN),
.l-hasLineN[data-rend='indent3'] .lineContent {
 text-indent:6.5rem;
 /*background-color: red;*/
}
.l-hasLineN[data-rend='indent3'] {
 text-indent:0 !important
}

/*.l[data-part = "M"]
{
    background-color: pink;

}
.l[data-part = "I"]
{
    background-color: silver;

}
.l[data-part = "F"]
{
    background-color: gold;

}*/


.head[data-type = "main"]
{   
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    font-size:larger;
     margin-bottom: 0px
}
.head[data-type = "sub"]
{  
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-align: center;
    font-size:larger;
    margin-bottom: 0px
      }

.head
{
    /*background-color: blue;*/
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-align: center

}
.div[data-type = "act"] > .head
{
    /*background-color: red;*/
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-align: center

}
.div[data-type = "scene"] > .head
{
    /*background-color: purple;*/
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-align: center

}
.div[data-type = "num"] > .head
{
    /*background-color: orange;*/
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-align: center

}
.div[data-n = "performace"]
{
    text-align: center;
    font-size:larger;
    line-height:80%;
    margin-top:5px;
    margin-bottom:30px
    
}

.argument {
    font-style: italic;
    text-align: justify
}
.title
{
    display: block;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center

}


.name::after
{
    content: " - ";
}

.name:last-child::after
{
    content: "";
}

.speaker .supplied::before
{
    content: "[";
}

.speaker .supplied::after
{
    content: "]";
}
 

