#marketplace{
    width: 500px;
    height: 362px;
    left: 150px;
    top: 20px;
}

#shop_list{
    overflow: auto;
    height: 300px;
    margin-top: 10px;
}

.shop_item{
    margin-bottom: 10px;
    display: block;
    height: 80px;

    padding: 5px;
    text-align: left;

    font-size: 12px;
}
.shop_item:last-of-type {
    margin-bottom: 0;
}

.buy_btn{
    display: inline-block;
}

.shop_right{
    float: right;
    text-align: right;
}

.store_left{
    float:left;
    width: 350px;
    padding-right: 20px;
}

.store_right p{
    margin: 3px;
    font-weight: bold;
}

.shop_item h4{
    margin: 3px;
}

.cost {
    overflow: auto;
}