body > header p {
    max-width: 800px;
}

input[type="text"], textarea, input[type="email"], input[type="file"] {
    width: 100%;
    max-width: 780px;
    box-sizing: border-box;
}

label {
    font-weight: bold;
    padding-top: 10px;
}

.button {
    margin: 0;
}

.button.next {
    float: right;
}

.button.previous {
    float: right;
    margin-right: 10px;
}

button#save-entry {
    width: 100%;
    max-width: 780px;
    margin-top: 10px;
}
.container {
    border: 2px solid #ccc;
    background-color: #2b2b2b;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 800px;
}
.button-bar {
    text-align: right;
    padding-top: 10px;
}
.year-bar h1 {
    padding: 0px;
}
ul#entries {
    list-style-position: inside;
    padding-left: 0;
    margin-inline-start: 0;
    list-style-type: square;
    font-family: monospace;
}

ul#entries h4 {
}
ul#entries h4::before {
    margin-top: 10px;
    margin-bottom: 5px;
    content:" ";
    position: absolute;
    border-bottom:1px solid white;
    width: 100%;
    max-width: 720px;
    height:1.1em;
}

.entryCreated {
    font-weight: bold;
    font-size: 1.5em;
    color: #ffb300;
}