#trackDuckCustom{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    position: fixed !important;
    color: rgb(255, 255, 255) !important;
    cursor: pointer !important;
    width: 170px !important;
    height: 30px !important;
    z-index: 2147483548 !important;
    bottom: 0 !important;
    right: 10px !important;
    background-color: #969696 !important;
    background-repeat: no-repeat !important;
}

#trackDuckCustom span,
#trackDuckCustom {
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}

#trackDuckCustom:hover{
    background-color: #78003F !important;
}
#trackDuckCustom:hover span{
    background-color: #78003F;
}
#trackDuckCustom > div{
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    padding-left: 11px;
    padding-top: 10px;
    color: #fff;
    float: left;
}
#trackDuckCustom img{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-left: 6px;
}
#trackDuckCustom span{
    display: block;
    float: left;
    width: 36px;
    height: 100%;
    background-color: #969696;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
}

@media (max-width: 480px) {
    div#trackDuckCustom {
        width: 140px !important;
    }

    div#trackDuckCustom span {
        display: none;
    }

    div#trackDuckCustom > div {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}