* {
	color: black;
	background-color: white;
	text-align: justify;
	page-break-after: auto;
	page-break-inside: auto;
	page-break-before: auto;
	margin: 0;
	padding: 0;
	position: static !important;
}


table, figure, img {
  page-break-inside: avoid;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	margin-bottom: 0.2em;
}

p {
	padding: 0 0 1em 0;
}

body, textarea, input, select {
    font-size: 0.9em;
}


#overlay, .actionbar, .navbar, .pagination, .button, .no-print, #header, #footer,
.article-avatar,
.post-avatar, .post-user-group, .post-forum-count, .post-registered, .post-action,
#add_comment {
	display: none;
}


.container {
	width: 100%;
}

.padding {
	padding: 10px 0;
}

.color-light {
	border: none;
}

/*
a:link:after, a:visited:after {
	content: " ("attr(href)")";
}

a[href^="/"]:after {
	content: "(" attr(href)")"; 
}
*/

img.fl {
	float: left;
	width: 220px;
	margin: 5px 20px 5px 0;
}

img.fr {
	float: right;
	width: 220px;
	margin: 5px 0 5px 20px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	padding: 0.3em;
	border: 1px solid black;
}



/* DYN*/



ul.list-table {
	width: 100%;
}

li.list-row, li.list-header {
	border-bottom: 1px solid #ddddc8;
}

li.list-row:nth-child(2) {
	border-top: 1px solid #ddddc8;
}

li.list-header {
	display: none;
}

ul.list-table li.list-row, li.list-header span {
	padding: 0.5em 0;
}

ul.list-table li {
	padding: 0;
}

li.created, li.author, li.last-post, li.last-post-created {
	display: inline;
}

.title a {
	display: inline-block;
	width: 100%;
}

.author, .created, .last-post, .last-post-created {
	text-overflow: ellipsis;
    white-space: nowrap;
}

ul.list-cell li span {
	font-size: 0.9em;
}

ul.list-cell li.title span {
	font-size: 1.2em;
}

.count-answer-cell, .count-view-cell {
	display: inline-block;
}

ul.list-table {
	display: table;
	border-collapse: collapse;
}

li.list-row, li.list-header {
	display: table-row;
}

li.list-header {
	font-size: 1.5em;
}


ul.list-cell {
	display: table-cell;
	text-align: center;
    vertical-align: middle;
    padding: 0.3em 0.5em;
}

li.list-header span {
	display: table-cell;
	text-align: center;
    vertical-align: bottom;
    padding: 0.3em 0.5em;
	white-space: nowrap;
}

span.cell-label {
	display: none;
}

li.last-answer, li.last-post-created {
	display: block;
}

.created span.cell-label {
	display: inline;
}

li.list-header  .count-view-head, .count-view {
	display: none;
}

ul.list-cell li span {
	font-size: 1em;
	
}
ul.list-cell li.title span {
	font-size: 1.2em;
}

li.list-header  .count-view-head {
	display: table-cell;
}

.count-view {
	display: block;
}