@import url('https://fonts.googleapis.com/css?family=Cutive+Mono');

.sceneheader, .action, .character, .dialogue, .parenthetical
    {    
    font-family: 'Cutive Mono', monospace;   
    }

.screenbox li { font: 12px/14px Courier, fixed; }

.sceneheader, .action, .character { padding-top: 1.5ex; }

.action { padding-right: 5%; }

.character { margin-left: 40%; }

.dialogue { margin-left: 25%; padding-right: 25%; }

.parenthetical { margin-left: 32%; padding-right: 30%; }

/* special case: dialogue followed by a parenthetical; the extra line needs to be suppressed */

.dialogue + .parenthetical { padding-bottom: 0; }

 #script_dialogie
    {
    /*background-image: url(../image/ecriture/watercolor-paper-texture.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-color: white;*/
    background-color: rgb(239, 239, 239)!important; 
    padding: 20px;
    height: 650px;
    min-width: 45%;
    max-width: 45%;
    margin: 15px;
    color: black!important;
    }