@media print, screen and (min-width: 769px) {
  .balloon {
    /*color: #dedede;*/
    position: relative !important;
    display: block;
    padding: 0;
    min-width: 115px;
    line-height: 32px;
    /*text-align: center;*/
    z-index: 0;
  }
  .balloon:before {
    content: "";
    position: absolute;
    top: -10px;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 0;
  }
  .balloon1:before {
    left: 25%;
  }
  .balloon2:before {
    left: 75%;
  }
  .balloon:after {
    content: "";
    position: absolute;
    top: -12px;
    margin-left: -11px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #dedede transparent;
    z-index: -1;
  }
  .balloon1:after {
    left: 25%;
  }
  .balloon2:after {
    left: 75%;
  }
}
