/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 12 2026 | 09:24:33 */
/* table.tb-jobs {
	box-shadow: 0 0 15px #0000008f;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid;
	background: white;
	margin-bottom: 0px;
}
table.tb-jobs th, table.tb-jobs tr, table.tb-jobs td {
	border: 1px solid #c9c8d3;
	text-align: center;
	padding: 13px 10px;
	vertical-align: middle;
	color: #464646;
}
table.tb-jobs th {
	background: #17449e;
	color: white;
	padding: 18px 10px;
}
table.tb-jobs tr:nth-child(even) {
	background-color: #eaf2f5;
}
table.tb-jobs td:nth-child(2) {
	text-align: left !important;
}
table.tb-jobs tr:hover {
	background-color: #c7dddd;
}
th.tb1, th.tb3 {
	width: 6%;
}
@media only screen and (max-width: 449px) {
	table.tb-jobs {
		display: block;
		overflow-x: auto;
	}
}
 */