@media print {
    *,
    *::before,
    *::after {
      text-shadow: none !important;
      box-shadow: none !important;
    }

    * {
      box-sizing: border-box;
    }
  
    a:not(.btn) {
      text-decoration: underline;
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    blockquote,
    pre,
    table {
      page-break-inside: avoid;
    }
  
    thead {
      display: table-header-group;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
}

/* Hide Everything */

#left, #top1, #footer, .col2,
#share, #comments, #featured-tournaments,
a.block-link, .pagination, .ad-label,
.tabs, .tournament-advanced, #calendar,
iframe, #comments-logged-out {
    display: none !important;
}


/* Styles for print */

body {
    font-family: Arial;
    font-size: 12px;
    color: #333;
}

ul#contributor {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#contributor li {
    width: 100% !important;
}

body#default.full-page #middle,
body#default.full-page #middle > .col1 {
    display: block;
    width: 100% !important;
}

a.print,
a.addthis,
div.tags {
    display: none;
}

a img {
    border: 0;
}

img.right {
    float: right;
    padding-right: 20px;
}
