/**
 * Document for My Popup
**/
#miPopup-block { background-color: #fff; padding: 2.5em; position: absolute; width:90%; top: 100px; left:50%; transform: translate(-50%, 0); max-width: 600px; z-index: 1001; }
#miPopup-block img { width: 100% }
#miPopup-block h2 { padding-bottom: 10px; }
#miPopup-block p { display: inline-block; padding-bottom: 10px; }
#miPopup-block p a { border-bottom: 1px dotted #000; }
#miPopup-block b { font-weight: bold; }
#miPopup-block .miImageTop { display:inline-block; padding-bottom: 10px; width: 50%; }
#miPopup-overlay { background-color: rgba(0,0,0,0.5); position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1000;  }
#miPopupBtnClose { font-size: 1.6em; line-height: 1.2em; position: absolute; top: 0; right: 0; padding: 5px 10px; }