#notification_tooltip {
    background: #D15B47;width:300px;border-radius: 10px;
    margin: 0 auto; position:fixed; top:100px; right:1%; text-align: center; color:white; height:75px;z-index:10;
    padding:10px;
    border:4px solid #CCC;

}
#notification_tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #D15B47 transparent transparent;
    top: 41px;
    left: -20px;
}

.navigation-counter {
    position: absolute !important;
    bottom: -13px;
    right: 0;
    background: red !important;
    padding: 2px !important;
    border-radius: 50%;
    width: 35px;
    height: 35px !important;
    line-height: 31px;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
}