#console{
	position: absolute;
    background: #f9f9f9;
    right: 0;
    padding: 10px;
}

.console-code{
	color:red;
}

.console-function{
	color:blue;
}