#mwr_productstats.product-listing .col,
#mwr_productstats.product .col {
    max-width: 50%;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
}

#mwr_productstats.product .col {
    font-size: 1.2rem;
    line-height: 48px;
}

#mwr_productstats.product-listing .col {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 24px;
}

#mwr_productstats.product img {
    max-width: 48px;
    margin-right: 5px;
}

#mwr_productstats.product-listing img {
    max-width: 24px;
    margin-right: 2px;
    vertical-align: bottom;
}

#mwr_productstats.product .col:nth-of-type(2),
#mwr_productstats.product-listing .col:nth-of-type(2) {
    text-align: right;
    border-left: 1px solid hsla(0, 0%, 63%, .25);
    margin-left: 5px;
    padding-left: 5px;
}

#mwr_productstats.product .col:nth-of-type(1),
#mwr_productstats.product-listing .col:nth-of-type(1) {
    text-align: left;
}
.mwr_productstats .table thead th {
    border-top: 0;
}
.sales_details .modal-body {
    max-height: 400px;
    overflow-y: auto;
}
#mwr_productstats > div:hover span {
    text-decoration: underline;
}


@media only screen and (max-width: 768px) {
    #mwr_productstats.product .col {
        min-width: 100%;
        font-size: 1rem;
        padding: 0px;
    }

    #mwr_productstats.product .col:nth-of-type(1),
    #mwr_productstats.product .col:nth-of-type(2) {
        text-align: center;
    }

    #mwr_productstats.product img {
        max-width: 24px;
    }

    #mwr_productstats.product .col:nth-of-type(2) {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }

    .container-fluid.mwr_productstats {
        padding: 0;
    }
}