
/* Fix for Source Editor being limited to 21 rows */
.CodeMirror {
    height: auto;
}
.CodeMirror-scroll{
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
}
img.avatar-img {
    background-color: transparent !important;
}

@media print {
    table { 
        table-layout: fixed !important;
    }
    td { 
        overflow: hidden !important; 
        text-overflow: ellipsis !important; 
        word-wrap: break-word !important;
    }
}


