.gridContainer{
	background-color: black
}
.heart
{
	position:relative;
	width:0px;
	height:0px;
}
.likeForm{
	padding-top:20px;
	position: relative;
}


.photoId{
	opacity: 0.2
}

.mediaInfo{
	padding:10px 0px 0px 29px;
}

.voteContainer{
	padding-right:25px;
}

.comments{
	color: white;
}

.commentAjax{
	margin-left:25px;
	display: block;
}

.commentAuthor{

}

.newComment{
	list-style-type: none;
}
a {
	color: lightsteelblue;
	text-decoration: none;
}

.grid-photo-cover{
	background-color: #080808;
	padding: 2em;
	text-align: center;
	max-width: 800px;
	margin: auto;

}

.photoframed img{
	border: 1px solid rgba(188, 188, 188, 0.2);
}