/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */

.header {
	text-align: left;
	padding: 20px 20px 20px 20px;
	max-width: 1180px;
	margin: 0 auto;
}

.item-list {
	text-align: left;
	padding: 35px 20px 20px 20px;
	max-width: 1180px;
	margin: 0 auto;
}

.content {
	text-align: left;
	padding: 55px 20px 20px 20px;
	max-width: 1180px;
	margin: 0 auto;
}

a, a:link, a:visited, a:hover, a:active {
	color: rgb(0, 0, 238);
	text-decoration: underline;
}

li a, li a:link, li a:visited, li a:active {
	color: #000000;
	text-decoration: none;
}

li a:hover {
	color: rgb(0, 0, 238);
	text-decoration: underline;
}

i {
	font-style: italic;
}

strong {
	font-weight: bold;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 70%;
}

h1 {
	font-size: 32px;
	font-family: "Times New Roman", Georgia, Serif;
	font-weight: bold;
	padding-bottom: 20px;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #000000;
	text-decoration: none;
}

p, li, #clockbox-home {
	font-size: 16px;
	font-family: "Times New Roman", Georgia, Serif;
	font-weight: normal;
	line-height: 1.2em;
}

p {
	text-align: justify;
}

.divider {
	margin: 0 20px;
	border-bottom: solid 1px #808080;
}

.text-column p {
	line-height: 1.4em;
}

li {
	padding: 0 0 20px 0;
}

body {
	padding-bottom: 20px;
}

#clockbox-home {
	text-align: right;
	padding: 20px 20px 0 20px;
	font-style: italic;
	float: right;
	width: 300px;
}

@media (max-width: 640px) { 
  	.header {
		padding: 20px;
		max-width: 100%;
	}
	.content {
		max-width: 100%;
	}
	p, li, #clockbox-home {
		font-size: 16px;
	}


}

preview {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s linear 0ms, opacity 300ms;
  	display: -webkit-flex;
  	display:         flex;
  	-webkit-align-items: center;
          	align-items: center;
  	-webkit-justify-content: center;
          	justify-content: center;
}

.item:hover+preview {
	visibility: visible;
	opacity: 0.5;
	transition: visibility 0s linear 0ms, opacity 300ms;
	z-index: -1;
}

.indent {
	padding-left: 40px;
	padding-right: 40px;
}

.footnotes {
	font-size: 0.75em;
}