#id_div_editor_level,
#id_div_editor_toolbar,
#id_div_editor_text, 
#id_div_editor_vote {
	display: none;
}
#id_div_editor_level {
	padding-left: 4px;
	padding-right: 4px;
}
#id_part_editor_level {
	padding-left: 4px;
}
/* 
	for single item container 
*/
.class_single_container {
	display: block;
	position: relative;
	width: 100%;
	min-height: 160px;
	background-color: #fff;
    border: #ddd solid 2px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
	margin: 0;
	margin-bottom: 8px;
	padding: 4px 4px 0px 4px;
}
.class_item_container {
	display: block;
	position: relative;
	width: 100%;
	min-height: 160px;
	background-color: #fff;
    border: #ddd solid 2px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
	margin: 0;
	margin-bottom: 8px;
	padding: 4px 4px 0px 4px;
}
.class_item_container:LAST-OF-TYPE {
	margin-bottom: 0;
}
.topic_default_height {
}
.class_div_topic_header h4, 
.class_div_division_header h4 {
	display: inline;
}

.class_div_topic_header h5,
.class_div_division_header h5 {
	margin: 0.4em 0px;
}

.class_item_container:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}

.class_item_container img {
	max-width: 100%;
	height: auto;
	display:inline-block;
}

.owner_topic {
    border: #94C3EA solid 2px;
	box-shadow: 0 0 5px 2px rgba(10,90,156,.15);
	/*color: #0A5A9C;*/
	color: #204A87;
}
.owner_topic:HOVER {
	box-shadow: 0 0 5px 2px rgba(10,90,156,.45);
}
.unpublished_topic {
	background: #ddd;
	color: #888;
}
.locked_topic, 
.locked_topic div {
	background: #aaa;
	color: #888;
}
.locked_topic .class_div_main_body {
	cursor: default !important;
}
.approved_topic {
    border: #94C3EA solid 2px;
	box-shadow: 0 0 5px 2px rgba(10,90,156,.15);
	background: #e8f3ff;
	/*color: #0A5A9C;*/
	color: #204A87;
}
.division_topic {
	/*
	box-shadow: 0 0 5px 2px rgba(255,0,0,.15);
	border: #00008B solid 1px;
	color: #0A5A9C;
	*/
	color: #444;
}
/*
.agreed_topic {
    border: #94EA9F solid 2px;
	box-shadow: 0 0 5px 2px rgba(49,156,57,.15);
	// color: #0A5A9C;
	color: #000;
}
.agreed_topic:HOVER {
	box-shadow: 0 0 5px 2px rgba(49,156,57,.45);
}
.opposed_topic {
    border: #FFA793 solid 2px;
	box-shadow: 0 0 5px 2px rgba(157,51,33,.15);
	// color: #0A5A9C;
	color: #000;
}
.opposed_topic:HOVER {
	box-shadow: 0 0 5px 2px rgba(157,51,33,.45);
}
*/
/* 
	for level 1 sub-container in an item 
*/
.class_div_topic_main {
	width: 100%;
}
.class_item_container .class_div_comment_container {
	cursor: pointer;
}
.class_item_container .class_div_comment_content {
	display: block;
	/* height: 128px; */
	min-height: 128px;
	overflow: auto;
}

/*
disable comment block in the front page
@media (min-width: 1600px) {
	.class_div_topic_main{
		display: table;
	}
	.class_div_topic_main .class_div_comment_container {
		display: table-cell;
		width: 400px;
		margin: 4px 2px;
		padding: 4px;
	}
	.class_div_topic_main .class_div_main_body {
		display: table-cell;
		border-right: 1px solid #e1e3e3;
		padding-right: 4px;
	}
}
@media only screen and (max-width: 16000px) {
	.class_div_topic_main .class_div_comment_container {
		display: none;
	}
}
*/
.class_div_topic_main .class_div_comment_container {
	display: none;
}
/* 
	for level 2 sub-containers 
*/
.class_item_container .class_div_main_body {
	/* height: 160px; */
	min-height: 160px;
	overflow: hidden;	
	cursor: pointer;
}
.class_div_topic_profile {
	width: 48px;
	float: left;
	margin: 0;
	vertical-align: middle;
}
.class_div_division_profile {
	float: left;
	margin: 0;
	vertical-align: middle;
}
.div_class_division_logo {
	min-height: 48px;
	min-width: 100px;
	padding-top: 14px;
}
.span_class_division_senate {
	font-size: large;
	padding: 10px;
	display: block;
}
.span_class_division_house {
	font-size: 18px;
	padding 2px;
	padding-top: 4px;
	display: block;
	vertical-align: bottom;
}
.span_class_division_representitives {
	font-size: 9px;
	padding 2px;
	display: block;
	vertical-align: bottom;
	text-shadow: 0 1px 0 #ccc, 0 1px 0 #c9c9c9, 0 1px 1px rgba(0, 0, 0, .3);
}
.class_span_division_time {
	color: #888;
}
/*
.class_span_division_vote {
	color: #444;
}
*/
.class_a_party_vote {
	color: #337ab7;
	cursor: pointer;
	white-space: nowrap;
}
.class_a_party_vote:HOVER {
	color: #1E74B2;
}
@media (max-width: 767px) {
	.class_a_party_vote {
		line-height: 1.6;
	}
}
.class_span_division_vote_aye {
	color: #007500;
}
.class_span_division_vote_no {
	color: #820000;
}
.class_div_topic_profile_image {
	width:48px;
	height:48px;
	min-height: 48px;
	position:relative;
	overflow:hidden;
	margin: auto;
	
	border-radius:4px;
	/*box-shadow:0 0 4px 0 #888;*/
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
	text-align: center;
}
.class_div_topic_profile_image:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.5);
}
.class_div_topic_profile_image img {
	height:48px;
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	width:auto;
}
.class_div_topic_top, 
.class_div_division_top {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e1e3e3;
	padding-bottom: 2px;
}
.class_div_division_top {
	/*min-height: 56px;*/
}
.class_div_topic_header {
	/*background-color: #f5f5f5;*/
	margin-left: 54px;
}
.class_div_division_header {
	/*background-color: #f5f5f5;*/
	margin-left: 112px;
}
.class_item_container .class_div_topic_title {
	max-height: 44px;
	padding-top: 4px;
	overflow: hidden;
}
.class_div_topic_text {
	/*clear: left;*/
	padding: 8px;
	overflow: hidden;
	min-height: 76px;
}
.class_div_part_topic_text {
	overflow: hidden;
}
.class_div_group_container h1,
.class_div_group_container h2, 
.class_div_group_container h3 {
	margin-top: 4px;	
}
.class_div_topic_text h1 {
	font-size: 24px;
}
.class_div_topic_text h2 {
	font-size: 20px;
}
.class_div_topic_text h3 {
	font-size: 16px;
}
.class_div_topic_text h4 {
	font-size: 14px;
}
.class_div_topic_text img {
	max-width:100%;
	height: auto;
}
.class_div_topic_text blockquote {
	font-size: 14px;
	/*font-style: italic;*/
}

.class_item_container .class_div_topic_text {
	max-height: 360px; 
	overflow: hidden;
}

.class_div_topic_footer {
	background-color: #f5f5f5;
	border-top: 1px solid #e1e3e3;
	display: table;
	width: 100%;
	padding: 4px 0;
	font-size: smaller;
}


/* 
	for control widgets 
*/
.class_div_topic_vote_row {
	display: table-row;
	overflow: hidden;
}
.class_div_topic_importance_bar,
.class_div_topic_score_bar,
.class_div_comment_foot_bar,
.class_div_topic_control_bar,
.class_div_topic_vote_bar {
	display: table-cell;
	padding: 0 1px;
	vertical-align: middle;
}
.class_div_comment_foot_bar:HOVER, 
.class_div_topic_tag_bar:HOVER {
	text-decoration: underline;
}
.vote_bar_left {
/*    border: #080 solid 1px;
	border-radius: 2px 0 0 2px;
*/
	padding: 0;
	margin-right: 1px;
}
.class_div_topic_vote_bar {
	width: 100px;
}
.class_div_topic_vote_bar .span_up {
	float: left;
	border: #080 solid 1px;
    text-align: center;
    min-width: 100px;
    border-radius: 2px 0px 0px 2px;
}
.class_div_topic_vote_bar .button_up {
	background-color: #f0fff0;
    color: #080;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
}
.class_div_topic_vote_bar .button_up:HOVER {
	background-color: #9d9;
	opacity: 1;
}
.class_div_topic_vote_bar .voted_up {
	background-color: #080;
    color: #fff; 
    cursor: default;
    font-weight: bold;
    opacity: 0.8;
}
.class_div_topic_vote_bar .voted_up:HOVER {
	opacity: 1;
}
.class_div_topic_vote_bar .owner_up {
	background-color: #428CCA;
    color: #fff; 
    cursor: default;
    font-weight: bold;
    opacity: 0.8;
}
.class_div_topic_vote_bar .owner_up:HOVER {
	opacity: 1;
}
.class_div_topic_vote_bar .disabled_up {
	background-color: #f0fff0;
    color: #9d9;
    font-weight: normal;
    cursor: default;
}

.vote_bar_right {
	padding: 0;
/*    border: #800 solid 1px;
	border-radius: 0 2px 2px 0;
*/
}
.class_div_topic_vote_bar .span_down {
	float: left;
	min-width: 100px;
	text-align: center;
    border: #800 solid 1px;
	border-radius: 2px 0px 0px 2px;
}
.class_div_topic_vote_bar .button_down {
    background-color: #fff0f0;
	color: #800;
	font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
}
.class_div_topic_vote_bar .button_down:HOVER {
	background-color: #eaa;
	opacity: 1;
}
.class_div_topic_vote_bar .voted_down {
	background-color: #c30;
    color: #fff; 
    cursor: default;
    opacity: 0.8;
}
.class_div_topic_vote_bar .voted_down:HOVER {
	opacity: 1;
}

.class_div_topic_vote_bar .disabled_down {
    background-color: #fff0f0;
	color: #eaa;
	font-weight: normal;
    cursor: default;
}

.class_div_topic_vote_bar span{
    display: inline;
    position: relative;
    padding: 0 2px;
}
.class_div_topic_importance_bar {
	vertical-align: middle;
}
.class_div_topic_importance_bar .importance_widget {
	padding-left:4px;
	letter-spacing: 4px;
	font-weight: bold;
	width : 120px;
}
.class_div_topic_importance_bar .importance_widget i {
	cursor: pointer;
}
.class_div_topic_control_bar,
.class_div_topic_score_bar{
	float: right;
	color: #1E74B2;
	padding-left: 8px;
	cursor: pointer;
}
.class_div_topic_score_bar{
	cursor: default;
}
.class_div_topic_control_bar {
	cursor: pointer;
}
.class_div_topic_tag_bar {
	float: right;
	color: #1E74B2;
	padding-left: 8px;
	cursor: pointer;
}
.class_div_tag_popover button.active {
	background-color: #888;
	color: #fff;
}
.class_div_comment_foot_bar{
	float: right;
	text-align: right;
	cursor: pointer;
	color: #1E74B2;
}
.class_div_empty_waiting {
	width: 100%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
.tooltip .tooltip-inner {background-color: #428CCA;}
.tooltip .tooltip-arrow {border-bottom-color: #428CCA;}

.class_div_tag_popover {
	padding: 4px;
	line-height: 2em;
	min-width: 200px;
}
.class_div_tag_popover button {
	width: 100%;
}
.class_div_tag_taglist {
	display: block;
	max-height: 300px;
	overflow-y: auto;
}
@media (max-width: 767px) {
	.class_div_topic_vote_row {
		display: block;
		overflow: hidden;
	}
	.class_div_topic_control_bar,
	.class_div_topic_score_bar, 
	.class_div_topic_tag_bar, 
	.class_div_comment_foot_bar {
		float: left;
		margin: 8px 4px 4px 4px;
		/*min-width: 64px;*/
		width: auto;
	}
	.class_div_topic_importance_bar .importance_widget {
		margin-left: 8px;
		letter-spacing: 8px;
		max-width: 120px;
	}
	
	.class_div_topic_vote_bar {
		width: 80px;
	}
	
	.class_div_topic_vote_bar .span_up {
    	min-width: 80px;
	}
	
	.class_div_topic_vote_bar .span_down {
    	min-width: 80px;
	}
}

/* 
	for comment blocks
*/
.class_div_comment_container {
	margin-left: 24px;
	padding-top: 4px;
}
.class_div_comment_input {
	display: table-row;
	overflow: hidden;
	margin: 4px 4px;
}
.class_div_comment_list {
	min-height: 24px;
}
.class_comment_item {
	margin-top: 4px;
	padding: 4px 0px;
}

.class_div_comment_profile {
	width: 32px;
	float: left;
	margin: 0;
	vertical-align: middle;
}

.class_div_comment_profile_image {
	width:32px;
	height:32px;
	min-height: 32px;
	position:relative;
	overflow:hidden;
	margin: auto;
	
	border-radius:4px;
	/*box-shadow:0 0 4px 0 #888;*/
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.16);	
	text-align: center;
}
.class_div_comment_profile_image:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}
.class_div_comment_profile_image img {
	height:32px;
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	width:auto
}

.class_comment_main_body{
	margin-left: 38px;
}

.class_div_comment_text {
	border-bottom: 1px solid #e1e3e3;
}
.class_div_comment_text span, 
.class_div_comment_text h5 {
	display: inline-block;
	vertical-align: middle;
}
.owner_comment {
	color: #204A87;
}

.other_comment {
	color: #000;
}
.class_span_comment_status, 
.class_span_reply_status {
	padding: 8px;
	color: #a00;
}
.class_a_publish_status{
	color: #a00;
	text-decoration: underline;
}
.class_div_comment_text h5 {
	display: inline;
}

.class_div_comment_footer {
	display: table;
	width: 100%;
	padding: 4px 0;
}

.class_div_comment_vote_row {
	display: table-row;
	overflow: hidden;
	font-size: 0.8em;
}
.class_div_comment_info_bar,
.class_div_comment_vote_bar {
	display: table-cell;
	padding: 0 1px;
	vertical-align: middle;
}
.class_div_comment_vote_bar {
	width: 64px;
}
.class_div_comment_info_bar {
	padding-left: 4px;
	padding-right: 4px;
}
.class_div_comment_vote_row .vote_bar_left {
/*    border: #080 solid 1px;
	border-radius: 2px 0 0 2px;
*/
	padding: 0;
	margin-right: 1px;
}
.class_div_comment_vote_row .class_div_topic_vote_bar {
	width: 64px;
}
.class_div_comment_vote_bar .span_up {
	float: left;
	border: #080 solid 1px;
    text-align: center;
    min-width: 64px;
    border-radius: 2px 0px 0px 2px;
}
.class_div_comment_vote_bar .button_up {
	background-color: #f0fff0;
    color: #080;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
}
.class_div_comment_vote_bar .button_up:HOVER {
	background-color: #9d9;
	opacity: 1;
}
.class_div_comment_vote_bar .owner_up {
	background-color: #428CCA;
    color: #fff; 
    cursor: default;
    font-weight: bold;
    opacity: 0.8;
}
.class_div_comment_vote_bar .owner_up:HOVER {
	opacity: 1;
}
.class_div_comment_vote_bar .voted_up {
	background-color: #080;
    color: #fff; 
    cursor: default;
    font-weight: bold;
    opacity: 0.8;
}
.class_div_comment_vote_bar .voted_up:HOVER {
	opacity: 1;
}
.class_div_comment_vote_bar .disabled_up {
	background-color: #f0fff0;
    color: #9d9;
    font-weight: normal;
    cursor: default;
}

.class_div_comment_vote_row .vote_bar_right {
	padding: 0;
/*    border: #800 solid 1px;
	border-radius: 0 2px 2px 0;
*/
}
.class_div_comment_vote_bar .span_down {
	float: left;
	min-width: 64px;
	text-align: center;
    border: #800 solid 1px;
	border-radius: 2px 0px 0px 2px;
}
.class_div_comment_vote_bar .button_down {
    background-color: #fff0f0;
	color: #800;
	font-weight: bold;
    cursor: pointer;
    opacity: 0.8;
}
.class_div_comment_vote_bar .button_down:HOVER {
	background-color: #eaa;
	opacity: 1;
}
.class_div_comment_vote_bar .voted_down {
	background-color: #c30;
    color: #fff; 
    cursor: default;
    opacity: 0.8;
}
.class_div_comment_vote_bar .voted_down:HOVER {
	opacity: 1;
}

.class_div_comment_vote_bar .disabled_down {
    background-color: #fff0f0;
	color: #eaa;
	font-weight: normal;
    cursor: default;
}

.class_div_comment_vote_bar span{
    display: inline;
    position: relative;
    padding: 0 2px;
}
.class_div_comment_info_bar .comment_time {
	color: #6F8699;
}
.class_div_comment_info_bar .comment_reply {
	cursor: pointer;
}
.class_div_reply_list {
	font-size: 0.8em;
}
.class_div_comment_loader {
	color: #0A5A9C;
	cursor: pointer;
	padding: 4px 0;
	padding-left: 20px;
}
.class_div_comment_loader:HOVER {
	text-decoration: underline;
}
.class_div_reply_container {
	display: none;
}
.class_div_topic_lock_bar {
	float: right;
	color: #e22;
}
.class_div_topic_lock_bar a{
	color: #e00000;
}
.class_span_lock_reason {
	cursor: pointer;
}
.class_span_lock_claim {
	color: red;
}
/* 
	for reply blocks
*/
.class_div_reply_container {
	margin-left: 24px;
	padding-top: 4px;
}
.class_div_reply_input {
	overflow: hidden;
}
.class_div_reply_list {
	min-height: 8px;
}
.class_reply_item {
	margin-top: 0px;
	padding: 4px 0px;
	border-bottom: 1px solid #eee;
}

.class_div_reply_profile {
	width: 24px;
	float: left;
	margin: 0;
	vertical-align: middle;
}

.class_div_reply_profile_image {
	width:24px;
	height:24px;
	min-height: 24px;
	position:relative;
	overflow:hidden;
	margin: auto;
	
	border-radius:4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.16);
	text-align: center;
}
.class_div_reply_profile_image:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}

.class_div_reply_profile_image img {
	height:24px;
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	width:auto
}

.class_reply_main_body{
	margin-left: 38px;
}
.class_div_reply_info_bar {
	display: table-row;
}
.class_div_reply_info_bar .reply_time{
	color: #6F8699;
}

.owner_reply {
	color: #204A87;
}

.other_reply {
	color: #000;
}

.class_div_reply_info_bar h5 {
	display: inline;
}


/* for popup frame */
.modal-header {
	padding: 8px;
}
.modal-body .class_div_topic_main {
	margin-right: 0;
	border: none;
}
.modal-body .class_div_comment_container {
	cursor: default;
}
.modal-body .class_div_comment_foot_bar {
	display: none;
}
.modal-body .class_div_comment_content {
	width: 100%;
	display: block;
}

.class_div_float_centre {
    display: block;
    position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	height: 60px;
	width: 240px;
	margin-left: -120px;
	margin-top: -30px;
	text-align: center;
	background-color: #ffe !important;
	color: #e22 !important;
	
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 3px 3px 3px #fff;
    vertical-align: middle;

	cursor: default;
	padding-top: 8px;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
}

:root {
  --img-width: 160px;
  --img-height: 160px;
}
.class_div_topic_cover {
	width: var(--img-width);
	padding: 4px 4px 4px 0;
	float: left;
	margin: 0;
	vertical-align: middle;
}
.class_div_topic_cover_image {
	width: var(--img-width);
	height: var(--img-height);
	min-height: var(--img-height);
	position:relative;
	overflow:hidden;
	margin: auto;
	
	border-radius:4px;
	/*box-shadow:0 0 4px 0 #888;*/
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
	text-align: center;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.class_div_topic_cover_image:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.5);
}
.class_div_topic_cover_image img {
	/*height:240px;
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	width:auto;
	max-width:100%;
	max-height:100%;
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;*/
	height: var(--img-height);
	width: var(--img-width);
	object-fit: cover;
}

.class_div_topic_image_slide {
	display: none;
	height: 408px;
	padding: 4px;
	position: relative;
	
	border: 1px thin #d2d2d2;
	margin: 4px 4px 0 0;
	background-color: #e8e8e3;

	box-shadow: 0 3px 12px -6px rgba(0, 0, 0, 0.54);
	color: #204d74;
}
.class_div_topic_image_slide button {
	position:absolute;
	top:3px;
	right:3px;
	width:38px;
	height:38px;
	border-radius:4px;
	font-size:10px;
	line-height:1.42;
	padding:2px 0;
	text-align:center;
	z-index:3
}
.class_div_topic_image_slide_left {
	float: left;
	height: 100%;
	width: 36px;
	line-height: 408px;
	text-align: center;
	cursor: pointer;
	color: #888;
}
.class_div_topic_image_slide_left:HOVER {
	background: #d6d6d6;
	color: #fff;
}
.class_div_topic_image_slide_right {
	float: right;
	height: 100%;
	width: 36px;
	line-height: 408px;
	text-align: center;
	cursor: pointer;
	color: #888;
}
.class_div_topic_image_slide_right:HOVER {
	background: #d6d6d6;
	color: #fff;
}
.class_div_topic_image_slide_frame {
	width:auto;
    height:100%;
    overflow:hidden;
    
    /*display: flex;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.class_div_topic_image_slide img {
	text-align: center;
	cursor: pointer;
    border:1px solid #021a40;
	box-shadow: 0 3px 12px -6px rgba(0, 0, 0, 0.54);
	border-radius: 4px;
}
.class_div_topic_image_slide img:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}
.class_item_container .class_div_topic_image_list {
	display: none;
}
.class_div_topic_image_list {
	min-height: 136px;
	padding: 2px;
	
	box-shadow: 0 0 4px 1px rgba(0,0,0,.15);
	margin: 4px 4px 0 0;
	background-color: #e8e8e3;
	color: #204d74;
	overflow: hidden;
}
.class_div_topic_image_list:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.25);
}
.class_div_topic_image_item {
	float: left;
	width:128px;
	height:128px;
	min-height: 128px;
	position:relative;
	overflow:hidden;
	margin: auto;
	margin-right: 4px;
	
	border-radius:4px;
	/*box-shadow:0 0 4px 0 #888;*/
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
	text-align: center;
}
.class_div_topic_image_item:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.5);
}
.class_div_topic_image_item img {
	height:128px;
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	width:auto;
	cursor: pointer;
	max-width: none;
}
.class_div_partyvote_block  {
	
}
.class_ul_party_vote {
	list-style: none;
	display: table;
	white-space: nowrap;
	width: 100%;
}
.class_ul_party_vote li {
    background-color: #f0f0f0;
    display: table-row;
    font-size: 0.9em;
    color: #333;
}
.class_ul_party_vote li.class_li_party_vote span {
	border-top: 1px solid #aaa;
}
.class_ul_party_vote li.li_odd {
    background-color: #f2f2f2;
}

.class_ul_party_vote li.li_even {
    background-color: #e8e8e8;
}

/*
.class_ul_party_vote li:nth-child(odd) {
    background-color: #f2f2f2;
    display: table-row;
    font-size: 9pt;
    color: #333;
}
.class_ul_party_vote li:nth-child(odd):hover {
    background-color: #dadada;
    cursor: pointer;
}
.class_ul_party_vote li:nth-child(even) {
    background-color: #e8e8e8;
    display: table-row;
    font-size: 0.9em;
    color: #333;
}
.class_ul_party_vote li:nth-child(even):hover {
    background-color: #dadada;
    cursor: pointer;
}
.class_ul_party_vote li:nth-child(1) span:first-child {
    border-top-left-radius: 6px;
}
.class_ul_party_vote li:nth-child(1) span:last-child {
    border-top-right-radius: 6px;
}
*/
.class_ul_party_vote li.li_header {
    background-color: #428CCA;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    cursor: default;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.class_ul_party_vote li.li_header:hover {
    cursor: default;
    background-color: #428CCA;
}
.class_ul_party_vote li.li_header span {
    padding: 8px;
}
.class_ul_party_vote span {
    text-align: left;
    display: table-cell;
    padding: 8px 6px 6px 6px;
    margin-top: 1px;
    vertical-align: middle;
}
.class_ul_party_vote li:hover {
    background-color: #dadada;
    cursor: pointer;
}
.class_ul_party_vote li.class_li_party_vote {
	font-weight: bold;
}
.class_ul_party_vote li span.span_indent {
	padding-left: 16px;
	color: #555;
}
.class_ul_party_vote li.li_member:HOVER {
	color: #337ab7;
	text-decoration: underline;
}
.class_ul_party_vote span.span_aye {
	color: #007500;
}
.class_ul_party_vote span.span_no {
	color: #820000;
}
.class_ul_party_vote span.span_very_strongly_for {
	color: #006600;
}
.class_ul_party_vote span.span_strongly_for {
	color: #00a800;
}
.class_ul_party_vote span.span_moderately_for {
	color: #627e01;
}
.class_ul_party_vote span.span_not_voted {
	color: #888;
}
.class_ul_party_vote span.span_moderately_against {
	color: #ca4200;
}
.class_ul_party_vote span.span_strongly_against {
	color: #ca2800;
}
.class_ul_party_vote span.span_very_strongly_against {
	color: #b70000;
}

.class_ul_party_vote li.li_hidden {
	display: none;
}
.class_span_subtitle_info {
	border-radius:2px;
	color: #fff;
	padding: 2px 4px;
	opacity: 0.75;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.class_span_subtitle_info {
		line-height: 1.6;
	}
}
.member_vote_up {
	background-color: #080;
}
.member_vote_down {
	background-color: #c30;
}
.member_vote_neutral {
	background-color: #aaa;
	color: #333;
}
.member_vote_bright {
	background-color: #fefff4;
	color: #7F1E1C;
}
.class_ul_type_tabs, 
.class_ul_single_tabs {
	margin-bottom: -10px;
}
.class_ul_type_tabs {
	display: none;
}
.class_ul_type_tabs>li.active>a, 
.class_ul_single_tabs>li.active>a {
	background-color: #f8f8f8;
	font-weight: bold;
}
.class_ul_type_tabs>li>a:HOVER,
.class_ul_single_tabs>li>a:HOVER {
	background-color: #fff;
}
.class_div_type_dropdown {
	display: block;
}
@MEDIA (min-width:1440px) {
	.class_div_type_dropdown {
		display: none;
	}
	.class_ul_type_tabs {
		display: block;
	}
}
.class_div_dialog_close {
	display: none;
	position: fixed;
  	bottom: 8px;
  	right: 8px;
  	z-index: 3000;
}
.class_div_topic_share {
	display: block;
	text-align: right;
}
.class_div_single_back {
	display: block;
	padding-bottom: 8px;
}
.class_span_back_button {
	padding: 4px 24px 4px 16px;
	font-weight: bold;
	color: #888;
	cursor: pointer;
}
.class_span_back_button:HOVER {
	background: #ccc;
	color: #333;
}