﻿#whats_dlk {
    /*    background-color: #0abb87 !important;
    color: #FFFFFF !important;
    margin: 1rem 1rem;
    position: fixed;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    padding: 0.4rem 0.6rem;*/
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    background: #0abb87;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
}

    #whats_dlk a > i {
        line-height: 34px;
        font-size: 1.3em;
        color: #ffffff;
    }

.whats_up {
    bottom: 60px !important;
}

.whats_down {
    bottom: 20px !important;
}
