#cookbook {
    background-image: url("./textures/gui/container/generic_54.png");
    background-repeat: no-repeat;
    width: 349px;
    height: 258px;
}
#innerbook {
    position: relative;
    top: 34px;
    left: 10px;
    width: 325px;
    height: 216px;
}
.items {
    position: relative;
    width: 100%;
    height: 32px;
    margin: 0px 0px;
}
.cell {
    position: relative;
    width: 32px;
    height: 100%;
    float: left;
    margin: 2px 2px;
}
