
.fixedPosition {

margin: auto; 
position: fixed; 
overflow: auto;

}

.codeContent .syntaxhighlighter table td.code .container .line {
white-space: normal!important;
}
.warningContent .syntaxhighlighter table td.code .container .line {
white-space: normal!important;
}
.infoContent .syntaxhighlighter table td.code .container .line {
white-space: normal!important;
}


