html, body {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 16px;
	margin: 50px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h4, h5, h6 {
	color: #666;
	text-decoration: underline;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }

section {
	margin-bottom: 60px;
}

strong {
	font-style: oblique;
}
em {
	font-style: italic;
}

a { color: #08C; }
a:hover { color: red; }
a:active { color: maroon; }
a:visited { color: darkblue; }

table, th, td {
	border: 1px solid #333;
	border-collapse: collapse;
	margin: auto;
}
th, td {
	padding: 15px;
	text-align: right;
}
tr:nth-child(odd) {
	background-color: #FFCCCC;
}
tr:first-child, th:first-child {
	background-color: #CCC;
}

.container {
	margin: 0 auto;
	max-width: 960px;
}
.container > div {
	padding: 30px 60px;
}
.container-top {
	background: #666;
	border-bottom: 1px solid #CCC;
	border-radius: 8px 8px 0 0;
	min-height: 50px;
}
.container-main {
	border-color: #CCC;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	min-height: 50px;
}
.container-bottom {
	text-align: center;
}

.page-header {
	border-bottom: 1px solid #CCC;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
	color: white;
}

.danger {
	background-color: red;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	padding: 4px 6px;
}

.thumbnail-pane {
	font-size: 0;
	margin-bottom: 20px;
}

.thumbnail-pane > img, .thumbnail-pane > div {
	font-size: 16px;
	box-sizing: border-box;
}

.thumbnail-pane img {
	border: 1px solid #DDD;
	border-radius: 4px;
	width: 25%;
	padding: 4px;
}
.thumbnail-pane > div {
	display: inline-block;
	padding: 0 30px;
	vertical-align: top;
	width: 75%;
}
