#fakeconsole {
    color: #333;
    height: 120px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    
    margin: 0;
    padding: 10px 0 10px 32px;
    font-family: Courier;
    
    border-top: 1px solid #c8c8c8;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}