div.helperlist ul li.confirmed {
	font-weight: bold;
	color: green;
	font-style: normal;
}

div.helperlist ul li {
	line-height: 30px;
}

div.helperlist img.add_help {
	margin-right: 5px;
}

ul.logbook {
	margin-left: 0px;
	font-size: 12px;
	max-height: 200px;
	overflow: scroll;
	color: #777;
}

ul.logbook li {
	list-style: none;
	padding-bottom: 2px;
}

table.event-table tr.searching td {
	background-color: #FFB0BB;
}

table.event-table tr.completed td {
	background-color: #8AFF87;
}
div.avatar_chooser img {
	border: dashed white 1px;
	padding: 2px;
}
div.avatar_chooser img:hover {
	border-color: black;
}

div.avatar_chooser img.current {
	border-color: red;
}

div.collapse-heading:after > div.collapse-body.in {
	content: "test";
}

/* EVENT COMMENTS */
ul.comments {
	list-style: none;
	height: 250px;
	overflow: scroll;
	margin: 0;
	margin-bottom: 10px;
}

ul.comments li.comment {
	margin: 5px;
	border-bottom: #BBB 1px solid;
	font-size: 0.9em;
	background-color: #DDD;
	border-radius: 5px;
	padding: 3px;
}

ul.comments li.comment p {
	margin-left: 20px;
}

ul.comments li.comment span.header {
	font-weight: bold;
}

ul.comments li.comment span.header span.time {
	border-bottom: black 1px dotted;
}
textarea.description {
	width: 100%;
}

ul.inline li {
	margin-bottom: 4px;
}
