#dnb-widget {
     position: fixed;
    bottom: 10px;   /* distance from bottom */
    left: 10px;     /* distance from left */
    background: transparent; /* no background */
    width: auto;    /* shrink to fit whatever the script renders */
    height: auto;
    z-index: 9999;  /* keep it above other elements */
    display: inline-block;
}
