/* Print Style Sheet
---------------------------------------- */


/* Lots still TODO here! */

/* General markup styles */
* {
	padding: 0;
	margin: 0;
}

body {
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: normal;
    margin: 0;
    padding: 12px 0;
    word-wrap: break-word;
    -webkit-print-color-adjust: exact;
    text-align: justify;
}

a:link		{ color: #000000; text-decoration: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:active	{ color: #000000; text-decoration: none; }

img, .noprint, .navbar, .box1, .divider, .signature { display: none; }
/* Display smilies (Bug #47265) */
.content img {
	display: inline;
}

/* Container for the main body */
.wrap {
	margin: 0 2em;
}

#page-header {
    margin-bottom: 0em;
}
#page-header span {
    font-style: italic;
    display: block;
    border: 1px solid #000000;
    padding: 10px;
    background: #0000000d;
}
#page-footer {
    padding: 15px 0;
}

.related-topics {
    display: none;
}

.page-number { float: right; width: auto; text-align: right;}

h1, h2, h3, h1 a, h2 a, h3 a {
    color: #000000;
    background: none;
    text-decoration: none;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 24pt;
}

h1 {
    font-size: 22pt;
    margin-bottom: 1em;
}
h2 {
    font-size: 20pt;
    margin-bottom: 1em;
}
h3 {
    font-size: 18pt;
    margin-bottom: 1em;
}

.post {
    padding: 20pt 0px;
}

.content {
    font-size: 14pt;
    line-height: 18pt;
    overflow: hidden;
}

.content span {
    color: #000000 !important;
}

.table-class {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
}

.table-class th, .table-class td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.table-class th {
    background-color: #f2f2f2;
    color: #333;
}

.table-class tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-class tr:hover {
    background-color: #f1f1f1;
}

/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
.postbody a:link, .postbody a:visited, .postbody a:hover, .postbody a:active {
	text-decoration: underline;
	padding: 0.1em 0.2em;
	margin: -0.1em -0.2em;
	color: #666;
	background: none;
	font-size: 100%;
}

html>body .postbody a:link:after, html>body .postbody a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	text-decoration: none;
}

hr {
	height: 1px;
	background-color: #999999;
	border-width: 0;
}

.author {
    margin-bottom: 1em;
}

.date {
    float: right;
    position: relative;
    text-align: right;
}

/* Don't want to print url for names or titles in content area */
.postbody .author a:link, .postbody .author a:visited,
html>body .postbody .author a:link:after,
html>body .postbody .author a:visited:after,
.postquote .quote-by a:link, .postquote .quote-by a:visited,
html>body .postquote .quote-by a:link:after,
html>body .postquote .quote-by a:visited:after,
html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
	text-decoration: none;
	content: "";
}

/* Poster profile */
.postprofile { display: none; }
.grip-show { display:none; }

/* Quote */
.postquote, blockquote {
    margin: 1em 0% 1em 4%;
    padding: 0.5em;
    position: relative;
    line-height: 1.5em;
    border: 1px #999999 solid;
}

.postquote img { display: none; }
.postquote span { display: block; }
.postquote span .postquote { font-size: 100%; }
.quote-by, blockquote cite {
	color: black;
	display: block;
	font-weight: bold;
}

/* List */
ol, ul {
	margin-left: 15pt;
}

/* Misc page elements */
div.spacer { clear: both; }

code { display: block; }

/* Accessibility tweaks: Mozilla.org */
.skip_link { display: none; }

.codebox p { display: none; }

/* stylelint-disable declaration-property-unit-whitelist */
.emoji {
	min-height: 18px;
	min-width: 18px;
	height: 1em;
	width: 1em;
}
/* stylelint-enable declaration-property-unit-whitelist */
