/* @group File Sharing */

.filesharing-item {
	padding: 5px 8px;
	border: 1px solid #999999;
	margin-bottom: 12px;
	height: auto;
	overflow: visible;
}

.filesharing-item:hover {
	padding: 5px 8px;
	border: 1px solid #999999;
	margin-bottom: 12px;
	height: auto;
	overflow: visible;
}

.filesharing-item-title a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.filesharing-item-title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
}

.filesharing-item-description {
	margin-bottom: 10px;
	font-size: 11px;
}

.filesharing-description {
	margin-bottom: 20px;
	font-size: 12px;
}

html>body .filesharing-item {
	padding: 5px 8px;
	border: 1px solid #999999;
	margin-bottom: 12px;
	height: 17px;
	overflow: hidden;
}

/* @end */