/**
 * Link List
 * =========================================== */
.input-group-btn > .btn-default {
	border: 1px solid #0073aa;
	padding-top: 6px;
	padding-bottom: 6px;
}
.links-list {
	background-color: #fff;
	border: 1px solid #e3e4e8;
	border-top: 0;
	margin: -15px -16px -15px;
}
.links-list__header {
	font-size: 13px;
	font-weight: 500;
	padding: 5px 15px;
	border-bottom: 1px solid #e3e4e8;
}
.links-list__header:before,
.links-list__header:after {
	content: '';
	display: table;
	clear: both;
}
.links-list__header > span {
	display: block;
	float: left;
	padding: 5px;
	text-align: center;
}
.links-list__header > span:nth-child(1) {
	width: 525px;
	text-align: left;
}
.links-item {
	font-size: 14px;
	padding: 5px 15px;
}
.links-item:hover {
	background-color: #f1f1f1;
}
.links-item:before,
.links-item:after {
	content: '';
	display: table;
	clear: both;
}
.links-item > span:nth-child(1) {
	width: 552px;
	text-align: left;
}
.links-item > span {
	padding: 5px;
	display: block;
	float: left;
	text-align: center;
}
.links-item + .links-item {
	border-top: 1px solid #e3e4e8;
}
.links-item .links-item__actions {
	position: relative;
	padding: 0 0 0 5px;
}
.links-item__actions .utp-item__actions {
	position: relative;
	right: auto;
	top: auto;
	margin-top: 0;
}
.links-list__header > span:nth-child(1) {
	width: 553px;
	text-align: left;
}
.links-item .links-item__date {
	font-size: 13px;
	padding-top: 7px;
	width: 80px;
}
.entry-header-sub {
	padding: 0 5px;
	margin: 0;
	color: #939393;
}
.link-stat-block {
	padding: 15px;
	position: relative;
}
.link-stat + .link-stat {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}
.link-stat-body:before,
.link-stat-body:after {
	content: '';
	display: table;
	clear: both;
}
.link-stat-title {
	font-size: 14px;
	color: #222;
	font-weight: 500;
	padding: 15px;
}
.link-stat-legend {
	float: left;
	width: 50%;
	padding-left: 15px;
}
.table-stat-value {
	text-align: right;
}
.link-stat-legend-color {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	margin: 3px 10px -2px 0;
}
.link-stat-chart {
	float: left;
	width: 50%;
}