/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

p.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.wp-list-table-warranty { border-collapse: collapse; border: 1px solid black; } .wp-list-table-warranty  th, .wp-list-table-warranty td { border: 2px solid #666 !important; padding: 15px 10px !important; }