/* prompt box
---------------------------------------------------------------*/
.plugin-updater-dialog {
	display: none;
	margin: -80px 0 0 -160px;
	padding: 15px 30px 15px;
	color: #ccc;
	width: 260px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	background-color: rgba(0,0,0,.8);
	border-radius: 15px;
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
}
.plugin-updater-overlay {
	display: none;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	position: absolute;
}
/* Changelog */
.show-changelog {
	background: #fff;
	padding: 15px;
	width: 60%;
	left: 40%;
	height: 70%;
	top: 25%;
}
.show-changelog iframe {
	width: 100%;
	max-width: 100%;
	height: 100%;
}