body, html {
    margin: 0;
    font-family: sans-serif;
}

h1 {
    color: beige;
    text-align: center;
}

h3 {
    color: beige;
}

.content {
    margin: 0 auto;
    width: 90%;
}

.friendly-text {
    margin: 0px;
    line-height: 1;
    width: 100%;
    text-align: left;
}

.friendly-text p {
    margin: 0;
    padding: 0;
    line-height: 1; /* keeps things tight */
}

.total_header {
    color: hsl(60, 56%, 80%);
    width: fit-content;
    border-bottom: 2px solid beige;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table, td, th {
    border: 1px solid #aaa;
    color: beige;
}

table {
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
}

th {
    height: 30px;
}

td {
    text-align: center;
    padding: 5px;
}

.form {
    text-align: center;
    margin-top: 20px;
}

.action-link {
    display: block;
    margin-bottom: 4px;
    background-color: beige;
    border-radius: 5px;
    color: black;
}

label {
  cursor: default;
  color: beige;
}

#content {
    width: 70%;
}