@charset "utf-8";
/* CSS Document */

.phrase {
    padding: 2px 10px 2px 10px;
    text-align: center;
    white-space: normal;
    text-shadow: none !important;
    
    /*color:red;*/
}

.blackbg {
    background-color:rgba(0, 0, 0, .7);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, .7);
      line-height: 1.35;
}

.actorTitle {
    text-align: center;
}

.actionChoice {
    font-style: italic;
}

.parenthetical {
    font-weight: normal;
}

.em1 {
    color: #E7955B;
    font-weight: bold;
}

.em2 {
    color: #44B634;
    font-weight: bold;
}

.em3 {
    color: #4688E6;
    font-weight: bold;
}

.em4 {
    color: #CCCCCC;
    font-weight: bold;
}

.span_actorimg {
    width:100%;
    text-align: center;
    padding: 10px;
}

.actorimg {
    text-align: center;
    height:500px;
    max-height: none !important;
    max-width: none !important;
    /*max-width: 100px;*/
    /* .shadowed PNG */
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12,OffY=12,Color='#444')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
    filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
}

.ui-page {
   /* background-color: #000000 !important;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.ui-body-b {
    
}

#popupPhrase {
    background:none;
    border:none;
    /*opacity:0.7;*/
}

#headertoolbar {
    z-index:1200;
    border:none;
    
}

.imgflag {
    width:49px;
    height:32px;
}

#fieldset_lang {
    padding-left:5px;
}

#avatarDivHolder {
    /*background-color:#ff0000;*/
}

.ui-popup-screen {
      background-position: center;
    background-repeat: no-repeat;
    background-size: auto 70%; 
}

.fgImage {
    position:absolute;
    z-index: 900;
    
    left:0px;
    top:0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 70%; 
}