/* Ovulaatiolaskuri Styles */
.ovulationform {
	background: #DFE8BB;
	padding: 20px;
	margin-bottom: 30px;
	display: inline-block;
}

#datepicker {
	margin-bottom: 20px;
}

#results {
	padding: 20px;
	background: #eee;
}

#datepicker, #duration {
	width: 150px;
	border: 1px solid #405A00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #405A00;
	padding: 5px;
	font-size: 1rem;
	margin-top: 3px;
}

#count {
	border: 3px solid #405A00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #405A00;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1rem;
	padding: 10px 20px;
	margin-top: 20px;
	box-shadow: none;
	text-shadow: none;
}
