html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	color: #444;
	font-family: 'Philosopher', sans-serif;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lobster Two', cursive;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 0 0.25em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1em;
}

#logo {
	padding-bottom: 0;
}

.logo {
	color: #492B29;
	font-family: 'Lobster Two', cursive;
	font-weight: normal;
	font-size: 1.2em;
}
.logo b {
	font-weight: bold;
}

.banner-wrap {
	text-align: center;
	background: #AA8067;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 1em;
	margin-bottom: 1em;
}

.grid {
	padding: 0 20px;
}

.row {
	margin-bottom: 1em;
}

.feature h2 {
	font-weight: bold;
	text-align: center;
}

.feature p {
	font-size: 1.125em;
}

ul.centered-list li {
	list-style-type: none;
	text-align: center;
}

li.bad {
	background-image: radial-gradient(ellipse, rgba(255,142,142,1) 0%, rgba(255,255,255,0) 70%);
}

li.good {
	background-image: radial-gradient(ellipse, rgba(123,183,127,1) 0%, rgba(255,255,255,0) 70%);
}

li.neutral {
	background-image: radial-gradient(ellipse, rgba(234,237,182,1) 0%, rgba(255,255,255,0) 70%);
}

ul.floating-list li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 5px 10px;
	width: 11em;
}

p.footer {
	color: #888;
	font-size: 70%;
	text-align: center;
}

.feature table {
    border-spacing: 5px;
}

.feature td {
    padding: 5px;
    border: solid black 1px;
    text-align: center;
}

.feature th {
    font-weight: bold;
    padding: 5px;
    border: solid black 1px;
}
