@import url('https://fonts.googleapis.com/css?family=Contrail+One|Open+Sans');

.tooltip {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5vh;
	background-color: white;
	border: 2px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

.tooltip-hed {
	font-size: 4vh;
	margin: 0;
	padding: 0;
	font-family: 'Contrail One', cursive;
}

.tooltip-label {
	font-weight: bold;
}