#mh-events { padding: 0 20px; }
.mh-event { border-top: 1px solid var(--border-color); padding: 14px 0; }
.mh-event summary { cursor: pointer; overflow-wrap: anywhere; }
.mh-event p { margin-top: 12px; }
.mh-event .ref-scroll { margin-top: 12px; }
.mh-event table { white-space: normal; overflow-wrap: anywhere; table-layout: fixed; }
.mh-event th, .mh-event td { vertical-align: top; }
@media (max-width: 768px) { #mh-events { padding: 0 14px; } }
