table.topic, table.topics {
	table-layout: fixed;
	margin: 0.5em 0;
}
table.topic th, table.topics th {
	text-align:left;
    padding: 5px;
    font-weight: bold;
    font-size: 90%;
}
table.topic td, table.topics td {
    padding: 5px;
    font-size:90%;
}
table.topic td {
    vertical-align: top;
}
table.topic td h1, table.topics td h2 {
    margin: 0;
    padding: 0;
}
table.topics .comment_stats {
    text-align: center;
}
/*table.topics .created {
}*/
/*.responses .even, .topics .even {
	color: #DFDFDF;
	background-color: #0E3037;
}
.responses .odd, .topics .odd {
    background-color: #DFDFDF;
}*/
.responses {
    margin: 0px;
    padding: 0px;
}
.responses li {
    list-style-type: none;
}
.even a {
	color: #DFDFDF;
}
.odd a {
	color: #0E3037;
}
th.meta {
    width: 189px;
}
th.options {
    width: 16px;
}
div.meta {
	float: left;
    width: 100%;
	font-size: 80%;
	overflow: hidden;
}
div.usericons {
    width: 60px;
    text-align: center;
    clear: both;
/*    margin-left: 0;*/
}
div.avatar {
	float: left;
    margin-right: 5px;
}
div.created {
/*    float: left;*/
/*    padding: 4px;*/
/*    padding-left: 5px;*/
}
div.details {
    float: left;
	padding: 0 0 0 1em;
}
div.body {
    overflow: auto;
}
/*div.bulk {
    margin-left: 200px;
    padding: .5em;
}*/
div.edit {
    float: left;
}
div.delete {
    float: left;
}
.hidden { display: none; }

td#commentHolder {
    margin: 0;
    padding: 5px 10px 5px 0;
}
textarea#id_comment {
    margin: 0;
    margin-bottom: 0.5em;
    padding: 0.4em 0 0.8em 5px;
    width: 100%;
    border: none;
    font-family: tahoma,arial,helvetica,trebuchet ms,arial narrow;
    font-size: 100%;
}

