.alias-button {
  font-size: 2em;
  box-sizing: border-box;
  width: 100%;
}

.footer-color-bar > div {
  width: 100%;
  height: 1em;
  position:fixed;
  bottom:0;
  right:0;
}

.btn-static {
  cursor: default !important;
}

.btn-static:active,.btn-static:hover {
  -moz-box-shadow:    inset 0 0 0px white !important;
  -webkit-box-shadow: inset 0 0 0px white !important;
  box-shadow:         inset 0 0 0px white !important;
}

.align-to-side .align-to-right, .align-to-side .align-to-left {
  position: relative;
}

.align-to-side .align-to-right .align-content {
  display: inline;
  position: absolute;
  left: 100%;
}

.rainbow {
	padding: 0;
	background: linear-gradient(to right, #ff3434 0, #ef3434 17%, #ff8f43 17%, #ff8f43 33%, #ffd634 33%, #ffd634 50%, #5daa2c 50%, #5daa2c 68%, #2c66aa 68%, #2c66aa 85%, #7d2daa 85%, #7d2daa);
  height: 2em;
}
