.entry:not(:first-of-type) {
	margin-top: 10px;
}

.reds {
	color: red;
}

.over {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
