body{
	background-color: #efefef !important;
}

.container{
	background-color: white !important;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}

h1,h2,h3,h4{
	padding: 10px;
}



.infoTempAtual{
	font-size: 11px;
	color: darkgray;
    margin: auto;
    display: table;
}
.tempAtual{
	font-size: 38px;
	font-weight: bolder;
	color: #6c6c6c;
    margin: auto;
    display: table;
}
.dataTempAtual{
	font-size: 12px;
	color: darkgray;
    margin: auto;
    display: table;
    margin-bottom: 10px;
}

.febre{
	color: #e23434;
}

.blink{
	 animation: opacity 2s ease-in-out infinite;
    opacity: 1;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1;
  }
}


.btnHistorico{
		display: table;
		margin: auto;
/* 		position: absolute; */
		bottom: 0px;
}