html{
	height: 100%;
}
body{
	height: 100%;
	background-color: #313131;
	color: #FFFFFF;
	text-align: center;
	/*padding: 80px 10px;*/
	font-family: 'Source Sans Pro', sans-serif;
}
#content{
	height: 120%;
	position: relative;
}
.verde{
	color: #27ae60;
}
.vermelho{
	color: #c0392b;
}
.mobile {
	display: none;
}
input.form-control{
	width: 30%;
	margin: 0 auto;
	margin-top: 50px;
}
button{
	margin: 0 auto;
	margin-top: 30px;
	background-color: #15a99f;
	color: #FFFFFF;
	border: none;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 2px;
}
.logo-medimed{
	/*width: 20%;*/
	margin: 90px 0;
}
#resultado{
	margin-top: 30px;
	margin-bottom: 30px;
}
table{
	text-align: left;
	margin-top: 30px;
	border-radius: 2px;
}
.table th{
	border-top: none;
	border-bottom: none;
	border-right: solid 1px #159a91;
	color: #FFFFFF;
}
.table td{
	border-top: none;
}
thead > tr{
	background-color: #15a99f;
	color: #FFFFFF;
}
table th.th-even {background: #159a91}
table th.th-odd {background: #15a99f}
tr{
	background-color: #FFFFFF;
	color: #313131;
}
table td.td-even {background: #f1f1f1}
table td.td-odd {background: #FFF}

#footer{
	font-family: 'Lato', sans-serif;
	padding: 30px;
	position: relative;
	bottom: 0;
	/*margin-top: 50px;*/
	background-color: #FFFFFF;
}
#footer .copyright{	
	color: #353535;
	letter-spacing: 0.06em;
	font-size: .8rem;
	vertical-align: middle;
	font-weight: 300;
}
.logo-geleia-direita {
	position: absolute;
	right: 0;
	margin-right: 10px;
}
@media (max-width: 768px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	input.form-control{
		width: 100%;
	}
	.logo-geleia-mobile{
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	#content{
		height: 160%;
	}
	#footer{
		font-family: 'Lato', sans-serif;
		padding: 5px;
		position: relative;
		bottom: 0;
		right: 0;
		left: 0;
		margin-top: 50px;
		background-color: #FFFFFF;
	}
}