#wpf-message
{
	border: 2px solid #F00;
	border-radius: 8px;
	background-color: #FBB;
	color: #000;
	padding: 4px 8px;
	margin: 16px 32px;
}

#wpf-forum-summary-header, .wpf-forum-summary
{
	width: 100%;
}

.wpf-forum-summary
{
	margin-top: 2px;
	background-color: #AAA;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	cursor: pointer;
}

.wpf-forum-summary:hover
{
	background-color: #CCC;
}

.wpf-forum-column
{
	height: 48px;
	line-height: 48px;
	padding: 4px 8px;
	box-sizing: border-box;
	display: inline-block;
}

#wpf-forum-summary-header .wpf-forum-column
{
	height: 16px;
	line-height: 16px;
}

.wpf-forum-title
{
	width: 60%;
}

.wpf-forum-updated
{
	width: 20%;
	text-align: right;
}

.wpf-forum-threadcount
{
	width: 20%;
	text-align: right;
}

#wpf-new-thread,#wpf-new-message
{
	display: none;
	overflow: auto;
}

.wpf-form-row
{
	width: 100%;
}

.wpf-form-row input, .wpf-form-row textarea
{
	width: 100%;
	box-sizing: border-box;
}

.wpf-form-row input[type=submit]
{
	width: auto;
	float: right;
}

/* Messages */
.wpf-message
{
	background-color: #AAA;
	margin-top: 2px;
	padding: 4px 8px;
}

/* Message Header */
.wpf-message-header
{
	overflow: auto;
}

.wpf-author-avatar
{
	float: left;
}

.wpf-author-avatar .avatar
{
	float: left;
}

.wpf-author-avatar .wpf-author-name
{
	margin-left: 8px;
	float: left;
}

.wpf-message-date
{
	margin-left: 8px;
	float: left;
}

.wpf-message > .wpf-message-header .wpf-flag
{
	float: right;
	display: none;
}

.wpf-message:hover > .wpf-message-header .wpf-flag
{
	display: initial;
}

/* Message Content */
.wpf-message-content
{
	padding-left: 40px;
	padding-right: 8px;
}
