#dives
{
	margin-bottom: 2em;
	max-height: 25em;
	overflow: auto;
	border-radius: 3px;
	border: 1px solid teal;
}

#dives>div
{
	border: 1px solid darkturquoise;
	border-radius: 7px;
	margin: .3em;
	padding: .3em;
}

a
{
	color: darkturquoise;
}

.divedescription
{
	padding: 0 1em;
}