/* Product Site Lists: Brand-To-Generic List */
.tblBrandToGeneric,
.tblGenericToBrand {
    width: 100%;
}
.tblBrandToGeneric th, .tblGenericToBrand th {
    font-size: 1.1em;
    padding: 6px 10px;
    border-right: 1px solid white;
}

.tblBrandToGeneric .col1,
.tblGenericToBrand .col1 {
    width: 430px;
}