.epc-product-attributes{
    width:100%;
    border-collapse:collapse;
    margin:0;
}

.epc-product-attributes tr{
    border-bottom:1px solid #e5e5e5;
}

.epc-product-attributes tr:nth-child(even){
    background:#f8f8f8;
}

.epc-product-attributes td{
    padding:10px 12px;
    vertical-align:top;
}

.epc-product-attributes .epc-label{
    width:220px;
    min-width:220px;
    font-weight:700;
    color:#222;
}

.epc-product-attributes .epc-value{
    color:#555;
}

@media(max-width:768px){
    .epc-product-attributes .epc-label{
        width:140px;
        min-width:140px;
    }
}
