a {
	color: #0450A1;
	font-weight: 900;
}

a.no-bold {
	font-weight: normal;
}

.header-box {
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: center;
}

h1 {
	font-family: 'Montserrat';
	font-weight: 700;
	margin-bottom: 0;
}

.sub-h1 {
	font-family: 'Montserrat';
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.green {
	color: #0C0;
}

.red {
	color: #C00;
}

.resolved-block {
	background-color: #0C0;
	width: 0.5em;
}

.issue {
	padding: 0.75em;
	margin-bottom: 1px;
}

.current-issues .issue {
	border-left: 1em solid #C00;
}

.resolved-issues .issue {
	border-left: 1em solid #0C0;
}

.planned-maintenance .issue {
	border-left: 1em solid #0CC;
}

.issue:nth-child(odd) {
	background-color: #EEE;
}

.menu-container {
	margin-bottom: 1em;
}

.menu-item {
	padding: 0.5em;
	border: 1px solid #333;
	color: #333;
	text-align: center;
}

.menu-item:hover {
	background-color: #666;
	color: #fff;
}

.menu {
	list-style: none;
}

.menu-item-active, .menu-item-active:hover {
	background-color: #333;
	color: #fff;
}

.losenge-left {
	border-radius: 5px 0px 0px 5px;
}

.losenge-right {
	border-radius: 0px 5px 5px 0px;
}

.question {
	font-size: 1.5em;
	font-weight: bold;
}

.twitter-follow-button, .twitter-mention-button {
	height: 23px;
	vertical-align: text-bottom;
}
