.wa-float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50% !important;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 99999;
}

.vista-float {
  margin-top: 14px;
  font-size: 25px;
}

.table-borderless th,
td {
  padding: 2px 5px;
  vertical-align: top;
}
