.mobile_style .mobile_floating-action-button {
  position: fixed;
  bottom: 64px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 100;
}

.mobile_style .mobile_floating-action-button a {
  color: #fff;
}

.mobile_style .mobile_floating-action-button .mobile_button {
  display: flex;
  align-items: center;
  background-color: #EC9505;
  border-radius: 4rem;
  box-shadow: 0 .4rem .8rem rgba(0,0,0,.2);
}

.mobile_style .mobile_floating-action-button .mobile_button span {
  margin-right: .5rem;
}

.mobile_style .mobile_floating-action-button .mobile_button span:last-child {
  margin-right: 0;
}
