figure {
    display: inline-block;
}

figure legend {
    border: 1px solid #888a85;
    display: block;
    min-width: 400px;
    overflow: hidden;
    padding: 11px 11px 11px 110px;
}

    figure legend span.title
    {
        display: block;
        font-style: italic;
    }

    figure legend > a {
        display: inline-block;
        text-transform: uppercase;
        font-size: small;
    }

    figure legend small {
    }

        figure legend small a {
            color: transparent;
            display: block;
            height: 33px;
            width: 110px;
            overflow:hidden;
            position:relative;
            left:-110px;
            top:-33px;
            margin-bottom:-33px;
        }

        figure legend small a[href*="by"] {
            background: url("icons/combined/cc-by.png");
            background-position: 33px center;
            background-repeat: no-repeat;
        }

        figure legend small a[href*="by-nc"] {
            background: url("icons/combined/cc-by-nc.png");
            background-position: 22px center;
            background-repeat: no-repeat;
        }

        figure legend small a[href*="by-nd"] {
            background: url("icons/combined/cc-by-nd.png");
            background-position: 22px center;
            background-repeat: no-repeat;
        }

        figure legend small a[href*="by-sa"] {
            background: url("icons/combined/cc-by-sa.png");
            background-position: 22px center;
            background-repeat: no-repeat;
        }

        figure legend small a[href*="by-nc-nd"] {
            background: url("icons/combined/cc-by-nc-nd.png");
            background-position: 11px center;
            background-repeat: no-repeat;
        }

        figure legend small a[href*="by-nc-sa"] {
            background: url("icons/combined/cc-by-nc-sa.png");
            background-position: 11px center;
            background-repeat: no-repeat;
        }

