.navbar-left {
    padding-left: 150px;
}

tr.highlighted {
	background-color: rgb(255,200,200) !important;
}

tr.payed {
	background-color: rgb(150,150,150) !important;
}

tr.payed a, tr.payed button {
	color: rgb(220,220,220) !important;
}

.table-title {
	color: black;
}

.new {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 16px;
	height: 16px;
	background-color: red;
	border-radius: 8px;
}

.comment-images {
	background-color: rgb(240,240,240);
	overflow: hidden;
}

.comment-images a {
	margin: 15px;
	float: left;
	border: 4px solid white;
	width: 150px;
	height: 150px;
	display: block;
}

.comment-images a img {
	width: 100%;
	height: 100%;
}