*{
    margin:0;
    padding:0;

}
.container{
    text-align:center;

    margin-right:auto;
    width:900px;
}
.visitations_picture{
    margin-top:50px;
    
}
#pic{
    border:2px solid #b19d66;
}
.visitations_comments{
    margin-top:20px;
    width:800px;
        margin-left:50px;
    padding-bottom:50px;
    background:#FFFFFF;
        font-family:sans-serif;
    font-size:0.9em;
    color:#316293;
    text-align:left;
}
.comment{
    margin-bottom:20px;
}
.name{
    font-family:Times New Roman, serif;
    font-size:1.8em;
    color:#316293;
    }
.comment_header{
    border-bottom:2px solid #bdae8c;
    margin-bottom:20px;
}
img{
    border:none;
}