#popup_container {
	font-family: 'Google Sans', sans-serif !important;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px
		rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}

#popup_title {
	font-family: 'Google Sans', sans-serif !important;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px 5px 20px; 
	text-align: left;
	line-height: 1.75em;
	color: rgba(0, 0, 0, 0.87);
	cursor: default;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content input[type='button'] {
	padding: 3px 10px 3px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #6200ee;
	margin-top: 10px;
	text-align: center;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	line-height: 2.25rem;
	font-weight: 500;
	letter-spacing: .0892857143em;
	text-decoration: none;
	text-transform: uppercase;
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding: 0 8px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 64px;
	height: 36px;
	border: none;
	outline: none;
	line-height: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-appearance: none;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 4px;
}

#popup_content.alert {
	/*background-image: url('info.gif');*/
	background-color: #FFF;
	color: White;
}

#popup_content.error {
	background-color: #FFF;
	color: White;
}

#popup_content.success {
	background-color: #FFF;
	color: White;
}

#popup_content.normal {
	background-color: #FFF;
	color: Black;
}

#popup_content.confirm {
	
}

#popup_content.prompt {
	
}

#popup_message {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}