p {
  margin-bottom: 1rem !important;
}

table {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

table, th, td {
  border: 1px solid;
  padding: 8px;
}

strong {
  font-size: 1rem;
}

ul{
  list-style-type: disc !important;
}
ul ul{
  list-style-type: circle !important;
}