div#desc
{
	border-style:solid none;
	border-width:1px;
}

div#titleline
{
	display:flex;
	justify-content:space-between;
}

div#titleline a.button
{
	background:#639;
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
	padding:1em;
	transition:all .3s ease;
}
div#titleline a.button:hover
{
	filter:grayscale(1);
}