* {font-family: "Courier New", Courier, monospace; color: white;}

html, body {
	background: black;
	height: 100%;
	max-width: 900px;
	margin: 20px auto;
	display: block;
	-webkit-text-size-adjust: 100%; 
	}
	
body {
	padding: 0 10px; 
	font-size: 16px;
	}

img {max-width: 100%}

.date-container {overflow: hidden;
  text-overflow: clip; }
.date:before {
    content: "--------------------------------------------------------------------------------------------------------------";
    white-space: nowrap;}
.date:after {
    content: "--------------------------------------------------------------------------------------------------------------";
    white-space: nowrap;}

a {outline: none;text-decoration: none; color: white;}
a:hover {color: white; text-decoration: underline;}

.adress {color: white !important;}

footer {
	padding: 30px 0 50px 0;
	font-size: 16px;
	}
footer a {color: white; text-decoration: none;}
footer a:hover {text-decoration: underline}
.archive {margin: 0; box-shadow:none; color: white}
footer select {
	background: transparent;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0;
	outline: 0 !important;
	-moz-margin-start: -4px !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 16px;
	}
footer select:hover {text-decoration: underline}
footer select:-moz-focusring {color: transparent; text-shadow: 0 0 0 #000;}