.bay_tip_el {
  font-size: 10px;
  font-weight: bold;
  list-style-type: none;
  padding: 0px;
  margin-bottom: -10px;
}

.bay_tip {
  font-size: 11px;
  font-weight: bold;
}

.tip_info {
  margin-bottom: -3px;
}

.bay_footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.is-not-updated {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
