.easyazon-popover-link-wrapper {
position: relative;
}
.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-link-wrapper-hovered .easyazon-popover {
display: block;
}
.easyazon-popover {
max-width: 450px;
}
.easyazon-popover-content:after {
clear: both;
content: "";
display: table;
}
.easyazon-popover-image-container {
float: left;
width: 75px;
}
.easyazon-popover-image {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.easyazon-popover-information {
margin-left: 87px;
}
.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;
}