body,
html {
  background: #f2f2f2;
}

pre,
.message {
  max-width: 960px;
}

li {margin: 10px}

.section.is-small {
  padding: 1.0rem 0.5rem;
}

.section.is-little {
  padding: 0.5rem 0.5rem;
}

.section.is-smallside {
  padding: 0.5rem 0.25rem;
}

.section.is-noside {
  padding: 0.5rem 0rem;
}

.container.is-smallfluid {
  max-width: none !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.footer.is-little {
  padding: 0.5rem 0.5rem;
} 

.hero.is-primary {
  background: linear-gradient(to top right, #524ad0 10%, #D099FA);
}

.hero.is-little .hero-body {
  padding: 0.5rem 0.5rem;
}

.box {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.box span.icon {
  float: right;
  font-size: 1.7em;
  padding: 2rem 2rem 0 0;
}

.is-large.fab {
  font-size: 7em;
}

.is-large.fas {
  font-size: 5em;
  margin-left: 0.2em;
}

.media-content {
  overflow: hidden;
}

.menu-list li a:hover {
  background: #d9d9d9;
}

.tbody tr.is-warning {
  background-color: #ffdd57;
}

.storno-warning {
  background-color: #ffdd57;  
}

.token.number {
  display: inline;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: inherit;
  border-radius: inherit;
  font-weight: inherit;
  white-space: inherit;
  background: inherit;
  margin: inherit;
}

.footer {
  background-color: white;
}

.text-shorten {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

.text-shorten-lines2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-shorten-lines3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.text-vcenter {
	vertical-align: middle;
}

.svg-invert {
  filter: invert(100%);
}

