.note.section{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column}.note.section .section_wrap{-webkit-box-flex:1;display:grid;-ms-flex:1 1 1rem;flex:1 1 1rem;grid-template-columns:1fr 5fr;grid-template-rows:40px 1fr;overflow:auto}.note.section .section_wrap .section_title{grid-column:1/3;grid-row:1/2}.note.section .section_wrap .right_btn_container{margin-top:-23px}.note.section .section_wrap .note_sub_section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;grid-column:1/2;grid-row:2/3;justify-content:space-between;margin:0 20px .5rem .5rem}.note.section .section_wrap .note_sub_section .note_category{background-color:#f7f7f7}.note.section .section_wrap .note_sub_section .note_category li{border-bottom:1px solid #fff;padding:15px}.note.section .section_wrap .note_sub_section .note_category li a.active{color:var(--blue70);font-weight:700}.note.section .section_wrap .note_sub_section .bottom_btn{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.note.section .section_wrap .note_sub_section .bottom_btn a{margin-top:.4rem;width:100%!important}.note.section .section_wrap .note_sub_section .bottom_btn a.deleteBtn{background-color:#e62e2e;color:#fff}.note.section .section_wrap_note_view{grid-template-columns:1fr}.table-container .table-row{grid-template-columns:repeat(5,1fr)}.table-container .table-row .table-col:first-child{grid-column:1/2}.table-container .table-row .table-col:nth-child(2){grid-column:2/3}.table-container .table-row .table-col:nth-child(3){grid-column:3/4}.table-container .table-row .table-col:nth-child(4){grid-column:4/5}.table-container .table-row .table-col:nth-child(5){grid-column:5/6}.table-container .table-header-container .table-header{overflow:hidden}