#respect td {
	vertical-align: top;
}
#respect figure {
	margin: 2px;
	width: 48px;
	word-wrap: break-word;
}
#respect figure:hover .vote {
	display: none;
}
#respect figcaption {
	font-size: .9em;
	margin-top: -5px;
	width: 48px;
}
#respect figcaption p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#respect .person {
	border-radius: 2px;
	height: 40px;
	width: 40px;
}
#respect .prof {
	color: #fff!important;
}
#respect .prof:hover {
	text-decoration: underline !important;
}
.person {
	height: 78px;
	width: 78px;
}
figure .vote {
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
	width: 14px;
	height: 14px;
	position: absolute;
	z-index: 2;
}
figure .vote.plus, figure .vote.myplus {
	background: #75CD33;
	line-height: 15px;
}
figure .vote.plus:before, figure .vote.myplus:before {
	content: "+";
	font-family: arial,helvetica,sans-serif;
	font-size: 17px;
	width: 14px;
	height: 14px;
	font-weight: 700;
	text-shadow: 0 0 1px rgba(0,0,0,.5)
}
figure .vote.minus, figure .vote.myminus {
	background: #DC261D;
	line-height: 13px;
}
figure .vote.minus:before, figure .vote.myminus:before {
	content: "-";
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	width: 14px;
	height: 14px;
	font-weight: 700;
	text-shadow: 0 0 1px rgba(0,0,0,.5)
}
#all_voters {
	border-collapse: collapse;
}
#all_voters tbody {
	display: block;
	max-height: 40em !important;
	overflow-x: hidden;
	overflow-y: auto;
}
#pun .punbb .main #all_voters td {
	vertical-align: top;
	border: none 0 transparent !important;
	padding: 0;
	text-align: center;
}
#all_voters figure {
	margin: 5px;
	width: 82px;
	text-align: center;
	position: relative;
}
#all_voters figure a {
	display: inline-block;
	height: 100%;
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0,0,0,0);
	padding-bottom: .6em;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
#all_voters figure a:before {
	background: currentColor;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	right: 50%;
	transition-duration: .3s;
	transition-property: left,right;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .3s;
	-webkit-transition-property: left,right;
	-webkit-transition-timing-function: ease-out;
	z-index: -1;
}
#all_voters figure:hover .vote {
	display: none;
}
#all_voters figure:hover a:before,#all_voters figure:focus a:before,#all_voters figure:active a:before {
	left: 0;
	right: 0;
}
#all_voters figcaption {
	font-size: .9em;
	width: 70px;
}
.tipsy .tipsy-inner {
	max-width: 820px !important;
	min-width: 30px !important;
}
.prof {
	text-decoration: none !important;
}
@media screen and (max-width:540px) {
	.person {
height: 40px!important;
width: 40px!important;
	}
	#all_voters figure {
margin: 2px 5px;
width: auto !important;
word-wrap: break-word;
	}
	.pun-modal.rating_theme .closer {
position: absolute !important;
	}
	#all_voters tbody {
padding-right: 1em;
margin-right: -1em;
max-height: 30em !important;
	}
}
@media screen and (max-width:400px) {
	#all_voters figure {
margin: 2px 2px;
width: auto !important;
	}
}