/*** MESSAGE STYLES ***/
p.jlbdb-error           { color: #ee3524; font-weight: bold; font-size: 1.2rem; }
p.jlbdb-none-available  { color: #fff; font-weight: bold; font-size: 1.2rem; }

/*** BEER LISTS ***/
ol.beer-list, ul.beer-list 		{ margin: 0; }
ol.beer-list 					{ list-style-position: inside; }
ul.beer-list, ul.beer-list li 	{ list-style-type: none; }

/*** BEER FLIGHTS ***/
ol#beer-flights > li { list-style-type: upper-roman; }
