input, select {
	font: 1em monospace;
}

input {
	border: none;
}

h3 i.fa-refresh {
	float: right;
	cursor: pointer;
}

#pending_requests_counter {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0.1em 0.2em;
	font: small monospace;
	cursor: default;
	background: rgba(255, 255, 255, 0.85);
	padding: 0 0.2em;
	border-radius: 0.2em;
}
