			#MWM2Popup #MWM2Popup-close,
			#MWM2Popup #MWM2Popup-close:hover
			{
				background:var(--menu-txt-hover);
				color:#fff;
				font-size:20px;
				background-image:url('/images/icons/cross_000.svg');
				background-repeat: no-repeat;
				background-position-x:right;
			}
			#MWM2Popup-topbar
			{
				background: var(--menu-txt-hover);
				padding-top:0px;
				padding-bottom:20px;
				width:440px;
			}
			p#MWM2Popup-container
			{
			}
			#MWM2Popup-container
			{
				padding: 0;
			}
			#MWM2Popup p#MWM2Popup-content
			{
				padding: 20px 30px;
				background-color: var(--lichtgrijs);
				padding-top:20px !important;
				margin-top:0 !important;				
			}
			#MWM2Popup #MWM2Popup-headerImg
			{
				margin: 0 30px 20px 30px;
				width:80px;
			}
			#MWM2Popup #MWM2Popup-actions
			{
				background-color: var(--menu-bg);
			}
			#MWM2Popup #MWM2Popup-actions .MWM2Popup-btn
			{
				background: none;
				width: 122px;

				height: 80px;
				margin: 0 40px 0 0;
				font-family: NotoSerif;
				font-size: 16px;
				font-weight: normal;
				font-stretch: normal;
				font-style: normal;
				line-height: normal;
				letter-spacing: normal;
				color: var(--goud);
  			}
  			#MWM2Popup #MWM2Popup-actions button#MWM2Popup-actionDo,
  			#MWM2Popup #MWM2Popup-actions .MWM2Popup-btn:hover
  			{
  				color: #fff;
  			}
  			#MWM2Popup #MWM2Popup-actions button#MWM2Popup-actionDo:hover
  			{
  				color: var(--goud);
  			}
  			#MWM2Popup #MWM2Popup-actions button#MWM2Popup-actionDo,
  			#MWM2Popup #MWM2Popup-actions button#MWM2Popup-actionLater,
  			#MWM2Popup #MWM2Popup-actions button#MWM2Popup-actionDont
  			{
				margin: 0 10px 0 20px;
  			}
  			#MWM2Popup
  			{
  				width:460px;
  				padding:0;
  			}
  			#MWM2Popup.MWM2Popup-visible
  			{
  				outline: 0;
				border-radius: 4px;
				box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
				border: solid 1px #8d9ebd;
  			}
