.noteDrawer {
    background-color: yellow;
    position: fixed;
    top: 100px;
    left: 4px;
    width: 30px;
    height: 60px;
    border-radius: 0px 10px 10px 0px;
}

.noteIcon{
    font-weight: bold;
    font-size: 20px;
}

.noteCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 24px;
    height: 24px;
    padding: 2px 4px 6px 2px;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 14px Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.notePad{
    background-color: #fdffb9;
    position: fixed;
    top: 100px;
    left: 50px;
    width: 600px;
    height: 400px;
    border-radius: 10px;
    border: 1px solid #ecec00;
}

.noteTopBar{
    background-color: yellow;
    height: 25px;
    border-bottom: 1px solid #ecec00;
}

.noteTackYes{
    color: red;
}
.noteTackNo{
    color: black;
}
.noteLine{
    border-bottom: 1px solid #ecec00;
    color: black;
}

.noteContent{
    overflow-y: auto;
    max-height: 365px;
}
.noteHeader{
    font-size: smaller;
    color: grey;
}
.noteInput{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 330px;
    width: 100%;
}

.noteTopEdit{
    background-color: #FFFF88;
    height: 25px;
    border-bottom: 1px solid #ecec00;
    color: #406186;
}

.noteLineHilite{
    font-weight: bold;
    background-color: lightpink;
}

.noteDiv{
    text-align: left;
}

.noteDivEdit{

}
.noteDivContent{
    background-color: #fdffb9;
    overflow-y: scroll;
    max-height: 365px;
}
.noteDivHeader{
    font-size: smaller;
    color: grey;
}
.noteDivInput{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 330px;
    width: 100%;
}
.noteDivLine{
    border-bottom: 1px solid #ecec00;
    color: black;
}
.noteDivLineHilite{
    font-weight: bold;
    background-color: lightpink;
}
.noteDivTopBar{
    height: 25px;
    border-bottom: 1px solid #ecec00;
    background-color: yellow;
}
.noteDivTopEdit{
    background-color: #FFFF88;
    height: 25px;
    border-bottom: 1px solid #ecec00;
    color: #406186;
}