body {
	font-family: Arial, sans-serif;
	background-color: #f8f9fa;
}

header {
	background-color: violet;
	color: white;
	text-align: center;
	width: 100%;
}

section {
	margin: 30px auto;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 80%;
}

h1 {
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 0;
}

.container {
	padding: 20px;
}

.calendarios {
	max-width: 550px;
}

.calendario {
	margin-top: 15px;
}

#limpar, #resultado, #aviso {
	display: none;
}

#info {
	margin-bottom: 100px;
}

#m-passado, #m-atual, #m-proximo {
	border: solid 2px #ddd;
	border-radius: 10px;
}

.publicidade {
	text-align: center;
	font-size: 11px;
	color: darkgray;
}

footer {
	background-color: #f0f0f0;
	color: black;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
}

.table td {
	border-top: none;
	text-align: center;
	/*padding: .75rem 0;*/
}

/*.table td span{
	padding: 0.85em;
	border-radius: 10px;
}*/

.dia-fertil {
	background-color: red;
	color: white;
}

.dia-mestruacao {
	background-color: violet;
	color: white;
}

.dia-ovulacao {
	background-color: darkred;
	color: white;
}

.dia-livre {
	background-color: limegreen;
	color: white;
}

.legenda span{
	padding: 0.35rem;
	border-radius: 5px;
}

#faq button{
	width: 100%;
	text-align: left;
	color: violet;
	font-weight: bold;
}

.loading{
	width: 50px;
	display: none;
}

@media (max-width: 768px) {
	section {
		width: 90%;
	}

	#calendarios .container {
		padding: 20px 30px;
	}
}