ul {
    list-style-type: square;
    margin-left: 20px;
}
.ck-editor__editable[role="textbox"] {
    min-height: 150px;
}
.ck-editor__editable h2 {
    font-size: 26px;
    font-weight: bold;
}
.ck-editor__editable h3 {
    font-size: 22px;
    font-weight: bold;
}
.ck-editor__editable h4 {
    font-size: 18px;
    font-weight: bold;
}
.ck-editor__editable ol {
    list-style-type: decimal;
    margin-left: 15px;
}
.ck-editor__editable ul {
    list-style-type: square;
    margin-left: 15px;
}
.ck-powered-by {
    display: none;
}
.progress {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    padding:0;
    margin:0;
    display:none;
}
.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#signaturepad {
    border: 3px dotted black;
    width: 300px;
    touch-action: none;
    user-select: none;
}
.timetable {
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}
.timetable .column {
    border-right: 1px solid;
}
.timetable .column .box {
    font-size: 12px;
}
@media only screen and (max-width: 770px){
    .timetable .column {
        border-bottom: 1px solid;
    }

    #signatureboard {

    }

    #signaturepad {
        
    }
}