<style>
	table.basic3 {
		width: inherit;
	}

	table,
	td,
	th {
		border: 1px solid #1A2634;
		padding: 0.5em 1em 0.5em 1em;
	}

	table th {
		color: white;
		background-color: #7994B3;
	}

	p {
		margin-bottom: 2em;
	}
</style>