@charset "UTF-8";

@page {
  size: auto;
  margin: 0mm;
}

textarea {
  resize: none;
}

code {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

.match-parent-w {
  width: 100% !important;
}