.frame {
  display: none !important; }

.alert {
  display: none; }

header {
  display: none !important; }

footer {
  display: none; }

a.btn {
  display: none !important; }

.congrats {
  display: none !important; }

h1 {
  display: none !important; }

#wml {
  display: none !important; }

#print {
  display: block;
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  background: #fff;
  *zoom: 1;
  position: relative; }
  #print:before, #print:after {
    content: " ";
    display: table; }
  #print:after {
    clear: both; }
  #print p.userid {
    position: absolute;
    top: 0;
    right: 100px;
    font-size: 22px; }
  #print .part {
    position: absolute;
    top: 220px;
    width: 350px;
    height: 400px;
    padding-top: 7px; }
    #print .part img {
      width: 340px;
      height: 200px;
      border: 2px solid #eb6a2e;
      background: #fff; }
    #print .part p {
      width: 174px;
      height: 150px;
      padding: 0 25px 10px;
      font-size: 16px; }
  #print .part1 {
    left: 10px; }
  #print .part2 {
    left: 400px; }
  #print .part3 {
    top: 630px;
    left: 10px; }
  #print .part4 {
    top: 630px;
    left: 400px; }
  #print .notes {
    position: absolute;
    top: 640px;
    left: 410px; }
