#main {
    padding-top: 30px;
}

#canvas {
    border: solid 1px blue;
    width: 100%;
}

#video {
    border: solid 1px blue;
    width: 100%;
}

.nugget-highlight {
    background-color: yellow;
    user-select: all;
    -webkit-user-select: all;
    cursor: pointer;
    padding: 0 4px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.2;
    margin: 0 1px;
    vertical-align: baseline;
}
.note-editable { background-color: #fff !important; }
