body {
	font-family: Manrope;
}

.msi {
	margin-bottom: 53pt;
}

.msi_row {
	display: flex;
	flex-direction: row;
}
.info_introduction {
	font-weight: 700;
	font-style: bold;
	font-size: 27pt;
	display: flex; 
	flex-direction: row;
}

.info_header {
	/*font-size: 50pt;*/
	font-style: bold;
	font-weight: 700;
}

.info_header > p:first-letter {
	color: blue;
}

.info_additional {
	display: flex;
	flex-direction: row;
	align-items: flex-start;

	margin-bottom: 29pt;
}

.info_additional > h4 {
	margin: 0;
	margin-right: 7px;
	font-style: 14px;
}

.info_additional > span {
	color: #8C8C8C;
}

.trunkheader {
	text-align: center;
	font-weight: 700;
	font-size: 28pt;
	padding: 18pt 0 42pt 0;
}

.char__row {
	display: flex;
	flex-direction: row;
}

.char_icon {
	width: 20pt;
	height: 20pt;
}

.char_name {
	font-weight: bold;
}

.char_size {
	font-weight: 400;
}

.looks__header {
	text-align: center;
}