﻿#NotesGrid {        
    min-width: 400px;
}

#noteTextArea {
    position: absolute; left: 5px; top: 50px; right: 0px; bottom: 50px; 
}

#noteTextArea.dx-texteditor {
    border: none;
}

.myScrollableContainer {
    height: 100%;
    width: calc(100% - 5px);
}
.myScrollableContainer .sh-field-value {
    margin-bottom: 0;
}

.noteCreatedDate {
    padding-left: 13px;
    overflow: hidden;
    float: right;    
}

@media screen and (max-width : 1200px)  { 
    .noteCreatedDate {
        display: none;
    }
}