#div_digg {
    background-color: #fff;
    border: 2px solid #ecd7b1;
    border-radius: 5px !important;
    bottom: -10px;
    box-shadow: 0 0 0 1px #5f5a4b, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    padding: 10px;
    position: fixed;
    right: 20px;
    width: 140px;
    z-index: 100;
}