/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

table.sds_order_completed_page_metadata tr td {
    border-bottom: 1px solid black;
    padding: 2px 4px;
    font-size: 0.8em;
}

table.sds_order_completed_page_metadata tr:last-child td {
    border-bottom: none !important;
}