﻿
#toolBar1 select {
    font-size: 10px;
}

#textBox {
    width: 100%;
    height: 100%;
    border: 0px #000000 solid;
    padding: 10px;
    overflow: scroll;
}

#textBox #sourceText {
    padding: 0;
    margin: 0;
    min-width: 498px;
    min-height: 200px;
}

#editMode label {
    cursor: pointer;
}
