html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

#data-nctm-application .button_print{
  position: absolute;
  cursor: pointer;
  left: 3px;
  top: 3px;
  background: #e3e3e3;
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0 8px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 90px;
}

#data-nctm-application .button_print:hover{
  background: #d6d6d6;
}

#data-nctm-application {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

#data-nctm-application .textPattern {
  text-shadow: 0px 0px 7px rgb(51, 51, 51), 2px 2px 3px rgba(0, 0, 0, 1), 0px 0px 3px rgb(63, 63, 63);
}