body {
        font-size:0.9rem;
}
button {
        min-width: 2rem;
}

#tbl_records td:nth-child(5) {
        color: #3081d1;
            font-size: 0.8rem;
}
#tbl_records  td:nth-child(6) {
        color: grey;
            font-size: 0.8rem;
}
#tbl_records th:nth-child(7) {
    width: 150px !important;
}
.modal-body textarea {
	font-size: 1.4em;
}
.row_record .btn {
    min-width: 80px;
}

.row_record td:first-child {
    font-weight: 600;
    color: #001f3f;
    background-color: #6c757d36;
}
