td {
	font-size: 1.3em;
	color: darkslategray;
}

th {
	font-size: 1.3em;
	color: var(--primary-blue);
}

div.decreased-line-spacing > p {
	margin-bottom: 0;
}

/* large screen */
@media (min-width: 768px) {
	.successful-message {
		width: 50vw !important;
	}
}

/* small screen */
@media only screen and (max-width: 767px) {
	.mobile-full-width {
		width: 100% !important;
	}

	.successful-message {
		width: 80vw !important;
	}
}

.margin-end-of-section {
	margin-bottom: 1em !important;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.flex-center {
	display: flex;
	justify-content: center;
	text-align: center;
}

.bold {
	font-weight: 700;
}

.successful-message {
	text-align: center;
	padding: 2em !important;
	color: var(--calltoaction-green) !important;
	background-color: white !important;
	border: solid 1px var(--calltoaction-green) !important;
}

.input-look {
	width: 100%;
}

.indent-block {
	margin-left: 2em;
}
