/* Copyright (C) 2010 Pedro Miguel Carvalho <PedroMC@pmc.com.pt> */

/* Anomaly Resolution print stylesheet. */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 80%;
    text-align: justify;
}

.post_subposts {
    padding-left: 20px;
}

.post_timely_limit {
    font-size: 140%;
}

.post_already_answered > .post_timely_limit {
    display: none;
}

.post_need_answer_timely > .post_summary,
.post_need_answer_timely > .post_timely_limit {
    color: yellow;
}

.post_need_answer_soon > .post_summary,
.post_need_answer_soon > .post_timely_limit {
    color: orange;
    font-weight: bold;
}

.post_need_answer_late > .post_summary,
.post_need_answer_late > .post_timely_limit {
    color: red;
    font-weight: bolder;
    font-size: 140%;
}

.post_controls {
	display: none;
}

.post_title {
    text-decoration: underline;
}

.post_document_ref,
.post_summary,
.post_content,
.post_value,
.post_author,
.post_timely_limit {
	border-left: 3px solid lightgray;
}

.post_valor,
.post_author,
.post_timely_limit {
	border-top: 1.5px solid lightgray;
}

.post_summary {
	border-bottom: 1.5px solid lightgray;
}

.post_summary,
.post_subposts {
	border-top: 3px solid lightgray;
}

p,
.post_document_ref,
.post_summary,
.post_content,
.post_value,
.post_author,
.post_timely_limit {
	padding: 5px 0 5px 5px;
}

.icon_mini_equipment:after {
	content: '\2699';
	padding: 0 5px;
}

ul, ol {
	padding-left: 30px;
}

table {
	border: 1.5px solid black;
}

th {
	font-weight: bold;
}

td {
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 3px;
}
