body {
    font-family: sans-serif;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

.mergely-column {
	font-size: 10pt;
}

div.glasspane {
    width: 100%;
    height: 100%;
    z-index: 19;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(0,100,0,0.9);
}

div.pauseButtons {
   position: fixed;
   top: 7px;
   right: 7px;
   z-index:20;
}

#descpane{
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
}

.CodeMirror {
	height: auto;
}