.comments {
    
}

.comments .userPhotoField {
    width: 140px !important;   
}

.comments .contentField {
    width: 590px !important;
    padding-left: 5px;
}

.comments a.title {
    color: black;
    text-decoration: none;
    font-size: 12px
}

.comments a.title:hover {
    text-decoration: underline;
}

.comments .content {
    width: 100%;
    text-align: justify;
}

.comments img.userPhoto {
    
}

.comments input.add {
    width: 630px;
}

.comments textarea.add {
    width: 630px;
    height: 175px;
}
