/* General styling */
* {
   margin: 0px;
   padding: 0px;
}

body {
    font-family: Arial;
    font-size: 13px;
}

ul
{
    margin: 10px 0;
    list-style-type: none;
}

hr {
    border: medium none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
    border:1px solid #eee;
}
img{max-width: 100%;}


.logo{margin-bottom: 20px;background-color: #f4f4f6;text-align: center;padding: 1rem;}
.logo img{width: 200px;}
/* Listing Content */
.listing-content {padding:1rem;}
.listing-content .title{text-align:center;}
    .listing-content .item-data {
        color: #999;
        font-size: 11px;
    }

    .listing-content figure {
        text-align: center;
    }

    .listing-content .price-block {
        font-size: 22px;
        font-weight: bold;
        text-align: right;
    }

    .listing-content p {
        line-height: 16px;
    }



