#mod_instantpaypal_featured {
	background: #FFF;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#mod_instantpaypal_featured div.instantpaypal_featured_item_cell {
	flex: 1 1 200px;
	max-width: 450px;
	margin: 5px;
	border: 1px solid #EBEBEB;
}

#mod_instantpaypal_featured div.instantpaypal_featured_item_details {
    background: #f4f3f3
}

#mod_instantpaypal_featured div.instantpaypal_featured_item_details {
	position: relative;
}

#mod_instantpaypal_featured div.instantpaypal_featured_item_link_holder
	{
	background: #2679C5;
	color: #fff;
	text-align: center;
	padding: 2px 6px;
    line-height: 44px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

#mod_instantpaypal_featured div.instantpaypal_featured_item_price {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #333;
    padding: 5px 0 5px 10px;
    color: #2679C5;
    font-weight: bold;
}

#mod_instantpaypal_featured div.instantpaypal_featured_item_name {
	margin: 0;
    width: 100%;
    height: 16px;
    clear: both;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #333;
    padding: 5px 0 0 10px;
    box-sizing: content-box;
}

#mod_instantpaypal_featured form[name=addtocart] input.instantpaypal_widget_listitem_button {
    background: #2679C5;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    line-height: normal;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
	border: none;
	outline: none;
}

#mod_instantpaypal_featured div.instantpaypal_featured_item_img img {
    max-width: 100%;
}