.ssf-order-details,
.order-items {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.ssf-order-details td,
.order-items td {
    padding: 10px;
    border: 1px solid #000;
}

.total-row td {
    font-weight: bold;
}

/* shortcode table in admin */

#shortcodeTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#shortcodeTable th,
#shortcodeTable td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

#shortcodeTable th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: left;
}

#shortcodeTable tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

#shortcodeTable code {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 0.95em;
    cursor: pointer;
}

#shortcodeTable code:hover {
    background-color: #eee;
    color: #f800a6;
    border-color: #f800a6;
}

.thankyou-shortcode-notification {
    position: absolute;
    margin-left: 10px;
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
    padding: 5px;
    border-radius: 4px;
}