﻿.post-list {
	list-style-type: none;
	margin: 0;
}

a .post:before {
	display: table;
	content: "";
	line-height: 0;
}

.popover-content {
	width: 200px!important;
}

.verticalLine {
	border-left: thin solid #DCDCDC;
}

.legend {
	list-style: none;
}

	.legend li {
		float: left;
		margin-right: 10px;
	}

	.legend span {
		border: 1px solid #ccc;
		float: left;
		width: 12px;
		height: 12px;
		margin: 2px;
	}

.interactionOpen {
	color: green;
}

.interactionClosed {
	color: gray;
}

.interactionUnread {
	font-weight: bold;
}

.ellipsisContent {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ctWell {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}


.table th, .table td {
	border-top: none !important;
}

.divwidth {
	width: 12em;
}
