#map {
  position: absolute;
  top: 0; bottom: 0; right: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5e8eb;
}

span.popup-name {
  font-size: 150%;
  font-weight: bold;
}

span.popup-address {
  color: #ABABAB;
}

p.popup-update {
  color: #ABABAB;
  font-size: 85%;
  text-align: right;
}

.popup-container {
  display: flex;
}

.bike-box{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  margin: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.top-row {
  display: flex;
}

.yb2 {
  flex: 1;
  background-color: #ffef00;
  height: 85px;
}

.eyb {
  flex: 1;
  background-color: #ff9d19;
  height: 85px;
}

.empty {
  background-color: #a1a1a1;
  min-height: 50px;
}

.chart-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.youbike-chart {
  width: 100%;
  height: 100%;
}

.left-section {
  flex: 2 0 0;
  display: flex;
  flex-direction: column;
}

.right-section {
  flex: 3 0 0;
  display: flex;
  position: relative;
}

.label{
  font-weight: bold;
  font-size: 200%;
  margin-right: 5px;
}

.label-center-bottom {
  position: absolute;
  bottom: 3px; right: 0; left: 0; 
  margin: auto;
}


/* For very small screens, finally stack everything */
@media (max-width: 600px) {
  .yb2, .eyb{
      height: 65px;
  }

  .popup-container {
      flex-direction: column;
  }
}
