#activities {
	margin-bottom:20px;
}

/* Table */

#activities table {
	border-spacing: 0;
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
}

#activities table tr {
	border-top:1px solid rgba(128,128,128,.3);
}

#activities table tr td {
	padding: 0;
}

#activities table tr td:nth-child(1) {
	width:35px;
	vertical-align: top;
}

#activities table tr td:first-child img {
	width:35px;
	padding: 1px;
	margin-top:7px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#activities table tr td:nth-child(2) {
}

#activities table .username {
	margin-left:10px;
	margin-top:8px;
}

#activities table .time {
	color:rgba(128,128,128,.5);
	font-size: 90%;
	float:right;
}

#activities table ul {
	padding:0;
	margin:10px;
	list-style: none;
}

#activities table ul li {
	margin-top:5px;
}

#activities table ul li i {
	font-size:90%;
	color:Gray;
	width:20px;
	text-align: center;
}

#activities .comment {
	color:gray;
	margin-top:5px;
}
