[role="tooltip"]:not(.show) {
  right: 5em;
  z-index: 1070;
  display: none;
  max-width: 100%;
  padding: 0.5em;
  margin: 0.5em;
  color: black;
  text-align: start;
  background: white;
  border: 1px solid #6d757e;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}
.btn.jmodedit {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 900;  
  background-color: rgba(255, 255, 255, 0.5);
  border: 0px solid #58595a;
  border-radius: 0.25rem;
  padding: 0px;
}
.page-link{
    color: #333;
}
meter {
  width: 100%;
}
.form-control-feedback{
	display: block;
}
.invalid {
  color: #a51f18;
}
#system-message a{
	cursor: pointer;
}