

#recipeNavHolder {
   border                 : 0px solid white;
   font-weight            : bold;
}
@media only screen and (min-width:40em)
{
   #customDebitCardHolder {
        padding-left      : 245px;
    }
    
    .logoBase {
        position         : absolute; 
        top              : 865px;
        left             : 20px;
    }
    
    #customDebitCardHolder pcrane {
       width             : 435px;
       border: 0px dotted #999;
    }
}

#customDebitCardHolder pcrane {
   padding-bottom         : 1em;
}

#customDebitCardHolder {
   color                 : #bbb; 
   margin-bottom         : 1em;
   
}

theCustomDebitCards {
   columns                : 2;
   position               : relative;
   left                   : -0.5em;
   margin-left            : 0px;
   display                : inline-block;
}

customDebitCard {
   width                 : 204px;
   display               : inline-block;
   padding-left          : 0.5em;
   padding-bottom        : 0.5em;
}

.customDebitCardImage {
   width                 : 204px; 
   display               : block;
   border-radius         : 0.8em;
   height                : 324px;
}

#customDebitCardHolder pcrane {
   color                 : #5d6e7e;
   text-align            : justify;
}
customDebitCardName {
   display               : block;
   color                 : #5d6e7e;
   padding-top           : 0.2em;
}

@media only screen and (max-width:39.99em)
{
   #customDebitCardHolder {
      width               : 98%;
      display             : block;
      text-align          : center;
   }
 
   thecustomdebitcards {
      text-align         : center;
   }
   
   .logoBase {
      margin-left         : auto;
      margin-right        : auto;
      display             : block;
      margin-bottom       : 0.5em;
   }
   #customDebitCardHolder pcrane {
      
   }
   theCustomDebitCards {
      columns                : 1;
   }
}