

.logoBaseRecipe {
    position: relative;
    left: -1.5em;
    z-index: 0;
    height: 5em;
}

@media only screen and (min-width:40em)
{
   body 
   {
      font-family         : "Arial";
      border              : 0px dotted #ddd !important;
      max-width           : 41em;
      min-width           : 41em;
      width               : 41em;
      min-height          : 824px;
      max-height          : 824px;
      height              : 824px;
      padding             : 0% 0.3em 0.3em 0.3em;
      
      background-image    : url(/images/1000Cranes/FinalResponsive/Svgs/CraneBackground.svg);
      background-repeat   : no-repeat; 
      background-position : 2em 3.4em;
   }
   
   
   #titleName {
   
      top                 : -.2em;
   }
   #theRecipe {
      width               : 25em; 
      max-width           : 25em; 
      min-width           : 25em; 
      position            : absolute; 
      left                : 17.5em;
      color               : #5d6e7e
   }
   
   .recipeImage {
      width              : 400px; 
      max-width          : 400px; 
      min-width          : 400px;
   }
}

@media print {
   .recipeImage {
      display           : none;
   }
}
