.class_div_voter_group {
	background-color: #f5f5f5;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12) !important;
	padding: 8px;
}

/* below about user item */
/* 
	for single item container 
*/
.class_voter_item_container {
	display: block;
	width: 100%;
	min-height: 160px;
	background-color: #fff;
    border: #ddd solid 2px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
	margin: 4px 8px 8px 0px;
	padding: 4px 4px 0px 4px;
}
.class_voter_item_container:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}
.class_voter_container {
	padding: 8px 8px 0 8px;
	overflow-x: hidden;
	margin-bottom: 8px;
	background-color: #fefff4;
}
.class_voter_container:LAST-OF-TYPE {
	margin-bottom: 0;
}
.class_voter_item_container img {
	max-width: 100%;
	height: auto;
	display:inline-block;
}
.class_div_voter_main_body {
	min-width: 320px;
	/*height: 120px;
	overflow: hidden;*/	
}

.class_span_voter_header {
	white-space: nowrap;
}
.normal_user {
    /*border: #94C3EA solid 2px;
	box-shadow: 0 0 5px 2px rgba(10,90,156,.15);
	color: #0A5A9C;
	color: #7F1E1C;
    border: #ccc solid 2px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);*/
	border: #ddd solid 2px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}
.normal_user:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}
.owner_user {
    border: #94C3EA solid 2px;
	box-shadow: 0 0 5px 2px rgba(10,90,156,.15);
	color: #0A5A9C;
	color: #7F1E1C;
}
.owner_user:HOVER {
	box-shadow: 0 0 5px 2px rgba(10,90,156,.35);
}

.ally_user {
    border: #94EA9F solid 2px;
	box-shadow: 0 0 5px 2px rgba(49,156,57,.15);
	/*color: #0A5A9C;*/
	color: #000;
}
.ally_user:HOVER {
	box-shadow: 0 0 5px 2px rgba(49,156,57,.45);
}
.opposite_user {
    border: #FFA793 solid 2px;
	box-shadow: 0 0 5px 2px rgba(157,51,33,.15);
	/*color: #0A5A9C;*/
	color: #000;
}
.opposite_user:HOVER {
	box-shadow: 0 0 5px 2px rgba(157,51,33,.45);
}

.class_span_voter_relation {
	padding-left: 8px;
	cursor: pointer;
}
.class_div_voter_main{
	display: table;
	overflow:scroll;
	width: inherit;
}
.class_div_voter_main .class_div_voter_topic_container, 
.class_div_voter_main .class_div_voter_item_container {
	display: table-cell;
	width: 100%;
	margin: 4px 2px;
	padding: 4px;
}
@media (max-width:767px) {
	.class_div_voter_main .class_div_voter_topic_container {
		display: block;
		clear: both;
	}
}
.class_div_voter_main .class_div_topic_body{
	display: table-cell;
	/*margin-right: 300px;*/
	border-right: 1px solid #e1e3e3;
	padding-right: 4px;
}
.class_div_voter_profile {
	width: 96px;
	float: left;
	margin: 0;
	vertical-align: middle;
}

.class_div_voter_profile_image {
	width:96px;
	height:96px;
	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_voter_profile_image:HOVER {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}

.class_div_voter_profile_image img {
	height:96px;
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	width:auto
}
.div_class_username {
	margin-left: 40px;
}
/*
.class_div_user_header {
	background-color: #f5f5f5;
	margin-left: 72px;
	border-bottom: 1px solid #e1e3e3;
}
.class_item_container .class_div_user_title {
	max-height: 44px;
	overflow: hidden;
	padding-left: 4px;
}
*/
.class_div_voter_header, 
.class_div_voter_title {
	overflow: hidden;
}
.class_div_voter_text {
	padding-left: 8px;
	max-height: 120px;
	overflow: hidden;
}
.class_div_voter_topic_container, 
.class_div_voter_item_container {
	border-left: 1px solid #e1e3e3;	
	
}
.class_div_voter_footer {
	background-color: #f5f5f5;
	border-top: 1px solid #e1e3e3;
	display: table;
	width: 100%;
	padding: 4px 0;
	overflow: hidden;
}
.class_span_voter_footer {
	cursor: default;
}
.class_span_voter_remove {
	float: right;
	color: #337ab7;
	cursor: pointer;
}
.class_span_voter_remove:HOVER {
	text-decoration: underline;
}
.class_float_right {
	float: right;
}

.classs_normal_cursor,
.classs_normal_cursor a {
	cursor: default;
}
.class_div_voter_item {
	padding: 4px;
}

