.product .product-title h2, .product .product-title h3 {
    float: left;
    margin: 0;
}

.product .product-title .product-more {
    float: right;
    margin: 10px 20px 0 0;
}

.product .product-pricelist table {
    width: 100%;
}

.product .product-pricelist table th {
    text-align: left;
    font-weight: normal;
}

.product .product-pricelist table td {
    padding-bottom: 5px;
    text-align: right;
}

@media (min-width: 600px) {
    .product .product-pricelist table {
        width: 50%;
    }
}