#legislationBody p > span:first-child {
	user-select: none;
}

#legislationBody.selectableSecs p > span:first-child {
	user-select: text;
}
#legislationBody.selectableSecs p > span:first-child::before, #legislationBody.selectableSecs p > span:first-child::after {
	display: none;
}

h4.notHeading {
    font-weight: normal;
    font-variant: normal;
}

div.thisIsNotHowYouShouldWriteABill {
    display: flex;
}
div.thisIsNotHowYouShouldWriteABill > div:first-child {
    width: 15%;
    max-width: 16ch;
}
div.thisIsNotHowYouShouldWriteABill > div:last-child{
    flex: 1;
}
div.thisIsNotHowYouShouldWriteABill > div:last-child h3:first-child{
    margin-top: unset;
}