table {
    display: table;
    margin: auto;
    align-self: center;
    table-layout: fixed;
    width: 80%;

}

tbody {
    max-width: 100%;
}
h1{
    text-align: center;
}

td, th {
    outline: 1px solid black;
    text-align: center;
    word-wrap: break-word;
}


.header-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.file-button {
    width: 100%;
    height: 50px;

}

.button-link{
    max-width: 256px;
    width: 100%;
    margin: auto;
    display: block;
}

.submit-button {
    background-color: #005EB8;
    color: white;
    font-size: larger;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: 5vw;
    align-self: center;
}
.main-table a{
    color: black
}
.main-table a{
    color:blue
}
.main-table a:visited{
    color:black
}

.new-user-button {
    display: flex;
}

th{
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 100px;
    /* position: sticky;
    top: 96px;
    z-index: -500; */
    border-top: 1px solid black;
    background-color: #005EB8;
    color: #FFF;
}
td {
    padding: 5px;
    min-width: 100px;
}

tr:hover {
    background-color: lightgray;
}


.table-div {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    max-width: 1024px;
    z-index: -999;
}

/* summary::marker {
    content: "";
} */

.hidden-table {
    text-align: center;
    color: white;
    margin: auto;
    width: calc(80% - 14px);
    margin-top: 2px;
    background-color: #005EB8;
    cursor:pointer;
    padding: 5px;
}
.forgot{
    color: black;
    background-color: white;
    width: 150px;
    padding: 5px;
    outline: 1px solid black;
}
tbody{
    border:none;
    margin:none;
}
.short-data{
    width: 10em;
}
.long-data{
    width: 1rlh;
}