.amazonjs-card {

    border: 1px solid #ddd;


    margin: 20px 0;
    transition: 0.2s;
    box-shadow: none;
    background: white url('../images/amazonjs.png') no-repeat right bottom;
}

.amazonjs-card:hover {

    box-shadow:
        0 4px 16px rgba(0,0,0,0.12);
}

.amazonjs-link {

    display: flex;
    color: inherit;
    text-decoration: none;
    box-shadow: none !important;
}

.amazonjs-thumb {

    padding: 20px 10px 20px 20px;
    text-align: center;

}

.amazonjs-thumb img {

    max-width: 75px;
    height: auto;
}

.amazonjs-body {

    padding: 15px 15px 15px 0;
}

.amazonjs-title {
  font-size: 17px;
  font-weight: bold;
    margin-bottom: 10px;
    color: #e47911;
    line-height: 1.2em;
}

.amazonjs-link:hover .amazonjs-title{
  color: #996633;
}

.amazonjs-price {
  font-size: 14px;
  color: #333;
}

.amazonjs-brand {
    font-size: 14px;
    color: #333;
}

.amazonjs-rank {
    font-size: 14px;
    color: #333;
}
.amazonjs-notice {
    font-size: 12px;
    color: #777;
    text-align: left;
}
