body {
	color:white;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: black;
	max-width: 960px;	/* Optionally change to change size of image */
	margin: auto;
}

.header {
	display:block;
	width: 100%;
}

.title {
	float: left;
	color: #DDD;
	font-size: 20px;
	padding-left: 65px;
	padding-top: 4px;
	margin-left: 5px;
	margin-top: 2px;
	background: url('allsky-logo.png') left center;
	background-size: 57px;
	background-repeat: no-repeat;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	height: 35px;
}

.info {
	padding: 8px;
	position: fixed;
	top: 150px;
	right: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #333;
	border: 2px solid #888;
	border-right: none;
}

.info ul {
	list-style: none;
	padding-left: 10px;
	margin-bottom: 0;
}

.info ul li i {
	margin-right: 3px;
}

#sidebar {
	position: fixed;
	left: 0;
	top: 150px;
	padding: 0;
	padding: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #333;
	border: 2px solid #888;
	border-left: none;
	z-index: 2;
}

#sidebar li {
	list-style: none;
	padding: 2px 0
}

#sidebar li i {
	cursor: pointer;
	color: #888;
	margin: 2px 0;
}

#sidebar li i:hover,
#sidebar li i.active {
	color: orange;
}

.notification {
	margin-left: 10px;
}

#imageContainer {
	text-align: center;
}

img.current {
	width: 100%;
	max-width: 960px;	/* Optionally change to change size of image */
}

#starmap_container {
	position: absolute;
	overflow: hidden;
	height: 720px;		/* Optionally change or delete to change size of image */
}

.starmap_credit {
	display: none !important;
}

.diy {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.diy a {
	color: white;
}

.noImages {
	text-align: center;
	font-size: 200%;
	color: yellow;
	border: 2px solid gray;
	margin: 4px;
}

.imagesHeader {	/* the whole table */
	width: 100%;
	padding: 5px 5px 20px 20px;
}
.imagesHeader .headerButton {
	text-align: left;
	width: 5%;	/* want headerTitle to be as wide as possible */
}
.imagesHeader .headerTitle {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}

.back-button {
	text-decoration: none;
	margin: 5px;
	padding: 5px 10px;
	color: white;
	background-color: #5D5D5D;
	border-radius: 5px;
	white-space: nowrap;
}

.back-button i {
	margin-right: 5px;
}

.archived-files {
}

.archived-files .day-container{
	/* width: 10%; */
	min-width: 100px;	/* same as thumbnail width */
	float: left;
	padding: 8px;
	text-align: center;	/* so text is centered below thumbnail */
}

.archived-files .img-text {
	border: 1px solid #333;
}

.archived-files .day-container .day-text {
	padding-top: 2px;
	color: #7777ff;
}

.archived-files .day-container .image-container {
	height: 100px;	/* based on 100px wide thumbnail */
}

.archived-files .day-container .image-container img{
	max-width: 100%;
	max-height: 100%;
}

.archived-files-end {
	clear: both;
}

.archived-files hr {
	margin-top: 25px;
	width: 50%;
	height: 2px;
	background-color: #7777ffaa;
	border-radius: 2px;
	border: 1px solid #7777ffaa;
}

.forecast {
	padding: 9px;
}

.forecast-day {
	font-weight: bold;
	margin: 0 3px;
}

.forecast .Low {
	color: green;
}

.forecast .Active {
	color: yellow;
}

.forecast .High {
	color: darkorange;
}

.forecast .Extreme {
	color: red;
}

.forecast .WARNING {	/* for Aurora activity */
	color: yellow;
	font-weight: bold;
	font-size: 125%;
}

.forecast-map {
	width: 75%;
	max-width: 800px;
	margin-top: 30px;
}

.thumbnailError {
	color: red;
}
