#opu-0000-0000,
.opu-0000-0000 {
	width: 500px;
	min-height: 70px;
	padding: 15px 20px 15px 20px;
	position: fixed;
	z-index: 2;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 34px 11px rgba(232, 232, 232, 1);
	-moz-box-shadow: 1px 1px 34px 11px rgba(232, 232, 232, 1);
	box-shadow: 1px 1px 34px 11px rgba(232, 232, 232, 1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
