.columns {
	margin-top: 15px;
}

#lists_plain .column.first {
	width: 90%;
	float: left;
}
#lists_plain .column.second {
	width: 10%;
	float: left;
}

.column.first {
	width: 65%;
	float: left;
}

.column.second {
	float: left;
	margin-left: 15px;
}

#element {
	display: block;
	margin-bottom: 15px;
}

#element .heading {
	text-decoration: underline;
	padding-bottom: 15px;
}

#element .details {
	margin-left: 30px;
}

