.photo {
    height:auto;
}
.photo img{
    width:150px;
    float: right;
}

.contets img{
    width: 150px;
}

.contets table{
    table-layout: fixed;
    word-wrap:break-word;
}

.contets table tr{
    vertical-align:top
}