	@import url('https://fonts.googleapis.com/css?family=Lato:400,900&display=swap');
	
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		/* display: none; <- Crashes Chrome on hover */
		-webkit-appearance: none;
		margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	}
	body {
		font-family: Calibri, Helvetica, sans-serif;
	}
	h2 {
		font-family: 'Lato', sans-serif;
		font-size: 200%;
		font-weight: 900;
		padding-top: 10px;
		padding-left: 8px;
	}
	legend {
		font-family: 'Lato', sans-serif;
		font-size: 200%;
		font-weight: 900;
	}
	input[type=number] {
		-moz-appearance:textfield; /* Firefox */
	}
	img { 
		max-width: 100%; height: auto; 
	}
	html { 
		font-size:100%; 
	}
	p {
		padding-left: 8px;
	}		
	/*.input-group {
		width: 50%;
	}*/
