﻿/**
 * Print stylesheet for Topic pages on phc.amedd.army.mil
* @version         1.0
* @lastmodified    29.04.2020
*/

@media print {

/* Hiding unnecessary elements for the print */
.globallinks {
	display: none;
}

.social_block {
	display: none;
}

.wrap_content_nav{
	display:none;
}

img {
	max-width:100% !important;
}

nav {
	display:none;
}

#sidebar {
	display: none;
}

#footer {
	display:none;
}


/* Set font to 16px/13pt, set background to white and font to black.*/
/* This saves ink */
body {
font: 13pt Georgia, "Times New Roman", Times, serif;
line-height: 1.3;
background: #fff !important;
color: #000;
}


h1 {
font-size: 24pt;
}

h2, h3, h4 {
font-size: 14pt;
margin-top: 25px;
}

}