.b-fs-7 {
  font-size: 0.875em;
}

.b-mini-text {
  font-size: 0.700em;
}

.b-scrollable-x {
	/* 
		use: style="min-width: [xx]em;" 
		in the children element. in order
		to add x scroll for lower widths
	*/
	overflow-x: auto;
}

.b-y-m3 {
  position: relative;
  top: -3px;
}

.b-y-m2 {
  position: relative;
  top: -2px;
}

.b-y-mp4 {
  position: relative;
  top: 4px;
}

.b-mb-6 {
  margin-bottom: 5rem !important;
}

#spinner-div {
  position: fixed;
  /*width: 100%;
  height: 100%;*/
  top: 0;
  left: 0;
  text-align: center;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  background-color: darkred;
  color: white;
  padding: 0.25em;
  z-index: 2;
}

#print_server_output {
  height: 400px;
  width: 100%;
  overflow-y: auto;
  font-size: 0.825em;
  font-family: "Courier New", monospace;
}

.spinner-grow {
    animation-duration: 1s;
}

/* Footer always on bottom */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
footer {
  margin-top: auto;
}
