.report_NoteForm {
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
    max-width: 680px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: left;
    color: #111111;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.report_NoteTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px;
    color: #111111;
    border-bottom: 2px solid #eee;
    width: 100%;
}
.report_NoteContent {
    font-size: 14px;
    padding: 10px 10px;
    color: #111111;
    width: 100%;
    line-height: 12px;
}
