.tabs .indicator{
	background-color: #bbdefb;
}

.titulo{
	font-size: 1.5rem;
	margin-left: 5%;
	margin-right: auto;
}

.topo-fixo{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

.rodape-fixo{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2;	
}

.section{
	padding-top: 100px;
	padding-bottom: 80px;
}

blockquote{
	font-size:2rem;
}

#numero-comanda{
	text-align: center;
	font-size: 2.5em;
}

#confirmacao{
	height: 170px;
}