/* General */
.iq-amazon-tables * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.iq-amazon-tables {
	font-family: 'Open Sans';
	color: #1f1f1f;
	font-size: 1em;
	margin-bottom: 45px;
	overflow-x: auto;
}

.iq-amazon-tables a {
	text-decoration: none;
}

.iq-amazon-tables img.iq_prime_logo {
	left: 0;
	top: -20px;
	height: 36px;
	width: 360px;
	position: absolute;
	max-width: none!important;
	margin: auto!important;
	border: none!important;
}

.iq-amazon-tables a:link, .iq-amazon-tables a:visited {
	color: inherit;
}

.iq-amazon-tables table, .iq-amazon-tables td {
	background-color: #fff;
}

.iq-amazon-tables .iq_prime_wrapper {
	float: none;
	margin: 0;
}

.iq-amazon-tables table td {
	border-right: 1px solid #999;
	border-left: none;
	padding: 10px 10px;
	min-width: 172px;
}

.iq-amazon-tables table td:first-child {
	border-right: none;
	text-align: center;
}

.iq-amazon-tables table td:last-child {
	border-right: none;
}

.iq-amazon-tables table td:nth-child(1) {
	border-right: 1px solid #f1c40f;
	border-left: 1px solid #f1c40f;
}

.iq-amazon-tables .iq_rating_wrapper, .iq-amazon-tables .iq_rating_wrapper_center {
	width: 90px;
	overflow: hidden;
	position: relative;
	height: 18px;
	margin: 0;
	float: none;
}

.iq-amazon-tables table tr:first-child td:nth-child(1) {
	border-top: 1px solid #f1c40f;
}

.iq-amazon-tables table tr:last-child td:nth-child(1) {
	border-bottom: 1px solid #f1c40f;
}

.iq-amazon-tables table tr:first-child td {
	text-align: center;
}

.iq-amazon-tables table tr {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.iq-amazon-tables table tr:last-child {
	border-bottom: none;
}

.iq-amazon-tables table tr:first-child {
	border-top: none;
}

.iq-amazon-tables .iq-product-feature ul {
	padding-left: 20px;
}

.iq-amazon-tables .iq-product-feature ul li {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	max-width: 180px;
}

.iq-amazon-tables .iq_price_field_box {
	float: none;
	margin-right: 0!important;
	margin-top: 0!important;
	font-weight: 700;
}

.iq-amazon-tables .iq-price-wrap {
	text-align: center;
}

.iq-amazon-tables table tr td .iq_price_amount_saved_box + .iq-amazon-tables table tr td .iq_price_field_box {
	color: #16a085;
}

.iq-amazon-tables .iq_price_amount_saved_box {
	float: none;
	margin-right: 0!important;
	margin-left: 10px;
	color: #c0392b;
}

.iq-amazon-tables .iq-place {
	font-weight: normal;
	text-align: center;
}

.iq-amazon-tables .iq-amazon-button {
	text-align: center;
}

.iq-amazon-tables td:nth-child(1).iq-place {
	color: #FF9900;
	font-weight: bold;
}

.iq-amazon-tables .iq-product-feature ul li:before{
   content: '';
   display: inline-block;
       position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
   height: 15px;
   width: 15px;
   background-image: url('images/checkbox.png');
   background-repeat: no-repeat;
   background-size: 15px 15px;
}

.iq-amazon-tables .iq-product-feature ul li:last-child {
	margin-bottom: 0;
}

.iq-amazon-tables .iq-button {
	padding: 10px 20px;
	background-color: #1f1f1f;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 0.9em;
	display: block;
	margin: 0 auto;
	width: 175px;
}

.iq-amazon-tables .iq-button:nth-child(1) {
	margin-top: 10px;
}

.iq-amazon-tables a.iq-button {
	color: #fff;
}

.iq-amazon-tables .iq-button:hover {
	background-color: #999;
	color: #fff;
}

.iq-amazon-tables .iq-button-orange {
	background-color: #FF9900;
	color: #fff;
}

.iq-amazon-tables .iq-button-orange:hover {
	background-color: #F89406;
	color: #fff;
}

.iq-amazon-tables .iq-button-blue {
	background-color: #6BB9F0;
	color: #fff;
}

.iq-amazon-tables .iq-button-blue:hover {
	background-color: #59ABE3;
	color: #fff;
}

.iq-rounded {

}

.iq_prime_wrapper, .iq_prime_wrapper_center {
    position: relative;
    width: 63px;
    overflow: hidden;
    height: 18px;
}

/*.iq-button-icon-black:before {
	content: '';
   display: inline-block;
   margin-left: -5px;
   margin-right: 5px;
   vertical-align: text-top;
   height: 15px;
   width: 15px;
   background-image: url('images/shipping_black.png');
   background-repeat: no-repeat;
   background-size: 15px 15px;
}

.iq-button-icon-white:before {
	content: '';
   display: inline-block;
   margin-left: -5px;
   margin-right: 5px;
   vertical-align: text-top;
   height: 15px;
   width: 15px;
   background-image: url('images/shipping_white.png');
   background-repeat: no-repeat;
   background-size: 15px 15px;
}*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.iq-amazon-tables ul {
	margin: 0;
	padding: 0;
}

.iq-amazon-tables table {
    border-collapse: collapse;
    border-spacing: 0;
}
