.solid-clickable {
  cursor: pointer;
}
.solid-dock-top {
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  margin: 0;
}
.solid-dock-right {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
}
.solid-dock-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
}
.solid-dock-left {
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
}
.solid-busy-indicator-small {
  width: 36px;
  height: 36px;
}
.solid-busy-indicator-small.solid-dock-left,
.solid-busy-indicator-small.solid-dock-right {
  height: auto;
}
/*# sourceMappingURL=solid.css.map */