.SlingshotList TD {
	padding: 3px;
}

.Col_Lock {
	padding-left: 0;
	width: 20px;
}

.Col_Size {
	padding-left: 0;
	width: 100px;
	text-align: right;
}

.Col_Downloads {
	width: 100px;
	text-align: right;
}

.Col_Comments {
	width: 100px;
	text-align: right;
}

.Col_Rating {
	width: 150px;
	text-align: right;
}

.StarRating {
	width: 83px;
	height: 16px;
	border: 0;
}

TD.Header {
	color: #808080;
	font-size:8pt;
}

.RecentComment {
	border-bottom: solid 1px #E0E0E0;
}

.RecentComment .AuthorBlock {
	font-size: 8pt;
	margin: 0.5em 0 0 0;
}

.RecentComment .Author {
	font-weight: bold;
}

.RecentComment .Message {
	white-space: pre-wrap; 
	margin: 0.25em 0 0.25em 0;
	max-height: 50px;
	overflow: hidden;
	cursor: pointer;
}

.RecentComment .MessageDate {
	font-size: 8pt;
	color: #808080;
	margin: 0.25em 0 0.5em 0;
}

.RecentComment .CommentRating {
	float: right;
}


@media screen and (max-width: 500px) {
	.Col_Lock {display: none;}
	.Col_Comments {display: none;}
	.Col_Downloads {display: none;}

	.Col_User {width: 25%;}
}

@media screen and (max-width: 700px) {
	.Col_Lock {display: none;}
	.Col_Comments {display: none;}
	.Col_Rating {width: 20%; }
	.Col_User {width: 25%;}
}