body {
    font-family: sans-serif;
}

ul.menu {
    list-style-type: none;
}

ul.menu > li {
    padding: 10px 20px;
    display: inline;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

div.error {
    color: red;
    border: 1px solid red;
    background-color: #ffcccc;
    padding: 1em;
    margin: 1em;
    width: fit-content;
}

div.warning {
    color: orange;
    border: 1px solid orange;
    background-color: #ffedcc;
    padding: 1em;
    margin: 1em;
    width: fit-content;
}

div.login-form {
    padding: 20px;
    border: 1px solid black;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

div.login-form label {
    display: block;
    margin-top: 30px;
}

div.login-form input {
    display: block;
    padding: 0 10px;
    margin-top: 8px;
}

div.login-form button {
    margin-top: 30px;
}

a.back-to-compressor-states {
    display: block;
    text-align: right;
    margin-right: 2rem;
}

div.chart-control {
    display: flex;
    align-items: stretch;
    gap: 2rem;
}

div.chart-control > div {
    display: flex;
    flex-direction: column;
}

div.chart-control select {
    width: 20rem;
    flex-grow: 1;
}

div.chart-control p {
    margin: 0;
}

div.chart-control .buttons-for-sensors {
    justify-content: center;
    gap: 1.5rem;
}

div.chart-control .buttons-for-days {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

div.chart-control .selects-for-days {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

div.chart-control .selects-for-export {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

div.chart-control .buttons-for-export {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}
