label {
	align-content: center;
	margin-bottom: 0;
}

.alert {
	color: black;
	display: none;
}

.flex {
	display: flex;
}

.text-black {
	color: black;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.date-label {
	width: 40px;
	text-align: right;
}

.date-container {
	align-items: center;
	display: flex;
	margin-right: 0.25rem;
}

#default-message {
	margin: 20px 0 0 0;
}

select[name="bdate_Month"] {
	margin-bottom: 0;
}

select[name="edate_Month"] {
	margin-bottom: 0;
}

input[type="text"] {
	margin-bottom: 0;
}

#bdate_Year_ID {
	width: 60px;
	margin-bottom: 0;
}

#edate_Year_ID {
	width: 60px;
	margin-bottom: 0;
}

#bdate_Day_ID {
	width: 60px;
	margin-bottom: 0;
}

#edate_Day_ID {
	width: 60px;
	margin-bottom: 0;
}

.logo {
	float: left;
}

.logo img {
	margin: 0px 10px 0px 0px;
}

#datarow {
	display: none;
}

img {
	border: 0;
}

#chart-container {
	overflow: visible;
	min-height: 400px;
	min-width: auto;
}

.highcharts-data-table table {
	border-collapse: collapse;
	border-spacing: 0;
	background: white;
	min-width: 90%;
	margin-top: 10px;
	font-family: sans-serif;
	font-size: 0.9em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	border: 1px solid silver;
	padding: 0.5em;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #eff;
}

.highcharts-data-table caption {
	border-bottom: none;
	font-size: 1.1em;
	font-weight: bold;
}
