/*
 * amazon-products.css
 * Copyright (C) 2017 kinformation<kanatani.social@gmail.com>
 *
 * Distributed under terms of the MIT license.
 */

.amzn-box {
    background: white url(../image/logo.png) no-repeat right 1em bottom 1em;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    margin: 2em 0;
    padding: 1em;
}

.amzn-image {
    width: 25%;
    text-align: center;
}

.amzn-image img {
    max-width: none;
    max-height: 160px;
}

.amzn-content {
    width: 75%;
    margin-left: 1em;
}

.amzn-title {
    font-weight: bold;
    margin: 0;
}

.amzn-title a {
    box-shadow: none;
    color: #d2691e;
    text-decoration: none;
}

.amzn-desc {
    color: #666;
    list-style: none;
    font-size: .9em;
    margin: 0;
    padding-left: .9em;
}

.amzn-desc dt {
    display: block;
    width: 8em;
    clear: left;
    float: left;
    margin: 0;
}

.amzn-desc dd {
    display: block;
    float: left;
    margin: 0;
}

.amzn-price {
    color: #b00;
}