.live-pull-refresh-button {
  background: #1665e1;
  position: fixed;
  top: -100px;
  left: 50%;
  width: 260px;
  margin-left: -130px;
  padding: 13px 10px 10px 10px;
  text-align: center;
  z-index: 999;
  border-radius: 20px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.live-pull-refresh-button label {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

.live-pull-refresh-button svg {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.live-pull-refresh-button svg path {
  fill: #fff;
}

.live-pull-refresh-button.open {
  top: 115px !important;
}
