.wp_phongthuy_popup .color_green {
	color: #e73939;
}
.wp_phongthuy_popup h1 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #e73939;
}
.wp_phongthuy_popup table {
	max-width: 30rem;
	margin: 0 auto 1rem;
}
.wp_phongthuy_popup table tr th,
.wp_phongthuy_popup table tr td {
	padding: 0.5rem;
}
.wp_phongthuy_popup img {
	max-width: 30rem;
	width: 100%;
}
.wp_phongthuy_popup > p:last-child {
	margin-bottom: 0;
}
.wp_phongthuy_popup .boldLabel {
	font-weight: 700;
}

/* form */
.wp_phongthuy_form:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.wp_phongthuy_form.loading:before {
	opacity: .7;
	visibility: visible;
}

