.recipes .recipe_info_image_frame {
    display : table-cell;
    text-align : center;
    vertical-align : middle;
    width : 18%;
    height : 108px;
    margin : 8px 8px 8px 8px;
    float : left;
}

.recipes .recipe_info_image {
    max-height : 100%;
    max-width : 100%;
}

.recipes .recipe_info_imageview_container {
    width : 100%;
    height : 100%;
    /*position : fixed;*/
    position : absolute;
    /*top : 20px;*/
    top : 0;
    left : 0;
    padding : 0;
    margin : 0;
    /*z-index : 3;*/
}

.recipes .recipe_info_imageview_modal_background {
    width : 100%;
    height : 100%;
    /*position : fixed;*/
    position : absolute;
    /*top : 20px;*/
    top : 0;
    left : 0;
    padding : 0;
    margin : 0;
    /*z-index : 4;*/
    overflow : scroll; /*hack*/
}

.recipes .recipe_info_imageview {
    width : 820px;
    height : 675px;
    position : absolute;
    top : 36px;
    left : 0px;
    right: 0px;
    padding : 0;
    margin : 0 auto;
    background-color : #F7F7F7;
    /*z-index : 5;*/
}

.recipes .recipe_info_imageview_header {
    width : 100%;
    height : 60px;
    background-color : #F7F7F7;
    border-bottom : solid 1px #D3D3D3;
    position : relative;
}

.recipes .recipe_info_imageview_close_button {
    display : block;
    position : relative;
    float : right;
    width : 48px;
    height : 48px;
    top : 6px;
    margin : 0 0 0 0;
    background-image : url("../res/close.png");
    background-size : contain;
    background-repeat : no-repeat;
}

.recipes .recipe_info_imageview_delete_button {
    display : block;
    position : relative;
    float : left;
    width : 48px;
    height : 48px;
    top : 6px;
    margin : 0 0 0 0;
    background-image : url("../res/delete.png");
    background-size : contain;
    background-repeat : no-repeat;
}

.recipes .recipe_info_imageview_image_wrapper {
    display : table-cell;
    text-align : center;
    vertical-align : middle;
    width : 820px;
    height : 615px;
}

.recipes .recipe_info_imageview_image {
    max-width : 820px;
    max-height : 615px;
}
