html {
    text-align: center;
}

#footer {
    font-size: 12px;
}
.center
{
    width: fit-content;
    width: -moz-fit-content;
    margin-left:auto;
    margin-right:auto;
}

.container {
    font-family: arial;
    font-size: 24px;
    margin: 25px;
    /* Setup */
    position: relative;
  }
  
  .login {
    /* width: 50px;
    height: 50px; */
    /* Center vertically and horizontally */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    text-align: left;
    font-size: 0.9em;
    font-family: sans-serif;
    width: fit-content;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
