Edit in JSFiddle

#modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
}

#modal.styled {
    width: 70%;
max-height: 350px;
    min-width: 100px;
    overflow: auto;
background: #fff;
padding: 12px 14px;
border: 1px solid;
border-color: #aaa #999 #888;
border-radius: 3px;
-ms-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 3px 14px -4px #000;
-ms-box-shadow: 0 3px 14px -4px #000;
-moz-box-shadow: 0 3px 14px -4px #000;
-webkit-box-shadow: 0 3px 14px -4px #000;    
}
<div id="modal" class="styled"><p>All the railway lines north of the Thames and the South-Eastern people at Cannon Street had been warned by midnight on Sunday, and trains were being filled.  People were fighting savagely for standing-room in the carriages even at two o'clock.  By three, people were being trampled and crushed even in Bishopsgate Street, a couple of hundred yards or more from Liverpool Street station; revolvers were fired, people stabbed, and the policemen who had been sent to direct the traffic, exhausted and infuriated, were breaking the heads of the people they were called out to protect.</p></div>