.btn-print {
  width: 230px;
  height: 44px;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #cdd6dd;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 199px 12px;
  background-image: url(/trust/info/imgs/icon_print.gif);
}
@media screen and (max-width: 899px) {
  .btn-print {
    display: none;
  }
}


