body {
	font-family: "Trade Gothic", Arial;
}

header {
	height: 120px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #dcdcdc;
	/*padding-bottom: 24px;*/
}

.img-logo {
	position: absolute;
	right: 40px;
	top: 24px;
	width: 200px;
}

h1 {	
	color:  #e2001a;
	margin-left: 40px;
}

h3 {
	margin-left: 40px;
	font-style: none;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 40px;
	width: calc(100% - 80px);
}

td {
	inline-size: 200px;
	word-wrap: break-word;
	max-height: 250px;
	padding: 10px;
	vertical-align: top;
}

th {
	padding: 10px;
	text-align: left;
	background-color: #dcdcdc;
	font-style: bold;
}

td, th {
	border: 1px solid #000000;
}

th:first-child, td:first-child {
	width: 28%;
}

th:nth-child(2), td:nth-child(2){
	width: 20%;
}

th:nth-child(3), td:nth-child(3){
	width: 40%;
	
}

th:nth-child(4), td:nth-child(4){
	width: 12%;
}

tr:nth-child(even) {
	background-color: #f1f1f1;
}