.offScreen {
    display:none;

   
        margin:20px;
    font-family: 'Open sans', sans-serif;
    vertical-align: middle;
    padding:10px;
    border: 4px solid #e6e6e6;
    color: #000;
    background: #ffffff;
    border-radius: 15px;


      
position: absolute;
 width:600px;
    left:50px;
overflow: scroll;
}



.onScreen {
     font-size:1.5em;
  top:10px;
-webkit-backface-visibility: hidden;
        margin:20px;
    font-family: 'Open sans', sans-serif;
    vertical-align: middle;
    padding:10px;
    border: 4px solid #e6e6e6;
    color: #000;
    background: #ffffff;
    border-radius: 15px;
 position: absolute;
 width:600px;
    left:50px;
overflow: scroll;

}

.background{
    background: #000000 url('images/bglines.png') repeat; 
    width:100%; 
    margin:0; 
    padding:0;
    }