body {
	color: #000000;				
}

html, body {
	font-size: 10px;
}

html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
    font-family: "Noto Sans", Arial;
}

@media (min-width: 28em)
{	
	html, body {
		font-size: 16px;	
	}
	
	body {
        width: 100%;
    }
    
}

.alert {
	color: #993333;	
	font-size: 1.5em;
}