.tpl-python-lab{
    width:100%;
    margin-top:20px;
}

#python-editor{
    height:400px;
    border:1px solid #ccc;
}

.toolbar{
    margin-top:15px;
}

.toolbar button{
    padding:10px 20px;
    margin-right:10px;
    cursor:pointer;
}

#python-output{
    margin-top:15px;
    background:#111;
    color:#00ff00;
    padding:15px;
    min-height:150px;
    white-space:pre-wrap;
    overflow:auto;
}