.full-width {
  padding-left: 0px;
  padding-right: 0px;
}

div.is-empty-hint {
  text-align: center;
}

div.is-empty-hint span {
  font-size: larger;
  font-weight: bolder;
}

.unset-position {
  position: unset;
}

.full-height {
  height: 100%;
}

:focus {
	outline: auto;
}