.easyazon-popover-link-wrapper {
	position: relative;
}


 @media screen and (min-width:320px) {
.easyazon-popover-information-price {
	font-size: 15px;
}
	.easyazon-popover {
		background-clip: padding-box;
		background: #ffffff;
		border-radius: 15px;
		border: 1px solid #666666;
		box-sizing: border-box;
		display: none;
		padding: 15px;
		position: relative;
		/*right: 0; */
		top: 0;
		width: 300px;
		z-index: 9999999;
	}

.easyazon-popover-image-container {
	float: left;
	width: 60px;
}

.easyazon-popover-image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;

}

.easyazon-popover-information {
	margin-left: 70px;
}

}

 @media screen and (min-width:640px) {

 .easyazon-popover-information-price {
	font-size: 17px;
}
	.easyazon-popover {
		background-clip: padding-box;
		background: #ffffff;
		border-radius: 15px;
		border: 1px solid #666666;
		box-sizing: border-box;
		display: none;
		padding: 15px;
		position: absolute;
		/*right: 0; */
		top: 0;
		width: 450px;
		z-index: 9999999;
	}

.easyazon-popover-image-container {
	float: left;
	width: 100px;
}

.easyazon-popover-image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	min-width: 100px;
}

.easyazon-popover-information {
	margin-left: 110px;
}

}

.easyazon-popover-link-wrapper-hovered .easyazon-popover {
	display: block;
	float: right;
}

.easyazon-popover {
	max-width: 450px;
}

.easyazon-popover-content:after {
	clear: both;
	content: "";
	display: table;
}


.easyazon-popover-information-title {
	font-weight: 700;
	margin: 0 0 1em;
}

.easyazon-popover-information-button {
	margin: 1em 0;
}

.easyazon-popover-information-disclaimer {
	color: #666666;
	font-size: 0.8em;
}