img#bpRepo
{
	margin-top: 5px;
	width: 45px;
	height: 45px;
	float: right;
}

img#bpRepo:hover
{
	filter: invert();
	background-color: black;
}

html.light-mode img#bpRepo
{
	filter: invert();
}

html.light-mode img#bpRepo:hover
{
	filter: none;
	background-color: black;
}

div#titlearea
{
	padding-left: 24px;
	padding-right: 24px;
}

blockquote
{
	width: fit-content;
}

div#projectbrief
{
	text-decoration: underline;
}

span#projectnumber
{
	font-style: oblique;
	color: cyan;
}