td {
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 0px;
}

table {
    border-collapse: collapse;
    text-indent: initial;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    font-variant: normal;
    counter-reset: page;
}

input:not([type="image" i]) {
    box-sizing: border-box;
}
input[type="text" i] {
    padding: 1px 2px;
}

body {
    display: block;
    margin: 8px;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #ccc;
}

h2 {
    display: block;
    font-size: 1.57em;
    margin-block-start: 0.2em;
    margin-block-end: .088em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #ccc;
}


h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: .1em;
    margin-block-end: .1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #ccc;
}


.table-striped {
    border-collapse: separate; /* Required for rounded borders to work */
    border-spacing: 0; /* Ensure no extra space between cells */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Drop shadow */
    border-radius: 10px;
}

.table-striped tr:first-child td {
    border-top: 1px solid #c0c0c0; /* Strong top border for the first row */
}

.table-striped tr:last-child td {
    border-bottom: 1px solid #c0c0c0; /* Strong bottom border for the last row */
}

.table-striped tr td:first-child {
    border-left: 1px solid #c0c0c0; /* Strong left border */
}

.table-striped tr td:last-child {
    border-right: 1px solid #c0c0c0; /* Strong right border */
    padding-right: 10px;
}

.table-striped tr:first-child th:first-child {
    border-top-left-radius: 10px; /* Top-left corner of the first row */
}

.table-striped tr:first-child th:last-child {
    border-top-right-radius: 10px; /* Top-right corner of the first row */
    padding-right: 10px;
}

.table-striped tr:last-child td:first-child {
    border-bottom-left-radius: 10px; /* Bottom-left corner of the last row */
}

.table-striped tr:last-child td:last-child {
    border-bottom-right-radius: 10px; /* Bottom-right corner of the last row */
    padding-right: 10px;
}

tr.score_head th {
  border-bottom:0pt solid #dddddd;
  vertical-align:bottom;
  padding-top:15px;
  font-weight:bold;
}

tr.score_head td {
  border-bottom:0pt solid #dddddd;
  vertical-align:bottom;
  padding-top:15px;
  font-weight:bold;
}

