@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;
  }
}


    .tweet {
        position: relative;
        min-height: 40px;
        padding-left: 40px;
    }
    .tweet .time {
        float: right;
    }

    .tweet a img {
        height: 32px; width: 32px; position: absolute; top: 0px; left: 0px;
    }

    .tweet .authorname {
        font-weight: bold;
    }
    .tweet .authorname {
        font-size: 14px;
    }

    .tweet a:hover {
        text-decoration: none !important; 
    }
    .tweet a:hover .authorname {
        text-decoration: underline !important; 
    }
    .tweet a:hover .authorscreen {
        text-decoration: none !important; 
    }
    .tweet a.time:hover, .tweet .status a:hover  {
        text-decoration: underline !important; 
    }

    .tweet .text {
        clear: left;
        font-size: 14px;
        line-height: 16px;
    }

    .tweet .text a:hover {
        text-decoration: underline !important;
    }

    .tweet .status {
        float: left;
    }

    .twactions {
        text-align: right;
        font-size: 14px;
        margin-top: 5px; margin-bottom: 5px;
    }

    .twactions i {
        height: 16px; width: 16px; margin: 2px; display: inline-block;
        background-image: url(/images/icons/social/twitter-spritev2.png);
        margin-bottom: -3px;
    }

    .twactions .reply i {
        background-position-x: 0px;
    }
    
    .twactions .reply:hover i {
        background-position-x: -16px;
    }
    
    .twactions .retweet i {
        background-position-x: -80px;
    }
    
    .twactions .retweet:hover i {
        background-position-x: -96px;
    }
    
    .twactions .favorite i {
        background-position-x: -32px;
    }

    .twactions .favorite:hover i {
        background-position-x: -48px;
    }

    .twDock .rdContent {
        overflow: hidden !important;
    }

.twHeading {
    font-size: 16px !important;
    font-weight: bold;
    color: black;
}

.twHead {
    line-height: 30px;
}
    .twFollow { float: right; margin: 3px;}

.notweets {
    padding: 5px;
}
