@charset "UTF-8";

.widget_popup_window{z-index:9;position:absolute;background:#ffffff;box-shadow:0 0 10px rgba(0,0,0,0.5);}
.widget_popup_window .title{background-color:#000000;line-height:40px;font-size:15px;font-weight:500;color:#ffffff;padding:0 10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:move;}
.widget_popup_window .popup_window_inner{position:relative;}
.widget_popup_window .popup_window_inner iframe{width:100%;height:100%;border:0;position:absolute;left:0;top:0;}

@media screen and (max-width:800px){
	.widget_popup_window{max-width:calc(100% - 40px);left:20px !important;top:10px !important;}
}