#magtu_notification_background {
	top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #55555542;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
}
#magtu_notification_message {
	position: fixed;
    width: 50vw;
    background: #323c8d;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Century Gothic',Arial,sans-serif;
    padding: 2rem;
    box-shadow: 0 0 40px 5px white;overflow-y: scroll;
}
#close_button {
	width:30px;
	height:30px;
	position:absolute;
	right:5px;
	top:5px;
	font-size:15pt;
	cursor:pointer;
	z-index:1032;
	border:1px solid #333;
	border-radius:15px;
	text-align:center;
	background-color:#fefefe;
}
.magtu_notification_text {
	color: white;
    font-size: 1.2rem;
}
.magtu_notification_text a {
	color: white;
	word-break: break-word;
}
.magtu_notification_text img {
	margin: 0 auto;
    display: block;
	max-height: 100px;
	border-radius: 5px;
}
.magtu_notification_text .bold_red{
	font-weight:700;
	color:#f33;
}
