/* Extra styles for the outage placeholder page. style.css is an untouched copy of the site's stylesheet. */

.notice-strip {
	margin: 0;
	padding-top: 20px;
	font-family: UbuntuNarrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #199900;
}

.notice-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.notice-heading {
	color: #e75c00;
	margin: 22px 0 10px 0;
}

.status-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 520px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 2px #999;
	overflow: hidden;
}

.status-table td {
	padding: 12px 15px;
	font-size: 16px;
	border-bottom: 1px solid #e1e1e1;
}

.status-table tr:last-child td {
	border-bottom: none;
}

.status-table td:last-child {
	text-align: right;
}

.status-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 4px;
	font-family: UbuntuBold, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
}

.status-offline {
	background: #c62828;
}

.status-online {
	background: #1eb500;
}

.notice-callout {
	background: #fff;
	border-left: 5px solid #e75c00;
	border-radius: 4px;
	padding: 14px 16px;
	font-size: 15px;
	line-height: 1.6em;
	box-shadow: 0 1px 2px #999;
}

.notice-list {
	line-height: 1.6em;
	font-size: 14px;
	padding-left: 20px;
}

.notice-list li {
	margin-bottom: 8px;
}

.notice-message {
	background: #fff;
	border-radius: 6px;
	padding: 5px 16px 10px 16px;
	line-height: 1.6em;
	box-shadow: 0 1px 2px #999;
}

.notice-message h3 {
	margin-top: 10px;
}

.notice-thanks {
	text-align: center;
	margin: 25px 0 5px 0;
	font-style: italic;
}

#footer .left-footer {
	padding-bottom: 20px;
}

.notice-callout p {
	margin: 0 0 8px 0;
}

.notice-callout p:last-child {
	margin-bottom: 0;
}

.notice-urgent {
	border-left-color: #c62828;
	background: #fff5f5;
}
