#sidebar {
    background-color: #FFF;
    color: #000;
}

#content {
    color: #000;
}

.ingredients ul {
    width: 80%;
    border: solid;
    border-color: #000;
    border-width: thin;
}

.ingredients ul ul {
    border: none;
}

.recipe {
    width: 95%;
}
