/* Cargo Pricing Plugin Default Styles */
#cp_results table {
    border-collapse: collapse;
    width: 100%;
}
#cp_results table th, #cp_results table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
#cp_results table th {
    background: #f4f4f4;
}
#cp_suggestions {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    z-index: 999;
}
#cp_suggestions div:hover {
    background: #e8f0fe;
    cursor: pointer;
}
