@font-face {
  font-family: 'Alice';
  src: url(/extras/fonts/Alice_in_Wonderland.ttf) format('truetype'),
}
.taplistio-embed {
    /**
     * Styles for the whole menu. You could change the default
     * font here, etc.
     */
     font-family: RomanaBT;
  }

  .taplistio-header {
   /**
    * Styles for menu section headers.
    */
    font-family:'Alice';
    font-size: 400%;
    color:#084610; 
  }
  
.taplistio-tap-illustration {
    /* Uncomment next line to hide tap illustrations. */
     display: none; 
  }
 


.taplistio-beverage-name {
    font-family:'Alice';
    font-size: 200%;
    color:#084610; 
    /* Styles for the beverage name. */
  }
  
.taplistio-producer-name {
    /* Styles for the producer name. */
    color:  #084610;
  }
  
.taplistio-beverage-prices {
    /* Styles for the beverage prices. */
    color:  #084610;;
    font-family: Verdana;
  }
 
.taplistio-description {
    /* Styles for the description. 
    font-family: RomanaBT; */
    display: none;
  } 