#mainContent .large table
{
	display: none;
}

#mainContent .small table
{
	margin: 10px 0;
	font-size: 12px;
	border-collapse: collapse;
}

#mainContent .small thead
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: blue;
}

#mainContent .small td, #mainContent .small th
{
	padding: 2px 5px;
	vertical-align: top;
	border: 1px solid blue;
}

#mainContent .small td:nth-child(1)
{
	font-weight: bold;
	font-size: 14px;
}

#mainContent .small ul
{
	margin: 0;
	padding: 0 15px;
}

#mainContent .small p
{
	margin: 0;
}

#mainContent .pdf
{
	width: 30em;
	max-width: 100%;
	margin: 15px auto 0;
	padding: 5px 0;
	font-style: italic;
	text-align: center;
	border: 1px solid;
	border-radius: 15px;
	background-color: rgb(225,235,245);
	box-shadow: 3px 3px 3px gray;
}