.items img{
    height:1rem;
}
.content-padded img{
    max-width:100%
}
.media-list .item-media {
    display: none;
}
.intro{
width: 100%;
box-sizing: border-box;
overflow: hidden;
padding: .5rem;
}

.intro pre{
    padding:.5rem;white-space: break-spaces;
}
.content img {
    max-width: 100%;
}
#info_details .price {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eaeaea;
    width: 100%;
    box-sizing: border-box;
margin: .5rem 0;
    padding: 0;
}
#info_details .price li {
    height: 2rem;
    line-height: 2rem;
    width: 97%;list-style: none;
    margin-left: 3%;
    border-bottom: 1px solid #eaeaea;
}
#info_details .price li:last-child {
    border-bottom: 0px solid #eaeaea;
}
#info_details .price li .red {
    float: right;
    margin-right: 5px;
    color: #f00;
}