.uk-scope .uk-form-label {
	font-size: 100%;
	color: #4d4d4d;
}

.uk-scope .uk-h3 {
	font-family: "Archivo";
	font-size: 20px;
	color: #969927;
}

.uk-scope .uk-legend {
	font-family: "Archivo Narrow";
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: grey;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
