.document-title {
display: none;
}

#title {
text-align: center;
margin-top: 30px;
}

.header p {
width: 90%;
margin: auto;
font-size: 90%;
text-align: center;
}

.comment-wrapper {
padding: 30px;
margin: 30px;
color: #a1a1a1;
font-size: 18px;
line-height: 30px;
font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
border-bottom: 1px dotted #ddd;
transition: all 3s;
}

.comment-wrapper:hover {
 color: #00b1eb;   
}

.signature {
display: block;
border-top: none;
}

.signature a {
display: none;
}

.adminSegmentBoxContent a {
display: block;
}

#postform {
float: left;
clear: both;
width: 50%;
top: -20px;
left: 70px;
position: relative;
}

#add-comment-area h3 {
color: #333;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
padding: 10px;
padding-right: 105px;
}

.caption-text {
display: none;
}

#body_title, .caption img {
	display: none;
}

#content input.button {
  margin-left: 30px;
margin-top: 20px;
background: #bacdea;  
padding: 15px;
border: 1px solid #bacdea;
color: #fff;
border-radius: 3px;
font-size: 20px;
letter-spacing: 0.8px;
}

#content input.button:hover {
background: #00b1eb;
}