/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-top: 60px;
  margin-bottom: 60px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
/* Tabelas */
.posicao {
	width: 5%;
	text-align: center;
}
.dorsal {
	width: 5%;
	text-align: center;
}
.nome {
	width: auto;
	text-align: left;
}
.escalao {
	text-align: center;
}
.tempo {
	width: 10%;
	text-align: right;
}
.delta {
	width: 10%;
	text-align: right;
}
.inscricao {
	width: 5%;
	text-align: center;
}
.prova {
	text-align: center;
}
.equipa {
	text-align: center;
}
.numAtletas {
	width: 10%;
	text-align: center;
}
.estado {
	width: 20%;
	text-align: right;
}
.cargo {
	width: 10%;
	text-align: center;
}
.ano {
	width: 10%;
	text-align: center;
}
.valor {
	width: 5%;
	text-align: right;
}
.opcoes {
	width: 10%;
	text-align: center;
}

/* Remover os botões nos campos numéricos */
input[type=number] {
	-moz-appearance: textfield;
}
::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.gp {
	text-align: center;
	max-width: 35px;
}
