/* Adjust the base body font size */
body, .clientarea {
    font-size: 21px; /* Increase this number as needed */
}

/* Specifically target paragraphs and primary text blocks */
p, li, td {
    font-size: 19px; 
}

/* Increase font size for input fields and buttons */
.form-control, .btn {
    font-size: 17px;
}

.navbar-nav > li > a {
    font-size: 19px !important;
}

.list-group-item {
    font-size: 18px !important;
}
