#main-container {
	margin-top: 6rem;
}
.datepicker-days td.day { color: #000; font-weight: bold; }
.datepicker-days td.old.day,
.datepicker-days td.new.day { font-weight: normal; }

.datepicker-container {
	margin: 2em 0;
	border-radius: 1em;
	position: relative;
}
.datepicker-container input{
	color : #3c763d;
	font-size: 200%;
	height: 2em;
	text-align: center;
}

.datepicker-container label {
	font-size: 200%;
	font-weight: lighter;
}

footer.status-message-container {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 2em;
	background-color: #f5f5f5;
	width: 100%;
	max-height: 7em;
	overflow: auto;
	border-top: 1px solid #ccc;
}

footer.minimal-footer {
  position: fixed;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  bottom: 1em;
  width: 100%;
  background-color: #f5f5f5;
  color: white;
	max-height: 4em;
  border-top: 1px solid #ccc;
}

/*Bootstrap btn-secondary modification */
.btn-secondary:hover{
  color : white;
}
