
.notes-container {
    position: relative;
    margin-left:8px;
    margin-bottom:5px;
    left: 0px;
    right: 5px;
    max-height: 600px;
    background-color: white;
    overflow-y:hidden;
    overflow-x:hidden;
    padding:2px;
    border-style: none;
    border-width:1px;
    border-radius: 5px;
    border-color: darkgray;
}

.notes-input{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left:8px;
    padding-top:1px;
    padding-bottom:1px;
    line-height:24px;
    width:92%;
    min-height:24px;
    max-height:54px;
    background-color: #FFF8B7;
    border-width:1px;
    border-radius: 5px;
    border-color: darkgray;
    font-size:0.8em;
    resize:none;
    overflow-y:auto;
    overflow-x:hidden;
    margin-bottom:2px;
    spellcheck:false;
}

.notes-history-item{
    position: relative;
    left: 0px;
    width: 97%;
    min-height:34px;
    background-color: #FFF8B7;
    border-style: none;
    border-width:1px;
    border-radius: 5px;
    border-color: darkgray;
    padding-top:0px;
    padding-left:0px;
    padding-bottom:2px;
    margin-bottom:0px;
    box-shadow: 0px 1px 1px #ABABAB,
    -1px 1px 2px gray, 1px 1px 2px gray;
    z-order:1000;
}

.notes-history-item-text{
    position:relative;
    padding-left:8px;
    padding-top:16px;
    padding-bottom:4px;
    margin-top:6px;
    font-size:0.9em;
    text-indent:0px;
    line-height:21px;
}

.notes-history-item-date{
    position:absolute;
    top:-5px;
    right:8px;
    font-size:.8em;
    z-order:2000;
}

.notes-history{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    width:100%;
    left:0px;
    right:10px;
    position: relative;
    margin-top:0px;
    min-height:30px;
    max-height: 600px;
    background-color: white;
    overflow-y:auto;
    overflow-x:hidden;
    padding:2px;
}

.notes-button{
    width:35px;
    height:35px;
    top:0px;
    right:0px;
    position:absolute;
    border:none;
    background-color:transparent;
}

