#notification a {
    z-index: 10000;
    position: fixed;
    font-weight: 300;
    left: -10px;
    transition: 0.3s;
    padding: 15px;
    text-decoration: none;
    color: white;
    bottom: 15px;
    border-radius: 0 5px 5px 0;
    background: #059dbb;
}

#notification a:hover {
    left: 0;
}