:root { font-family: 'TildaSans',Arial,sans-serif; }
._breadcrumbs { display: flex; flex-wrap: wrap; margin: 1rem auto 2rem auto; }
._breadcrumbs > div:before { content: '  / '; white-space: pre; color: #999; }
._breadcrumbs > h1 { width: 100%; text-align: center; }
._breadcrumbs a { color: initial !important; }

._article { margin-top: 2rem; margin-bottom: 2rem; box-sizing: border-box; }
._article * { margin-bottom: 1rem; margin-top: 0px; font-family: inherit; }
._article li { margin-bottom: 1rem; margin-left: 2.5rem; }
._article li > p { padding: 0px; margin: 0px; }
._article ol, ._article ul { margin-bottom: 0.5rem !important; padding: 0px !important; }
._article ul > li { list-style-type: disc; }
._article ul ul > li { list-style-type: circle; }
._article ol > li { list-style-type: decimal; }
