﻿/* Revert selected Bootstrap styles */

body {
}

fieldset, legend, h1, h2, h3, h4, h5, h6, h7 {
    all: revert;
}

/* Recreate styles from deprecated attributes */

table[border="1"] {
    border: 1px solid black !important;
}

table[width="100"] {
    width: 100px !important;
}

table[border="1"] th, table[border="1"] td {
    border: 1px solid black !important;
}

table[cellspacing="1"], table[cellspacing="1"] th, table[cellspacing="1"] td {
    border-spacing: 1px !important;
    border-collapse: separate !important;
}

table[cellspacing="1"], table[cellpadding="1"] th, table[cellpadding="1"] td {
    padding: 1px !important;
}

.fs-custom {
    font-size: 0.9375rem; /* Custom font size between fs-6 and fs-7 */
}