.content h3, .content h4, .content p  {
  padding-bottom: 1.5rem !important;
}
.content h2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.content li{
  padding-bottom: 1rem !important;
}
#tabla-contenido-sticky ol li {
  {#margin-bottom: 0px !important;#}
  padding-bottom: 0px !important;
}
table{
  margin-bottom: 1rem;
  min-width: 100%;
}
tr, th{
  border: 1.33333px solid #2b3b6a !important;
  padding: 16px !important;
  font-family: 'Source Sans Pro';
}
.table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin-bottom: 1rem;
}