

#screen {
    min-width: 500px;

}


#crafting-table {
    margin-top: 10px;
}


#grid {
    float: left;
    margin-bottom:16px;
}

.arrow {
    float: left;
    padding: 10px;
    vertical-align:top;
    font-size: 64px;
}

.gridCell {
    background-color: #8b8b8b;
    border-top: thick double #373737;
    border-left: thick double #373737;
    border-right: double #FFFFFF;
    border-bottom: double #FFFFFF;
    width: 40px;
    height: 40px;
    float: left;
}

#grid .gridCell:nth-child(3n+1){
    clear:left;
}
#inventory .gridCell:nth-child(9n+1){
    clear:left;
}

.gridCell IMG {
    padding:0px;
}
#result {
    float: left;
    text-align: center;
    padding-top:0px;
    box-sizing: border-box;
    background-color: #8b8b8b;
    border-top: thick double #373737;
    border-left: thick double #373737;
    border-right: double #FFFFFF;
    border-bottom: double #FFFFFF;
    width: 40px;
    height: 40px;
    margin-top: 40px;
}

#recipes IMG {
    float: left;
    clear: both;
}

#recipes P {
    display: block;
    font-weight: bold;
    clear: both;
    padding-top: 12px;
    margin-bottom: 0px;
}