body {
  min-height: 2000px;
  padding-top: 70px;
}

h1 {
  font-family: NotoSans,Arial,"Arial Unicode MS",sans-serif;
  color:#c48430 !important;
}

.box {
  margin-bottom:20px;
}

/* Form */
label {
  margin-left:5px;
}

legend {
  margin-bottom:0;
  border:none;
  position:relative;
  top:3px;
}

fieldset span {
  display:block;
}

fieldset {
  background-color:#fff;
  padding:8px;
}

/* the following should be in the tooltipster theme "info" */
.tooltipster-info {
  position:fixed;
  left:auto !important;
  width:auto !important;
  top:20px !important;
  right:20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.waiting {
  border: 3px solid #c8c8c8;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite; /* Safari */
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin { /* Safari */
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
  
