.areas-table {
	width: 100%;
	max-width: 460px;
	text-align: left;
	margin: 0 auto;
}

.areas-table td {
	border-bottom: 1px solid #000000;
	height: 1.5em;
	vertical-align: middle;
}

.areas-table .last-row td {
	border-bottom: none;
}

.areas-table .number {
	padding: 0 10px;
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	color: var(--red);
	font-weight: 400;
}

.areas-table .name {
	width: 74%;
	text-transform: uppercase;
}

.areas-table .name-only {
	padding-left: 8px;
}

.areas-table .value {
	padding-right: 10px;
	text-align: right;
	width: 16%;
	white-space: nowrap;
}

.areas-table .floor-area {
	background-color: #cccbd6;
	height: 2.1em;
	font-weight: 500;
}

.areas-table .total-area {
	background-color: var(--red);
	color: #ffffff;
	height: 2.1em;
	border-bottom: 0;
	font-weight: 500;
}

.areas-table .floor-area td,
.areas-table .total-area td {
	border-bottom: 0;
}
