/* starting point
 https://stackoverflow.com/questions/10868640/align-html-input-fields-by */
 
.bmills{
/*	padding: 8px; */                   /* NOT need for this - unnecessary padding for the bg-color bar */
	background-color: black;           /* DO NEED for this for my agenda - passing the bmills element in html to render bg-color (black) for my flash message */
/*	color: red; */                     /* NOT need for this for my agenda - pulling my flash message color directly from python code */
}
