/* CSS colors: http://www.w3schools.com/cssref/css_colors.asp */

.sagecell .CodeMirror-scroll {
    min-height: 2em;
    max-height: none;  /* Remove max height limit to allow growth */
    height: auto;
}
