
#citation span
{
	color: #aaa;
}


.panel-default
{
	border: 1px solid #ddd;
	text-align: left;
	padding: 0;
}
.panel-default > .panel-heading
{
	padding: 15px;
	background-color: #e8e8e8;
	border-bottom: 1px solid #ddd;
}
.panel-title
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-body
{
	padding: 15px;
}

.historic li, .websites li, .projects li
{
	list-style: none;
}

.historic li span
{
	display: inline-block;
	width: 150px;
	color: #999;
}
.projects li
{
	margin-bottom: 10px;
	margin-left: -40px;
}