@charset "utf-8";
/* ===========================================================

	Title: about.css
	Created: 2021-1-7

=========================================================== */
/*

	message
	profile


=========================================================== */
/* ===========================================================

	message

=========================================================== */
.message {
}
.message__text {
}
.message__photo {
}
.message__photo em {
	margin-left: 16px;
	font-size: 2.4rem;
	font-weight: bold;
}
.message__photo figcaption {
	display: block;
	padding-top: 16px;
	text-align: right;
}

/* ===========================================================

	officers-table__units

=========================================================== */
.officers-table {
	white-space: nowrap;
}
.officers-table__position,
.officers-table__name,
.officers-table__date,
.officers-table__units {
	white-space: nowrap;
	width: 1%;
}
.officers-table__units {
	text-align: center;
	vertical-align: middle;
	background-color: #f9f9f9;
}
