.tabBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 49px;
  text-align: center;
  font-size: .59rem;
  background-color: #FAFAFA;
  box-shadow: inset 0 .5px #B2B2B2;
}
.fixedHelper {
  height: 49px;
}
