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

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

p {
    font-family: Arial;
    font-size: 12px;
}

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

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

.wrapper {
    width: 60%;
    margin: 10px auto;
}


/* Listing Content */
.listing-content {
    width: 100%;
    padding: 20px;
}
    .listing-content .item-data {
        color: #999;
        font-size: 11px;
    }

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

    .listing-content img {
        width: 100%;
        max-width: 800px;
}
    }
    
    .listing-content .price-block {
        font-size: 22px;
        font-weight: bold;
        text-align: right;
    }

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

/* Info element block */
.info {
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

    .info::before {
        content: 'i';
        padding: 5px 0;
        font-size: 15px;
        border: 1px solid lightblue;
        border-radius: 65px;
        width: 23px;
        height: 12px;
        display: inline-block;
        text-align: center;
        font-family: initial;
        background: lightblue;
        color: white;
        margin-right: 6px;
    }


/* Auto-Generated Character List */
.PlentyArticleCharacterList {
    margin: 0 10;
}
    .PlentyArticleCharacter > div {
        float: left;
    }

    .PlentyArticleCharacterName {
        font-weight: bold;
        margin-right: 5px;
    }


/* Clearfix */
.clearfix:before,
.clearfix:after,
.PlentyArticleCharacter {
    content: " "; /* 1 */
    display: table; /* 2 */
}


.clearfix:after, .PlentyArticleCharacter:after {
    clear: both;
}