/* TABLE BORDERS */
#main-content .dept-table table,
#main-content .dept-table table thead th,
#main-content .dept-table table thead td,
#main-content .dept-table table tbody th,
#main-content .dept-table table tbody td {
	border-width: 1px !important;
	border-style: solid !important;
    border-color: #000000 !important;
}
/* END OF TABLE BORDERS */