.jm-footer-toolbar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 56px;
  line-height: 56px;
  background-color: white;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e8e8e8;
  padding: 0 24px;
  z-index: 9;
}

.jm-footer-toolbar::after {
  content: "";
  display: block;
  clear: both;
}

.jm-footer-toolbar button + button { 
  margin-left: 0.8em;
}

.jm-footer-toolbar__left {
  float: left;
}

.jm-footer-toolbar__right {
  float: right;
}