.Notification_Div{
	width: 99%;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
    border: 2px solid red;
    background: rgba(0,0,0,0.8);
}
.Notification_Title{
	font-size: 16px;
    color: red;
    font-weight: bold;
}
.Notification_Text{
	font-size: 19px;
    color: white;
    margin-bottom: 4px;
}
.Notification_Buttons{
	display: inline-block;
    width: 45%;
    font-size: 11px;
    padding: 6px;
    margin: 3px; 
}