table {
	border-collapse: collapse;
	width: auto;
	text-align: left;
	margin-bottom: 1em;
}
table, th, td {
	border: 0px solid;
	padding-right: 10px;
/*	font-size: .95em;*/
}
td, th {
	padding: 0px 20px 0px 0px;
}
@media only screen and (max-width: 479px) {
	td, th {
		padding: 0px 15px 0px 0px;
	}
}
th {
	font-style: italic;
	font-weight: normal;
}
/*th.address, td.address {
	vertical-align: top;
	padding-right: 30px;
	
}
th.address {
	font-style: normal;
	font-weight: 500;
	padding-bottom: .2em;
}
@media only screen and (max-width: 899px) {
	th.address, td.address {
		display: block;
	}
}*/
div.address {
	display: inline-block;
	vertical-align: top;
	padding: 0px 30px 0px 0px;
}
div.address h3 {
	margin-top: 0px;
}
