body {
  text-align: justify;
}

.br {
  font-weight: bold;
  color: 	#ff0066;
}

.pr {
  font-weight: bold;
  color: 	#561aae;
}


table {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  caption-side: bottom;
}

table caption {
      margin-top: 10px;
      margin-bottom: 15px;
      font-weight: bold;
}

th {
  height: 40px;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  background-color: #40e0d0;
  color: black;
}
td {
  white-space: nowrap;
  text-align: auto;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
tr:hover {background-color: #f5f5f5;}


.figure {
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
}

.alert-success {
    background-color: #d4edda; /* Light green background */
    border-left: 5px solid #40e0d0; /* Darker green border */
    color: #0F421B; /* Dark green text */
    border-bottom: none;
}
