.wps_forum_extension_items {
    margin-top: 10px;
}

.wps_forum_extension_label {
}

.wps_forum_extension_value {
}

.wps_forum_extension_item {
	clear: both;
	margin-bottom:10px;
}

.wps_forum_extension_list {
	margin-bottom: 10px;
}

.wps_forum_extension_text {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.wps_forum_extension_textarea {	
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.wps_forum_extension_description {
	font-style: italic;
	font-size: 0.8em;
}

.wps_forum_extension_col {
	float: right;
	width: 10%;
	border:1px solid transparent;
}

.wps_forum_extension_header_col {
	float: right;
	font-weight: bold;
	width: 10%;
}

.wps_mandatory:after {
	content: ' *';
	color: red;
}