/*
 project-root/public/css/public.css
*/

/************************************************************************/
/* Cascading Style Sheet for the Public environment                     */
/************************************************************************/

/************************************************************************/
/* Set the size of the weather icon so they do not appear to big        */
/************************************************************************/
weather-icon-sm {
    width: 6px;
    height: 6px;
    object-fit: contain;
}

weather-icon-lg {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

/************************************************************************/
/* Set the top margin to a given value so the menus                     */
/* don't overlap with the the body contents                             */
/************************************************************************/
.btnTextLeft {
	text-align: left !important;
	padding: 0;
	/* Set the background colour to very light blue */
	background-color: rgba(215, 245, 252, 0.25);

}

.chart-container {
  position: relative;
  height: 400px;
}
