#popup_container {
	font-size: 15px;
	min-height: 180px;
	max-height: 400px;
	max-width: 600px;
    width:90%;
    height: 40%;
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}

#popup_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	cursor: default;
	padding: 0em;
	margin: 0em;
	border-bottom:rgba(0,0,0,0.05) solid 3px;

}

#popup_content {
	padding: 15px 5px;
	margin: 0em;
}


#popup_message {
	display: table;
}

#popup_message > *{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

#popup_message > p{
	line-height: 140%;
}

#popup_message i{

	font-size: 300%;
	vertical-align: middle;
	color: rgb(26,158,160);
	width: 40px;
}

#popup_panel {
	text-align: center;
	position: absolute;
    bottom:20px;
    left: 0;
    width: 100%;
	box-sizing: border-box;
	padding: 0 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok,
#popup_cancel{
	color: #FFFFFF;
	min-width: 100px !important;
	box-sizing: border-box;
	padding: 10px 15px;
	width: auto;
	border: none;
	background: #a3a5a6;
	-webkit-appearance: none;
	font-size: 20px;
	line-height: 20px;


}

#popup_ok:hover,
#popup_cancel:hover,
#popup_ok:focus,
#popup_cancel:focus {
	background: rgb(26,158,160);
}
