table {
  caption-side: bottom;
  border-collapse: collapse;
}

table p{
    margin:0 !important;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

ol,
ol li,
ul,
ul li{
    list-style:none;
    margin: 0;
    padding: 0;
}