/* @override 
	http://stephaniealbertson.site/css/styles.css
	http://stephaniealbertson.site/css/popup.css
*/

body {
	background: #f4f4f4;
	color: #666;
	font-family: Bembo, Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-weight: normal !important;
	font-size: .9em;
}

a {
	color: #888;
}

h1, h2, h3, h4, th {
	font-weight: normal !important;
	font-style: normal;
	font-family: Bembo, Georgia, "Times New Roman", Times, serif;
}

h1 {
	text-align: center;
	font-size: 2.5em;
	margin: 0;
	padding-bottom: .25em;
	padding-top: .2em;
	background: #fff;
	color: #ccc;
}

h1.long-header {
	font-size: 1.7em;
}

h2 {
	font-style: normal;
	font-size: 1.1em;
	border-bottom: 1px solid;
	margin-bottom: 0;
}

h3 {
	margin-bottom: 0;
	margin-top: 1.3em;
}

h3.row-header {
	margin-top: 0;
}

p {
	margin-top: .2em;
}

table {
	width: 100%;
	padding: 0 2em 2em;
	text-align: left;
}

table.narrow-table {
	width: 360px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

th {
	text-align: left;
	padding: 1em 1em 1em 0;
	font-size: 1.2em;
}

td.header-note {
	padding-top: 2em;
}

tr {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

td {
	padding: 0 1em 1em 0;
	vertical-align: top;
}

table.narrow-table td {
	padding-right: 0;
}
