#div_digg {
    float: right;
    position: fixed;
    width: auto;
    bottom: 10px;
    left: 94.5%;
    margin-bottom: 10px;
    background: rgba(247,247,247,0.3);
    margin-right: 30px;
    font-size: 12px;
    box-shadow: 0 0 10px 0 #AAA;
    padding: 10px;
    border: 2px solid rgba(82, 168, 236, 0.8);
    text-align: center;
    margin-top: 10px;
}

.buryit {
    display: none;
}