@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
.notification {
width: auto;
height: auto;
position: absolute;
bottom: 0;
right: -300px;
    bottom: 10px;
    margin-right: 50px;
background: #ecf0f1;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: -2px 4px 10px 1px gray;
    padding: 15px;
    padding-right: 50px;
    border-radius: 5px;
}


.notification a {
    color: #334e91;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 50px;
}