/*
	Per page navigation
	--------------------------------------------------
*/
ol.per-page {
	list-style: none;
	margin: 0;
	padding: 0 0 30px 0;
}

ol.per-page li {
	float: left;
}

ol.per-page a {
	padding: 0 10px;
	text-decoration: underline;
}

ol.per-page a.current,
ol.per-page a:hover {
	color: black;
	text-decoration: none;
}

.relation-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plor-list-item {
	float: left;
	width: 412px;
	min-height: 100px;
	margin: 0 20px 20px 0;
	padding: 16px 8px;
	border-radius: 4px;
	border: 2px solid #d6d6d6;
	background: #fff;
	background-image: linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 70%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(230,230,230)),
		color-stop(0.7, rgb(255,255,255))
	);
}

.plor-lil-profile-picture {
	max-width: 112px;
	max-height: 112px;
	min-width: 100px;
	min-height: 100px;
	background: transparent url(../../../ui/uibase/img/empty-avatar.png) no-repeat center center;
	background-size: cover;
}

.plor-lil-profile-picture img {
	max-width: 100px;
	max-height: 100px;
}

.plor-li-left {
	float: left;
	width: 100px;
	padding: 6px;
	background: #fff;
	border: 1px solid #ddd;
}

.plor-lil-social-media {
	margin: 10px 0 0;
	list-style: none;
}

.plor-lil-social-media li {
	float: left;
	margin: 0 5px 0 0;
}

.plor-lil-social-media a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	background: transparent url(../../../ui/uibase/icons/16/twitter.png) no-repeat 0 0;
}

.plor-lilsm-linkedin a {
	background-image: url(../../../ui/uibase/icons/16/linkedin.png);
}

.plor-lilsm-facebook a {
	background-image: url(../../../ui/uibase/icons/16/facebook.png);
}

.plor-li-profile-info {
	float: left;
	width: 280px;
	margin-left: 16px;
}

.plor-li-profile-info h2 {
	margin: 0 0 4px;
	line-height: 1em;
	font-size: 20px;
}

.plor-lipi-function {
	font-size: 13px;
	color: #404040;
}

.plor-li-profile-info dl {
	margin: 0;
}

.plor-li-profile-info dt {
	float: left;
}

.plor-li-profile-info dd {
	margin-left: 9em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}