.users-body {
  background-color: rgb(244, 244, 244);
}

.btn-default {
  margin-bottom: 30px;
}

.btn-danger {
  margin-right: 5px;
}

.btn-default {
  margin-bottom: 30px;
}

.btn-warning {
  margin-right: 8px;
}

table,
td,
th {
  border: none;
}

/* .table {
} */

td {
  border-top: 1px solid black;
}

th {
  text-align: center;

  font-style: bold;
}

.rounded-circle {
  height: 50px;
  width: 50px;
  border-radius: 40px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  color: black;
  border-top: 1px solid rgb(182, 182, 182);
  border-bottom: 1px solid rgb(182, 182, 182);
}

h1 {
  color: black;
  margin-bottom: 30px;
}

a {
  color: black;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
    font-family: cursive;
  }
}

.btn-danger {
  margin-right: 5px;
  font-family: cursive;
}

.btn-warning {
  margin-right: 8px;
  font-family: cursive;
}

.btn-info {
  font-family: cursive;
}

p {
  font-family: cursive;
}

.btn-success {
  font-family: cursive;
  margin-bottom: 20px;
  width: 150px;
}
