body {
    font-family: "Courier", monospace;
    font-size: small;
}

table.recipe td.staging.well {
    padding-left: 1em;
    border-left: 0.5em solid #add8e6;
}

span.debug {
    display: none;
}

.warning {
    color: #ff4500;
}

th {
    text-align: left;
}

h3 {
    font-size: large;
}

table.recipe td {
    vertical-align: top;
    padding-left: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-right: 0.5em;
}

table.recipe tr:nth-child(even) td {
    background-color: #eee;
}

tr th {
    background: none;
}

table {
    border-collapse: collapse;
}

div.right {
    float: right;
}