.barraSuperior{
	height: 130px;
	margin-top: 10px;
}

.senhaAtual{
	text-align: center;
	background-color: #003a5f;
	color: white;
	margin-top: 0px;
}

.senhaAtualTexto{
	font-size: 65pt;
	font-weight: 400;
}

#senhaAtualNumero{
	font-size: 100pt;
	font-weight: 800;
}

.ultimaSenha{
	font-weight: 800;
	text-align: center;
	background-color: #ccc;
	height: 130px;
	margin-top: 20px;
}

#ultimaSenhaTexto{
	font-size: 20px;
	color: #a50;
}

#ultimaSenhaNumero{
	font-size: 40px;
	color: black;
}

.uespiLogo{
	max-width: 200px;
}

.sisuLogo{
	max-width: 400px;
}

.uespiTexto{
	font-size: 27pt;
	font-weight: 800;
	color: #003a5f;
}

.subtitulo{
	font-size: 30px;
	font-weight: 400;
}

audio{
	display: none;
}




table { 
    border-spacing: 0px;
    border-collapse: separate;
    width: 100%;
    border-bottom: 1px solid #aaa;
    text-align: center;
	font-size: 4rem;
}

thead td {
    margin: 0;
    padding: 0;
    padding: 2px;
}

thead th {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #aaa;
}

div {
    padding-top: 10px;
    text-align: center;
}

.card-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
	
.clock{

}

.rodape {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.marquee-informe {
  width: 10%;
  /* border: 1px solid #000; */
  padding: 4px 12px;
  height: 30px;
}
.marquee {
  width: 95%;
  /* border: 1px solid #000; */
  padding: 4px 12px;
  height: 30px;
}

.main {
  position: relative;
  padding-bottom: 100px; /* altura do rodapé */
}

time{
  border: 1px solid #f7f7f7;
  padding: 4px 12px;
  background-color: black;
  color: #f7f7f7;
  font-size: 2em;
  font-weight: 300;
  border-radius: 4px;
}