.ulAsTable {
	padding: 0;
	margin: 0 !important;
	width: 100% !important;

	li {
		min-height: 67.5px;
		border-bottom: 1px dashed #c3c3c4;
		padding: 0 20px;

		small {
			font-size: 16px;
			padding: 10px 0;
			justify-content: center;
			align-items: center;
			display: flex;
		}

		&.rowEmphasis {
			background-color: #f4f4f4;
		}

		ul {
			max-width: 100%;
			padding: 0;
		}
	}
}

.topImpacts {
	padding: 0;

	small:first-of-type {
		margin-left: 50%;
	}
}
