#viewplaywrapper{
    position: absolute;
    background-color: #F7F7F7;
    top: 110px;
    left: 180px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
}

#viewplaycontainer{
    font-size: 10pt;
    position: absolute;
    background-color: white;
    padding: 20px;
    margin-bottom: 40px;
    left: 20px;
    top: 20px;
    max-width: 600px;
    min-height: 600px;
    border: 1px solid #d1d1d1;
}

#playstatscontainer{
    position: absolute;
    background-color: white;
    padding: 20px;
    top: 20px;
    left: 680px;
    max-width: 220px;
    min-height: 600px;
    border: 1px solid #d1d1d1;
}

#playdescriptionheader, #playinstructionsheader, #playfootnotesheader, #playvideoheader, #viewtagsheader{
    font-size: 1.1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
}

#viewplaydescription, #viewplayinstructions, #viewplayfootnotes, #viewplayvideo{
    padding-top: 5px;
    padding-bottom: 20px;
}

#viewplaydescription, #viewplayfootnotes{
    white-space: pre-line;
}

.frameinstructions{
    padding-bottom: 5px;
    padding-top: 5px;
}

.frameinstructionstext{
    float: left;
    margin: 10px 0px;
    padding-top: 20px;
    width: 45%;
    white-space: pre-line;
}

#viewplaydescription ul, #viewplaydescription ol, #viewplayfootnotes ul, #viewplayfootnotes ol, .frameinstructionstext ul, .frameinstructionstext ol{
    padding-left: 40px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*#viewplaydescription ul + ul, #viewplaydescription ol + ol, #viewplayfootnotes ul + ul, #viewplayfootnotes ol + ol, .frameinstructionstext ul + ul, .frameinstructionstext ol + ol,
#viewplaydescription ul + ol, #viewplaydescription ol + ul, #viewplayfootnotes ul + ol, #viewplayfootnotes ol + ul, .frameinstructionstext ul + ol, .frameinstructionstext ol + ul{
    margin-top: 15px !important;
}*/

.frameinstructionsimage{
    float: right;
    width: 45%;
    margin: 10px;
}

#viewtagscontainer{
    margin-top: 10px;
}

.viewtaglevel1, .viewtaglevel2, .viewtaglevel3{
    background-color: #dcdcdc;
    margin: 2px;
    padding: 4px 8px;
    font-size: .7em;
    border-radius: 3px;
    display: inline-block;
}

.viewtaglevel2, .viewtaglevel1{
    font-weight: bold;
}

.clearing{
    clear: both;
    min-height: 1px !important;
}

#publishplaybutton{
    position: absolute;
    left: 250px;
    top: 15px;
}

