/*
	Author:  	Chris Brickner
	Contact: 	cbrickner@pragmassist.com
	Website: 	https://www.pragmassist.com
	
	Version: 	1.0
	Copyright: 	(c) - 2020 pragmassist.com
	
	Icons from PixelMixer - http://pixel-mixer.com/basic_set/
*/

table {
	width: 600px;
	margin: 0 auto;
}
table tr td ul {
	font-size: 24px;
	margin: 20px 0 0 0;
	padding: 0;
}
table tr td ul li {
	font-weight: bold;
}
table tr td p {
	padding: 0;
	margin: 0;
	text-indent: 0;
	text-align: left;
	font-size: 18px;
}
.special {
	font-style: italic;
}
@media screen and (max-width: 799px) {
	.image-container {
		height: 425px;
	}
}
@media screen and (min-width: 800px) {
	.image-container {
		height: 425px;
	}
}
@media screen and (min-width: 1000px) {
	.image-container {
		height: 450px;
	}
}
@media screen and (min-width: 1200px) {
	.image-container {
		height: 450px;
	}
}
