body {
	font-size: 14px;
}

b {
	color: [ÐEFAULT-COLOR] !important;
}

img {
	display: block;
	max-width: 100%;
}

.sp-dy-content-image {
	max-width: 40%;
	margin-bottom: [DEFAULT-UNIT];
}

.sp-dy-content-title {
	font-size: 1.5rem;
	text-align: center;
	color: [PRIMARY-COLOR];
	margin: [DEFAULT-UNIT] 0;
}

.sp-dy-table-title {
	text-align: center;
	color: [PRIMARY-COLOR];
	margin: [DEFAULT-UNIT] 0;
	text-transform: uppercase;
}

.sp-dy-content, .sp-dy-table table {
	font-size: 1rem;
	line-height: 1.5rem;
}

.sp-dy-table {
	padding: 0;
	margin: [LARGE-UNIT] 0;
}

.sp-dy-table table {
	margin: [DEFAULT-UNIT] 0;
}

.sp-dy-table-intro {
	font-style: italic;
	text-align: center;
}