#adv_buy_back {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: purple;
	opacity: 0.65;
	z-index: 5500;
	display: none;
}

#adv_buy_msg {
	position: fixed;
	box-sizing: border-box;
    width: 80%;
    min-height: 60%;
	height: auto;
    left: 10%;
    top: 10%;
    z-index: 6000;
	background: white;
	border: 5px solid #d3d3d3;
    border-radius: 5px;
	padding: 10px;
	padding-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	font-size: 1.25rem;
	font-family: dosis_bld;

	display: none;
}

.buy_msg_wrap_top, .buy_msg_wrap, #buy_msg_wrap_body {
	margin-top: 20px;
	border: 3px solid red;
	border-radius: 5px;
	padding: 5px;
}

.buy_msg_wrap {
	margin-top: 10px;
	border: 3px solid #61B329;
}

#buy_msg_wrap_body {
	margin-top: 15px;
	border: 3px solid white;
}

.buy_msg_icon {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.buy_msg_holder {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.5rem;
}

.neg_impact, .pos_impact {
	display: inline-block;
	color: red;
	font-size: 2rem;
	font-family: cabins_ketch_bold;
}

.pos_impact {
	color: #61B329;
}

.pos_impact_body {
	display: inline-block;
	border-bottom: 3px solid #61B329;
}

.leaf_icon {
	opacity: 0.5;
}

#buy_msg_action, .buy_msg_fail {
	margin-top: 40px;
	text-align: center;
}

.buy_msg_fail {
	margin-top: 20px;
}

.msg_fail_body, .msg_fail_body_red {
	display: inline-block;
	border: 2px solid gray;
	color: gray;
	padding: 5px;
	font-size: 0.8rem;
	cursor: pointer;
	font-family: dosis_med;
}

.msg_fail_body_red {
	border: 2px solid red;
}

.msg_fail_body:hover {
	background: gray;
	color: white;
}

.msg_fail_body_red:hover {
	background: red;
	color: white;
}

.submit_button {
	display: inline-block;
	border: 3px solid #5d8ce2;
	color: #5d8ce2;
	padding: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.submit_button:hover {
	background: #5d8ce2;
	color: white;
}

