/* Insert your pool's unique CSS here */

#identicon_wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}
#identicon {
    width: 32px;
    height: 32px;
    background: #ccc;
    margin-right: 10px;
}