/* ========== common styles for /info/* pages ========== */


body {
	font-family: 'EB Garamond', serif;
	text-align: center;
	background: #fefcf5;
	color: #45545F;
}

img {
	border: none;
}

a,
a:visited {
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}


/* ========== 404.php ========== */


#container-404 {
	/* border: 1px dotted red; */
	width: 550px;
	height: 340px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/info/assets-older/images/bent-nail-200x220.png) no-repeat;
}

#container-404 h1 {
	line-height: 1.1em;
	font-size: 8em;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 0 230px;
	color: #E21A23;
}

#container-404 h2 {
	font-size: 3em;
	text-align: left;
	margin: 0 0 0 180px;
}

#container-404 h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 25px 0 0 0;
	padding: 0 30px;
	color: #45545F;
}


/* ========== updatebrowser.php ========== */


#container-updatebrowser {
	/* border: 1px dotted red; */
	width: 600px;
	height: 450px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#container-updatebrowser h1 {
	clear: both;
	font-size: 3em;
	line-height: 1.1em;
	margin: 0;
	padding: 20px 0 0 0;
}

#container-updatebrowser h2 {
	line-height: 1.1em;
	margin: 1em 0;
}

#container-updatebrowser ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#container-updatebrowser li  {
	width: 25%;
	display: inline-block;
	float: left;
}
