#cocktailHeader, .cocktailIngredients, #selectedCtails, .printButton {
	display: none;
	}
	
body {
	font-family: 'Bubblegum Sans', cursive;	
	color: #000;
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-size: 40pt;
	margin-bottom:20px;
	color: #fd0600;
	}
	
h3 {
	color: #0c0;
	font-size: 30pt;
	}
	
ul.basket {
	list-style: none;
	margin: 5px 0;
}	
	
ul.basket li:before {
	font-family: "Font Awesome 5 Free";
    content: "\f291"; 
    padding-right: 8px;
	font-size: 0.9em;
	font-weight: 700;
} 	

p,li {
	font-size: 24pt;
	}
	
.small {
	font-size: 70%;
	}
	
.imageFit {
	width: 35%;
	height: auto;
	float: right;
	}