.tx_dbaystyleguide .styleguideFont {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	background-color: #f9f9f9;
	border: 1px solid #DEDEDE;
	margin-bottom: 25px;
	padding: 20px 30px;
}

.tx_dbaystyleguide .styleguideFont .fontInformations {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.tx_dbaystyleguide .styleguideFont .fontInformations span {
	color: var(--infoColor, #605F60);
}

.tx_dbaystyleguide .styleguideFont .fontInformations .fontFamily {
	width: 25%;
	padding-right: 15px;
}

.tx_dbaystyleguide .styleguideFont .fontInformations .fontSize {
	width: 15%;
	padding-right: 15px;
}

.tx_dbaystyleguide .styleguideFont .fontInformations .fontLineheight {
	width: 15%;
	padding-right: 15px;
}

.tx_dbaystyleguide .styleguideFont .fontInformations .fontPreview {
	width: 35%;
	text-align: center;
}

.tx_dbaystyleguide .styleguideFont .fontInformations .fontPreview * {
	margin: 10px 0;
}

.tx_dbaystyleguide .styleguideFont .fontInformations .copyValueToClipboard .copyButton {
	height: 36px;
	padding: 10px 0;
}
