.recentTripLabel{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:block;
  color:black;
}

.floating-panel-two{
  height: auto;
  width: 208px;
  position: relative;
  top: 16px;
  left:10px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 2px 1px grey;
   z-index: 4;
  cursor : pointer;
}
.button-recent-trip{
  width: 100px;
  height: 750 px;
  text-align: center;
}
