body,
h1,
p,
text,
.menuItems,
#loader {
	font-family: sans-serif !important;
}

.dropbtn,
.resetbtn {
	padding: 0.2em;
}

/* Dropdown Button */
.dropbtn,
.resetbtn {
	cursor: pointer;
}

/* Dropdown button on hover & focus */
/* .dropbtn:hover, .dropbtn:focus, .resetbtn:hover, .resetbtn:focus {
	background-color: gold;
} */

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Buttons */
.dropbtn,
.resetbtn {
	font-size: 16px;
	color: black;
	text-decoration: none;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the
	dropdown button) */
.show {
	display: block;
}

/* button.dropbtn,
button.resetbtn {
	display: inline-block;
	padding: 0.3em 1.2em;
	margin: 0 0.1em 0.1em 0;
	border: 0.16em solid rgba(255, 255, 255, 0);
	border-radius: 2em;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
	text-align: center;
	transition: all 0.2s;
} */

/* button.dropbtn:hover,
button.resetbtn:hover {
	border-color: rgba(255, 255, 255, 1);
} */

/* @media all and (max-width:30em) {
	button.dropbtn, button.resetbtn {
		display: block;
		margin: 0.2em auto;
	}
} */

.printeronly {
	display: none;
}

/* @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	button.dropbtn,
	button.resetbtn {
		display: block;
		margin: 0.2em auto;
		font-size: 30px;
	}
} */

.inline {
	display: inline-block;
}

.right {
	float: right;
}

@media print {
	.printeronly {
		display: block;
	}
	.screenonly {
		display: none;
	}
}