div.tableContainer {
	height: 42em;	
	margin: 0;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
	
}

.fixed tr {
	display: block;
	color: white;
	line-height: 200%;
	background: #dc141e;
	border-bottom: thin solid black;
}

.fixed th {
	display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
th.name {
	padding-left: 8px;
	padding-right: 410px;
	font-size: 17px;
}

.logo {
	width: 10%;
	text-align: left;
	padding: .2em .5em;
}

.logo img {
	max-height: 3em;
	max-width: 100%;
}

.name {
	text-align: left;	
}

.informatics,
.strategy,
.projects,
.processes,
.contracts {
	text-align: center;	
	width: 10%;
}

.evenRow {
	background-color: #F0F0F0;
}