#comment-pg #comment-form, #comment_recieved_popup{
	top: 115px;
	display:none;
	position: absolute;
}

#comment_recieved_popup{
	z-index:1;
}

#comments{
	width : 80%;
	padding-bottom: 100px;
}
.comment {
    margin-bottom: 30px;
    font-size: 0;
    padding: 10px 0;
    border-top: 4px solid #848484;
    margin-top: 43px;
    padding-top: 30px;
}
.comment .text{
	font-size: 18px;
    width: 70%;
    display: inline-block;
    text-align: left;
}
.comment .commenter{
	font-size: 18px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.commenter .avatar {
    //width: 50px;
    height: 100px;
    float: left;
    padding-right: 10px;
}
.name {
    font-weight: bold;
}
button#add_comment {
	background-color: black;
    padding: 15px;
    border-radius: 0 15px 15px 0;
    width: 300px;
    margin: 40px auto 60px;
    display: block;
	border: none;
	color: #D0D0BB !important;
}