body {
    padding-left: 2em;
    overflow: scroll;
}

h1 {
    font-size: xx-large;
}

div.recipe {
    width: 150px;
    height: 150px;
    float: left;
    text-align: center;
    margin: 3ex 2em;
}

div.filtered {
    display: none;
}

div.tags {
    display: none;
}

div#filter {
    padding-left: 4em;
    margin-left: 1em;
    text-align: center;
    width: 50%;
}

div#recipes {
    float: left;
    padding-bottom: 4ex;
}

span.not_selected {
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    color: black;
}

span.selected {
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    color: blue;
}

#reset {
    color: blue;
    cursor: pointer;
    margin-bottom: 2ex;
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: blue;
}

img {
    width: 150px;
}
