/*
*********************************
* PRINT ONLY STYLES ***
*********************************
*/

/* TAGS */

html, body{
font-size:12px !important;} /* !important Tags are to overide other CSS when printed */

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 13px;
}
                                
.col-sm-3 {
    width: 25%;
	float: left;
}
.col-sm-4 {
    width: 35%;
	float: left;
}
table{font-size:12px;}

.label{background:none; color:#444; border:none, font-weight:normal;font-size:12px;padding: 2px 2px;}
.label-success{background:none; color:#444; border:none, font-weight:normal;font-size:12px;}
#discussion-search, button.calc-dose, #resetme3,#resetme4,#resetme2, #printMe7,#resetme2, #printMe, #printMe8, .species, .navbar-wrapper, .tooltip, .icon-print, input.print, .page-title, .masthead, footer, .hideme, #adds,#ads,#google_ads_frame2,#adunit, #search, .info,.ts-pager { display:none; }
.label{ line-height:12px;}
.tooltip{visibility:hidden;}
#results, #drug, #dosechart2,#main{float:none;}
#main{padding-top: 10px;}


span.label(font-weight:bold;)



/*SHOW PRINT ONLY AREAS*/
#logo-print, #copyright-print, #contact-print {display:block;}


/* DISPLAY ABSOLUTE LINKS */

a[href^="http://"]:after{content: " (" attr(href) ") ";}

a {text-decoration:none;}