.title-info
{
    width: 50%;
    margin: 0 auto;
}
.search-form
{
    width: 50%;
    margin: 0 auto;
}
.search-button
{
    width: 50%;
    margin: 0 auto;
}

.year-range-inputs
{
    display: none;
}

.table-label
{
    font-size: x-large;
    font-weight: 900;
    font-display: block;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

/* INternet code*/
* {
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
}
  
table {
  border-collapse: collapse;
  table-layout: fixed;
}

th,
caption {
  text-align: start;
}

caption {
  margin-block: 0.75rem;
}

thead th:not(:first-child),
td {
  text-align: end;
}

th,
td {
  border: 1px solid;
}

thead {
  border-block-end: 2px solid;
  background: whitesmoke;
}

tfoot {
  border-block: 2px solid;
  background: whitesmoke;
}

th,
td {
  border: 1px solid lightgrey;
  padding: 0.25rem 0.75rem;
}

td { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
}