p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
}

td {
  background-color: white;
}

th {
  font-size: 14px;
}

.selo {
  text-align: center;
}

.link {
  font-size: 15px;
}

h1 {
  margin-bottom: 20px;
}

.listagem-backups-remotos .row {
  width: auto!important;
}

.wrapper {
  margin-top: 10px;
}

.data {
  margin-top: 40px;
  margin-bottom: 60px;
}

table.listagemDadosRevenda {
  border-collapse: unset;
  border-spacing: 0;
  border: 1px solid black;
  margin-top: 10px;
}

table.listagemDadosRevenda td {
  border: 1px solid black;
}

table.listagemDadosRevenda thead tr th{
  border: 1px solid black;
  background-color: #508d06be;
  color: white;
  font-weight: bold;
}