table.dataTable th,
table.dataTable td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    font-size: 14px !important;
}

textarea {
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;  
    resize: vertical; 
}