.icon-dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  vertical-align: middle;
}
.icon-dl img {
  width: 20px;
}

a[target=_blank] {
  color: inherit;
  text-decoration: underline;
}
a[target=_blank]:hover {
  text-decoration: none;
}/*# sourceMappingURL=plus.css.map */