.status-message
{
	padding: 12px;
}

.status-message.unknown
{
	background-color: #fcbac2;
	border-left: 3px solid #3d0007;
	color: #3d0007;
}

.status-message.stub 
{
	background-color: #faeae0;
	border-left: 3px solid #e27b41;
	color: #b6531c;
}

.status-message.wip 
{
	background-color: #d3efff;
	border-left: 3px solid #0288D1;
	color: #015380;
}

.status-message.done
{
	display: none;
}

.status-indicator
{
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-left: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.status-indicator.stub
{
	background-color: #b6531c;
}

.status-indicator.wip
{
	background-color: #015380;
}

.status-indicator.unknown
{
	background-color: #3d0007;
}