#online {
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 5.333vw;
  width: 70%;
  height: 10.667vw;
  margin: 0 15%;
  border-radius: 10.667vw;
  background: hsla(0, 0%, 95.3%, 0.9);
  box-shadow: 0 0.667vw 1.333vw rgba(0, 0, 0, 0.1);
  content: "viewport-units-buggyfill; bottom: 5.333vw; height: 10.667vw; border-radius: 10.667vw; box-shadow: 0 0.667vw 1.333vw rgba(0,0,0,.1)";
}

#online a {
  font-size: 4.8vw;
  line-height: 10.667vw;
  position: relative;
  float: left;
  width: 33.333%;
  height: 100%;
  text-align: center;
  color: #00a01e;
  content: "viewport-units-buggyfill; font-size: 4.8vw; line-height: 10.667vw";
}

#online a:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: hsla(0, 0%, 100%, 0.6);
}

#online a:last-child:after {
  display: none;
}

._fakeDom {
  display: none !important;
}
