@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  #topsection, #nav, #pnlRightAds, #footer, div.toolbar, div.supportlink {
    display: none;
  }
  #columns {
    padding: 0px;
  }
  fieldset.teamsheet {
    page-break-after: always !important;
  }
  fieldset.teamsheet tbody tr td:nth-child(3) {
    visibility: hidden;
  }
  fieldset.teamsheet a[href]:after {
    content: "";
  }
  fieldset.teamsheet abbr[title]:after {
    content: "";
  }
  fieldset.teamsheet .RadButton {
    display: none;
  }
  #contentcolumn, #Aspcontent1_preContent, .bodycontent {
    max-width: 99% !important;
    float: none !important;
    position: static !important;
  }
}

 .fixture
    {
        width: 95%;
        background-color: #e8e8e8;
        border: 0.1em solid #999999;
        margin: 0.3em;
    }
    .fixtureHeading
    {
        color: white;
        background-color: #000066;
        text-align: center;
    }
    .selection
    {
        width: 100%;
        clear: both;
        height: 2em;
        vertical-align: center;
    }
    .selectionHighlight
    {
        width: 100%;
        clear: both;
        background-color: #dcdcdc;
        height: 2em;
        vertical-align: middle;
    }
    .selectionCurrent
    {
        width: 100%;
        clear: both;
        background-color: #dcdcdc;
        height: 2.5em;
        vertical-align: middle;
    }
    .selectionCurrent div, .selectionCurrent .detail div
    {
        height: auto;
        line-height: 2.5em;
        vertical-align: middle;
    }
    .detail .membername
    {
        width: 40%;
        float: left;
    }
    .detail .response
    {
        width: 60%;
        float: left;
    }
    .matchDetails label
    {
        text-align: left;
        width: 160px;
        float: left;
        font-weight: bold;
        margin-left: 45px;
        line-height: 24px;
    }
    #contentcolumn .teamsheet .title
    {
        width: 38%;
        text-align: right;
        float: left;
    }
    .detail
    {
        width: 60%;
        text-align: left;
        float: left;
        padding-left: 0.3em;
    }
    .matchDetails
    {
        padding-top: 10px;
        width: 100%;
    }
    .unavailable
    {
        color: red;
        font-weight: bold;
    }
    .available
    {
        color: green;
        font-weight: bold;
    }
    .detail .response
    {
        height: 2em;
        vertical-align: center;
        white-space: nowrap;
    }
    .detail .response a
    {
        background-color: white;
        padding: 2px;
        white-space: nowrap;
    }
    .lnkAvail
    {
        color: green;
        border: 0.1em green solid;
    }
    .lnkUnavail
    {
        color: red;
        border: 0.1em red solid;
    }
    .cancelled
    {
        color: red;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
    }
    
    .teamsheetphoto {
        width: 50px;
        margin-right: 10px;
    }

    .teamsheetphoto svg {
        font-size: 30px;
        padding-top: 10px;
    }

    .teamsheetphoto .profileimage
    {
        display: block;
        height: 50px; width: 40px;
        border: 2px solid #e8e8e8; margin: 3px;
        background: white;
    }

@media (max-width: 768px) {
    .matchDetails label {
        margin-left: 0px;
        width: 100%;
    }
    
    .matchDetails .detail {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 10px;
    }
}
