
.notifis
{
    position: fixed;
    top: 50%;
    left: 70%;
    width: 400px;
    background-color: #fff;
    color: #000;
    z-index: 2000;
    border: none;
}
.notifi
{
    box-shadow: 0px 1px 0px #fff;
}
.notifi:last-child
{
    border-bottom: none;
    box-shadow: 0px 0px 0px transparent;
}
.notifi h2
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding-top: 10px;
}
.notifi p
{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.left
{
    position: absolute;
    height: 100%;
    width: 14%;
    top: 30%;
    left: 4%;
    right: 0;
}