body {
    padding: 5px;
}

textarea {
    font-family: "Lucida Console", Monaco, monospace;
}

p.breadcrumbs {
    font-size: 0.8em;
    margin-top: 0;
}

h1 {
    font-size: 1.5em;
}

h1.title {
    font-size: 2em;
}

.button-edit,
.button-commit {
    color: white;
    border-radius: 4px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.button-edit {
    background: rgb(202, 60, 60); /* this is a maroon */
}

.button-commit {
    background: rgb(28, 184, 65); /* this is a green */
}

