 
.main-block {
	background: #f5f5f5;
}

.ava-img {
	width: 50px;
	height: 50px;
	float: left;
}
.comments > div p,
.comments > div p + img,
.add-links,
.text-block-7 {
	margin-left: 60px!important;
}
div.user-text > p,
div.user-text .add-links {
	margin-left: 0!important;
}

.textbox {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px #bbbbbb solid;
}

.sendcomment {
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

.comments > div, .div-block-2 {
    background: #edeff4;
    margin: 0;
    padding: 10px;
    border-bottom: 1px #fff solid;
}