.simple-popup-title,
.simple-popup-body{
	color: black;
	text-align: left;
	display: flex;
	margin: auto;
}
.simple-popup-body{
	align-items: center;
}
.simple-popup-title{
	font-size: 1em;
	height: 30px;
	font-weight:700;
}
.simple-popup-button,
.simple-popup-cancel-button{
	border-radius: 5px;
	font-family: arial;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	outline: none;
	margin-bottom: 10px;
	float: left;
	text-decoration: none;
	padding: 10px 10px;
	background-color: #f8f8f8;
	color: #297ad0;
}
.simple-popup-button{
	padding: 10px 40px;
	font-weight: bold;
	background-color: rgba(35, 119, 255, 0.8);
	color: white;
	float: right;
}
.simple-popup-button:hover,
.simple-popup-cancel-button:hover {
	background-color: rgb(35, 119, 255);
	color: #fff;
}
.simple-popup-button:focus,
.simple-popup-cancel-button:focus {
	outline: 1px dotted rgb(128,128,128);
}
.simple-popup-button-bar{
	height: 30px;
}
.simple-popup-body{
	color: #000;
}