/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2025 | 11:24:18 */
table.bazaKomisije thead tr:first-child {
	text-align:center;
	background: #1B449B;
	color:white;
	font-weight:800;
	font-size:18px;
	letter-spacing:1px;
}


table.bazaKomisije thead tr:nth-child(2) {
	text-align:center;
	letter-spacing:.5px;
	text-transform:uppercase;
	font-weight:600;
}


table.bazaKomisije tbody, table.bazaKomisije tfoot {
	text-align:center;
}

table.bazaKomisije tbody i {
	font-size:30px;
}

table.bazaKomisije tbody tr td:first-child {
	width:20%;
}

table.bazaKomisije tbody tr td:nth-child(2) {
	width:15%;
}

table.bazaKomisije tfoot {
	color:red;
	font-weight:800;
}

table.bazaKomisije tbody tr td {
	vertical-align: middle;
}