@import "/boilerplate/css/boilerplate.min.css";
body
{
	padding-top: 50px;
}
.Column
{
	max-width: 40em;
}
.NewMessageButton
{
	margin-top: 1em;
}
.MessageHeading
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.Unread
{
	font-weight: bold;
}
#Score
{
	color: #eee;
	background-color: #337ab7;
	font-family: 'Verdana', sans-serif;
	font-size: 2em;
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.4em;
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 5px;
}
#ScoreLabel
{
	color: #eee;
	font-family: 'Verdana', sans-serif;
	font-size: 0.8em;
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 3.2em;
	border-radius: 50%;
	margin-right: -4.4em;
}
button.QuickPollOption
{
	text-align: center;
}
table.QuickPollToolbar
{
	width: 100%;
}
table.QuickPollToolbar td
{
	padding: 5px;
}
table.QuickPollToolbar td + td
{
	text-align: right;
}
span.Date
{
	font-size: x-small;
}
div.Debug
{
	font: small monospace;
	background: #bbb;
}
