/*table.multiple_wishlist_table {
border: 1px solid #cdcfd1;
text-align: center;
border-collapse: collapse;
}
table.multiple_wishlist_table td, table.multiple_wishlist_table th {
    padding: 3px 2px;
}
table.multiple_wishlist_table thead {
    border-bottom: none;
}
table.multiple_wishlist_table thead th {
    font-weight: normal;
    text-align: center;
    padding: 17px 0px;
}
table.multiple_wishlist_table thead th:first-child {
    border-left: none;
}

table.multiple_wishlist_table tr td {
    border-top: 1px solid #cdcfd1;
    padding: 13px 0px;
    font-weight: 100;
}*/