body {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #e5ecf2;
    background-color: #0c0b17;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 50px;
    margin-bottom: 50px;
}

a {
    color: rgb(108, 108, 250);
}

a:visited {
    color: rgb(255, 0, 255);
}

input[type="text"],
input[type="number"],
input[type="submit"],
input[type="date"],
button {
    background-color: #1a1a1a;
    color: #e5ecf2;
    border: 1px solid #555;
    padding: 5px;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
input[type="date"]:focus,
button:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="image"]:hover {
    background: #007bff;
}

#availability-table .availability-n {
    background-color: darkred;
}

#availability-table .availability-y {
    background-color: darkgreen;
}

#availability-table .availability-m {
    background-color: rgb(188, 103, 0);
}

#availability-table input[type="submit"] {
    border: none;
    padding: 5px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
}

#availability-table th:not(:first-child):not(:last-child) {
    width: 999px;
}

.date-column {
    white-space: nowrap;
    text-align: right;
}

.score-column {
    text-align: center;
    white-space: nowrap;
}

.availability-cycle-button {
    line-height: 1.75;
}

#events {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 10px;
}

#events .event-row {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-top: 5px;
    line-height: 1.6;
}

#events div {
    margin-left: 10px;
}

.ez-read {
    max-width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#create-form input {
    width: 350px;
    height: 40px;
    font-size: 22px;
    margin: 10px;
}

#create-form button {
    width: 773px;
    height: 46px;
    font-size: 24px;
    margin: 10px;
}

.center {
    text-align: center;
}

.hide {
    display: none;
}

ul {
    margin: 5px;
    color: #e5ecf2;
}

.huuuge {
    font-size: 30px;
}