#f-content .item
{
    width: 558px;
    height: 180px;
    text-align: center;
}
#f-content .item div
{
    float: left;
    width: 130px;
    margin-right: 9px;
}
#f-content .item h2
{
    font-size: 0.8em;
    color: rgb(255,255,255);
    background-color: rgb(255,182,0);
}
#f-content .item h2 a
{
    text-decoration: none;
    color: rgb(255,255,255);
}




#f-content .amazon .item
{
    height: 320px;
}
#f-content .amazon .item h3
{
    font-size: 0.8em;
    font-weight: bold;
    color: rgb(255,255,255);
    background-color: rgb(188,135,0);
}
#f-content .amazon .item p
{
    height: 250px;
    font-size: 0.7em;
    background-color: rgb(255,255,208);
}
#f-content .amazon .item img
{
    width: 120px;
    height: 120px;
    margin-top: 5px;
    object-fit: contain;                                                                                                /* scale to container size but keep ratio */
    object-position: center center;                                                                                     /* put to the middle */
    background-color: rgb(255,255,255);                                                                                 /* needed if image is smaller */
}
#f-content .amazon .item span
{
    display: block;
    padding: 5px;
    line-height: 2.0em;
}
#f-content .amazon .item > div > div
{
    height: 2.3em;
    font-size: 0.7em;
    color: rgb(0,0,0);
    background-color: rgb(255,222,120);
}
