#header,
#footer
{
	display: none;
}

body,
h1,
h2,
h3,
li,
p,
span
{
	color: #000000 !important;
}

div.resources ul.labels li,
div.resources div.entry-card
{
	font-size: 133%;
	float: left;
	width: 300px;
	padding: 0 10px;
	border: 1px dashed black;
	margin: 15px;
}

div.resources div.entry-card
{
	padding: 0;
	margin: 15px;
	float: none;
	width: auto;
	font-size: 100%;
}

div.resources ul.labels li span.describe
{
	font-weight: bold;
	float: left;
	width: 50px;
}

div.resources ul.labels li span.what
{
	display: block;
	margin-left: 70px;
}

div.resources ul.labels li span.what-fill-in
{
	display: block;
	width: 100px;
	margin-left: 70px;
	padding: 0 1em;
	line-height: 3em;
	border: 1px solid gray;
}

div.resources ul.labels li p
{
	padding: 5px 0;
	margin: 10px 0;
}

div.resources div.entry-card ul.labels li
{
	float: none;
	width: 500px;
	padding: 0;
	border: none;
	margin: none;

}

div.resources div.entry-card table
{
	margin: 15px;
}

div.resources div.entry-card table th
{
	font-weight: bold;
}

div.resources div.entry-card table th.first,
div.resources div.entry-card table td.first 
{
	width: 240px;
	text-align: left;
}

div.resources div.entry-card table th,
div.resources div.entry-card table td
{
	padding: 5px;
	text-align: right;
	border: 1px solid gray;
}

div.resources ul.labels
{
	margin-top: 0;
}

div.resources ul.labels li span.what-fill-in,
div.resources table span.what-fill-in
{
	display: block;
	width: 100px;
	padding: 0 1em;
	line-height: 3em;
	border: 1px solid gray;
	text-align: left;
}

div.resources div.entry-card ul.information
{
	margin: 0 3em;
	margin-bottom: 15px;
}

div.resources div.entry-card ul.information li
{
	list-style: disc outside;
	padding: 0;
}

div.resources div.entry-card div.photos
{
	padding: 15px;
	width: 300px;
	float: right;
}

div.resources div.entry-card div.photos img
{
	float: right;
	margin: 5px;
}
