.bubbleNotificationSquare{
    position: absolute;
    max-height: 150px;
    max-width: 300px;
    min-width: 300px;
    min-height: 140px;
    background: #fff;
    top: 50px;
    right: 50%;
    margin-right: -150px;
    /*right: 15px;*/
    box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: justify;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.bubbleNotificationSquare h4{
    font-weight: 700;
}

.closeAlert{
    color: #dedede;
    position: absolute;
    right: 7px;
    top: 7px;
}

.contentMessage{

}