body {              /* alpha phase: sessionStorage.setItem('selectedPie',1) */
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, serif;
    background-color: #BFBFBF;
    min-height: calc(100% + 16px);
}

div {
    box-sizing: border-box;
}

img {width: 40vw;
    float: left;
    margin: 20px 0;
    border: #454545 solid 2px;
}

#description {      /* DESCRIPTION */
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: darkgray;
}

#description-text {
    float: left;
    width: 50vw;
    margin: 5px 10px 0 0;
}

#pie-name {
    float: right;
    font-size: 30px;
    font-weight: 600;
    line-height: 0;
}

#pie-description {
    float: right;
    clear: both;
    line-height: 0;
}

#description-image {
}

#ingredients {      /* INGREDIENTS */
    float: left;
    margin: 0 0 0 20px;
    width: 30vw;
}

#pie-ingredients {
}

.ingredient {

}

#bakers{            /* BAKKERS */
    float: left;
    margin: 0 0 0 calc(20vw - 20px);
}

#no-bakers {

}

#bakers-title {

}

#pie-bakers {

}

.baker {

}