nav {
  background-color: #265b27;
}

.info-user a {
  color: white;
  text-decoration: none;
}

table.table-sm {
  font-size: small;
}

table.table td {
  vertical-align: middle;
}

main > div.container, main > div.container-fluid {
  padding: 1rem;
  border-radius: 9px;
}

.nav-item > button {
  font-size: smaller;
}

.tab-pane {
  padding-top: 0.5rem;
}