figure.image{
    clear:none;
    text-align:center
}
figure.image.left{
    float: left;
}
figure.image.right{
    float: right;
}
h4, p{
    clear: both;
}

.table>tbody>tr>td figure.image img {
    max-width: 135px !important;
    height: auto;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle !important;
}