.availability-sync {
  margin: -5px 0 15px;
  color: rgba(255,255,255,.5);
  font-size: 11px;
  text-align: center;
}
.availability-sync::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #75b77a;
  vertical-align: 1px;
}
.availability-sync.sync-error { color: #ffd8d1; }
.availability-sync.sync-error::before { background: #d87c6b; }
