html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	background: #3f4245;
	color: #eee;
}

header {
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	color: #cc7b19;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	height: 40px;
}
header img {
	height: 40px;
	margin-right: 10px;
	vertical-align: bottom;
}

main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	padding: 10px;
	min-height: calc(100% - 80px - 16px * 2);
}
main p {
	line-height: 130%;
}

.status-container {
	margin-left: auto;
	margin-right: auto;
}

.status, .uptime {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #00000099;
	border-radius: 10px;
}
.status {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.uptime {
	text-align: center;
	display: none;
}
div.status-text, div.status-icon {
	flex: 1;
}
div.status-text {
	text-align: right;
	padding-right: 10px;
}
div.status-icon {
	text-align: left;
}

a {
	color: #69f;
}

div.signin, div.plexweb {
	text-align: center;
	padding: 20px 0px;
	display: none;
}
div.signin button.auth, div.plexweb button.auth {
	color: #eee;
	background-color: #cc7b19;
	box-shadow: inset 0 0 0 1px #e7993b;
	display: inline-block;
	padding: 6px 12px;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
}
div.signin button.auth:hover, div.plexweb button.auth:hover {
	background-color: #e59029;
	box-shadow: inset 0 1px 0 #ebac60;
}

div.actionlog {
	display: none;
	font-size: 85%;
}

div.actionlog ul {
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.didyouknow {
	margin-top: 80px;
	font-size: 85%;
	display: none;
}

div.didyouknow > div {
	border: 1px solid #00000099;
	border-radius: 10px;
	padding: 10px;
	background-color: #00000099;
	margin-bottom: 15px;
}

div.didyouknow h2 {
	margin: 3px 0px 8px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

div.didyouknow .image-text {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
div.didyouknow .image-text .image {
	flex: 0;
}
div.didyouknow .image-text .text {
	flex: 1;
	padding: 3px 10px;
	width: 100%;
	line-height: 120%;
}

footer {
	height: 16px;
	text-align: center;
	font-size: 85%;
	background-color: #00000099;
	padding: 8px;
	box-shadow: 0 0 5px 0 #00000099;
	overflow: hidden;
}
