body{
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	max-width:600px;
}

a{
	color: #994444;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.material-icons.md-14 { font-size: 14px; }

.menu{
	
}

.menuItem{
	text-transform: uppercase;
	margin-right:20px;
	color: #999999;
}

.active{
	color: #994444;
}

.title{
	font-size:20px;
	color: #994444;
	margin-top:20px;
}

.sectionTitle{
	font-size:16px;
	color: #994444;
	margin-top:10px;
}

.info{
	color: #999999;
	margin-top:10px;
}

.log{
	color: #999999;
}

.logAlert{
	color: #bb2222;
}
.logWarning{
	color: #bb8822;
}

.horizontalLine{
	margin-top:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #999999;
}