.wp-terminal {
 color:#FFF;
 background-color:#000;
 background-image:url('terminal.png');
 border-top:3px solid #AAA;
 border-bottom:3px solid #AAA;
 font-family:'Courier New', Courier, Fixed;
 background-position:5px 10px;
 background-repeat:no-repeat;
 margin-bottom:10px;
 margin-left:0;
 margin-top:10px;
 text-align:left;
 line-height:115%;
 padding:10px 10px 10px 30px;
 white-space: pre-wrap;
/* max-width: 870px;
 overflow-x: auto;  */
}

.wp-terminal-prompt {
 color: rgb(128, 128, 128);
}
.wp-terminal-command {
 color: rgb(68, 230, 255);
}
