.customscrapper_shortcode table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid rgba(0,0,0,.1);
}
.customscrapper_shortcode table caption {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px;
  display: table-caption !important;
  caption-side: top !important;
}
.customscrapper_shortcode table tr th {
  text-align: center;
  border: 1px solid rgba(0,0,0,.1);
  background-color: #f2f2f2;
}
.customscrapper_shortcode table tr td:first-child, .customscrapper_shortcode table tr th, ul.sonhos li {
  background-color: #f2f2f2;
}
.customscrapper_shortcode table tr td {
  text-align: center;
  padding: 5px;
  font-weight: 400;
  border: unset;
}