@charset "UTF-8";

.paybro-center {
	position: fixed;
	padding: 0;
	left: 50%;
	top: 50%;
	background: #FFF;
	z-index: 9999;
	transform: translate(-50%,-50%);
	text-align: center;
	display: inline-block;
	color: rgba(0,0,0,0.7);
  
} 

.paybro-center iframe {
	border:none;
}