body {
	background-color: #f4f5f7;
}

.table-striped > tbody > tr:nth-child(odd) > th {
   background-color: mediumblue; /* Choose your own color here */
   color:white;
}



.table-header-custom {
background-color: blue;
color: white;
}


.table-footer-custom {
	background-color: blue;
	color: white;
}

/* Optional small tweaks */
#summaryTable th,
#summaryTable td {
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
}
