/*** common ***/
.recipes {
    position : absolute;
    width : 100%;
    height : 100%;
    top : 0;
    left : 0;
    padding : 0;
    margin : 0;
    background-color : #FFFFFF;
}

.recipes .hidden {
    display : none;
}

.recipes .clearfix:after {
    display : block;
    clear : both;
    content : "";
    height : 0;
    visibility : hidden;
}
