/* Fix horizontal scrollbar issue with some lists */
.ltx_para {
    overflow-x: visible;
}

/* Remove horizontal lines above and below displayed equation */
.ltx_equation.ltx_eqn_div {
  border-top: none;
  border-bottom: none;
}

/* Remove horizontal lines from multiline equations */
.book .book-body .page-wrapper .page-inner section.normal table.ltx_equationgroup tr,
.book .book-body .page-wrapper .page-inner section.normal table.ltx_equationgroup tr th,
.book .book-body .page-wrapper .page-inner section.normal table.ltx_equationgroup tr td {
  border-top-width: 0;
  border-bottom-width: 0;
}
