/* Limit cell output height and make it scrollable */
.nboutput .output_area pre {
    max-height: 300px;
    overflow-y: auto;
}

/* change the size of the log */
.sidebar-brand img {
    max-height: 100px;
    width: auto;
}