.wrapper {
    position: relative;
}

.ssl-seal {
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.ssl-seal-inner {
    background-color: #166485;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 3px;
}

.ssl-seal table {
    margin: auto;
    clear: both;
}

.ssl-seal table tr td {
    text-align: center;
}