
/* Turn tab system into blocks */
div.tabs {  }
div.tabs > div:nth-of-type(1) { display: none; }
div.tabs > div:nth-of-type(2) > div { position: relative; display: block; margin-top: 32px; margin-bottom: 2.5em; padding-top: 4px; border-width: 1px 3px 3px 1px; }
div.tabs > div:nth-of-type(2) > div > h1:first-child { position: absolute; top: -31px; left: 0; display: block; width: auto; margin: 0 0 0 4px; padding: 5px 1em 6px 1em; border: 1px solid var(--heading_colour); border-bottom-width: 0; border-radius: 5px 5px 0 0; line-height: 1.4em; text-align: center; font-size: 14px; font-weight: bold; color: #333333; background-color: #FFFFFF; cursor: pointer; user-select: none; }
