/*
Theme Name: ‘scratchpad’ custom child theme to GeneratePress parent
Theme URI: http:///
Description: GeneratePress Child Theme for ‘scratchpad’
Author: Paul Bowman for ChiCommons
Author URI: http://chicommons.coop
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: generatepress-child
*/

:root {
  
}

html[data-page='iframe'],
html[data-page='iframe'] body,
html[data-page='iframe'] body > div#page.site.container {
    background-color: transparent;
    background-image: none;
}

html[data-page='iframe'] body > header.site-header,
html[data-page='iframe'] body > nav#mobile-header,
html[data-page='iframe'] body > div#site-tagline,
html[data-page='iframe'] body > div.site-footer,
html[data-page='iframe'] body > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main header[class*='-header'] {
    display: none !important;
}

html[data-page='iframe'] body > div#page.site.container,
html[data-page='iframe'] body > div#page.site.container > div#content.site-content {
    padding: 0;
}

a:hover {
  cursor: pointer;
}

body strong,
body b {
  font-weight: 600;
}

body > div.fancybox__container > div.fancybox__backdrop {
  opacity: 0.333;
}

body > div.fancybox__container div#chicmnsscratch_login_box {
  padding: 1.5em 1.875em;
  border-radius: 1em;
  
  
}

body > div.fancybox__container div#chicmnsscratch_login_box > form#chicmnsscratch_login > p > label {
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body > div#page.container > div#content.site-content a:not([href]) {
  color: var( --accent );
}

body > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main header[class*='-header'] > h1[class*='-title'] {
  margin: 0 0 0.3125em;
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

body > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main header[class*='-header'] > h1[class*='-title'] > span {
  text-transform: none;
}

body > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main header[class*='-header'] > h1[class*='-title'] + div.notespage-begun-by {
  margin: 0 0 2.25em 0.875em;
  font-size: 0.6875em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
}

body.home > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main div.entry-content b,
body.home > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main div.entry-content strong {
	font-weight: 600;
}

body.home > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main div.entry-content > nav.main-navigation,
body.home > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main div.entry-content > nav.main-navigation > div.inside-navigation {
  display: inline-block;
  
}

body.home > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main div.entry-content > nav.main-navigation > div.inside-navigation ul.menu {
  flex-direction: column;
  align-items: flex-start;
  
}

body.home > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main div.entry-content > nav.main-navigation > div.inside-navigation ul.menu > li > a {
  padding: 0;
  font-size: 1.125em;
  text-transform: capitalize;
  color: var(--accent);
}

body.home > div#page.container > div#content.site-content > div#primary.content-area > main#main.site-main div.entry-content > nav.main-navigation > div.inside-navigation ul.menu > li > a:hover {
  color: var(--contrast);
}

.showhide-group {
  position: relative;
}

div.showhide-group {
  padding: 0.375em 0.5em;
  border-radius: 0.75em;
  border: 1px solid transparent;
}

div.showhide-group.expanded {
  padding-bottom: 0.875em;
  border-color: rgba( 68, 68, 68, 0.25 );
}

.showhide-group .showhide-toggle {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

body > div#page.container > div#content.site-content .showhide-group a.showhide-toggle:hover {
  color: var(--contrast);
}

.showhide-group .showhide-toggle.toggle-on {
  display: inline-block;
}

.showhide-group .showhide-toggle.toggle-off {
  display: none;
}

.showhide-group.expanded .showhide-toggle.toggle-on {
  display: none;
}

.showhide-group.expanded .showhide-toggle.toggle-off {
  display: inline-block;
}

div.showhide-group .showhide-toggle > span {
  display: flex;
  align-items: center;
  position: relative;
}

.showhide-group a.showhide-toggle span.showhide-toggle-icon {
  display: inline-block;
  position: relative;
}

h1.entry-title > span.showhide-group > a.showhide-toggle > span.showhide-toggle-icon {
  display: none;
  position: absolute;
  top: -2.3125em;
  left: -0.875em;
  z-index: 5;
  font-size: 0.625em;
}

h1.entry-title:hover > span.showhide-group > a.showhide-toggle > span.showhide-toggle-icon {
  display: inline-block;
}

.showhide-group a.showhide-toggle > span > span.showhide-toggle-icon {
  top: -0.0625em;
  margin-right: 0.375em;
  font-size: 0.8125em;
}

.showhide-group .showhide-toggle span.showhide-toggle-text {
  font-size: 0.75em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.showhide-group [class^='showhide-object'],
.showhide-group .showhide-swap-B {
  display: none;
  position: relative;
}

.showhide-group.expanded .showhide-swap-A {
  display: none;
}

.showhide-group.expanded .showhide-object,
.showhide-group.expanded .showhide-swap-B {
  display: block;
}

span.showhide-group.expanded span.showhide-object,
span.showhide-group.expanded span.showhide-swap-B {
  display: inline-block;
}

.showhide-group.expanded .showhide-object *,
.showhide-group.expanded .showhide-swap-B * {
  z-index: 3;
}


/*
 *
 * NOTES ITEMS — MAIN
 *
 */

div.notespage-notesgroup {
  display: flex;
  align-items: first baseline;
  gap: 1em;
  margin-bottom: 4.5em;
}

div.notespage-notesgroup > div.notesgroup-designation {
  flex-basis: 9em;
  display: flex;
  align-items: baseline;
  gap: 1.125em;
  padding-right: 0.5em !important;
}

div.notespage-notesgroup > div.notesgroup-designation.expanded {
  align-items: flex-start;
}

div.notespage-notesgroup > div.notesgroup-designation > div.designator {
  text-transform: uppercase;
  color: #aaa;
}

div.notespage-notesgroup > div.notesgroup-designation > div.label {
  font-size: 0.8125em;
  font-weight: 500;
  font-style: italic;
}

div.notespage-notesgroup > div.notesgroup-designation > div.label > div.showhide-swap-A {
  line-height: 1.3125;
}

div.notespage-notesgroup > div.notesgroup-listing {
  flex-basis: calc( 100% - 9em );
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item {
  margin-bottom: 3em;
  font-size: 0.9375em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item:last-of-type {
  margin: 0;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main {
  display: flex;
  gap: 1rem;
}

div.notespage-notesgroup div.showhide-group {
  padding: 0;
  border-radius: 0;
  border: none;
}

div.notespage-notesgroup div.showhide-group > a.showhide-toggle {
  display: none;
  position: absolute;
  top: -1em;
  left: -1.375em;
  z-index: 2;
  font-size: 0.75rem;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item div.enumeration.showhide-group > a.showhide-toggle {
  left: -1em;
}

div.notespage-notesgroup div.showhide-group:hover > a.showhide-toggle,
div.notespage-notesgroup div.showhide-group.expanded > a.showhide-toggle {
  display: inline-block;
}

div.notespage-notesgroup div.showhide-group > a.showhide-toggle span.showhide-toggle-icon {
  position: relative;
  padding: 0.5em;
}

div.notespage-notesgroup div.showhide-group > a.showhide-toggle span.showhide-toggle-icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.03125em;
  left: -0.015625em;
  padding: 0.875em;
  border-radius: 50%;
  border: 1px solid rgba( 68, 68, 68, 0.1875);
}

div.notespage-notesgroup div.showhide-group.expanded > a.showhide-toggle span.showhide-toggle-icon::after {
  left: -0.109375em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.head,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.meta {
  font-size: 0.8125em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.meta {
  font-weight: 300;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration {
  position: relative;
  flex-basis: 3rem;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration > span[id^='note'] {
  display: block;
  position: relative;
  top: -1.5em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration.showhide-group.expanded > div.enumeration-pair {
  display: none;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration > div.enumeration-pair > a {
  display: flex;
  gap: 0.25em;
  justify-content: center;
  text-decoration: none;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration > div.enumeration-pair > a > span:last-child {
  letter-spacing: 0.75px;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration > div.enumeration-pair > a > span:last-child.duplicate {
  font-weight: 600;
  color: pink;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration.showhide-group.expanded form.cred-form > div {
  display: flex;
  justify-content: center;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration.showhide-group.expanded form.cred-form div.form-group {
  flex-basis: 50%;
  position: relative;
  min-width: 3.75em;
  margin: 0;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main div.showhide-group.expanded form.cred-form input[id^='cred_form_'].submit {
  position: relative;
  font-size: 0.6875rem;
}
@media ( min-width: 500px ) {
  div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main div.showhide-group.expanded form.cred-form input[id^='cred_form_'].submit {
    left: -20px;
  }
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration.showhide-group.expanded form.cred-form div.form-group select.form-control,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration.showhide-group.expanded form.cred-form input[id^='cred_form_'].submit {
  font-size: 0.8125em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration.showhide-group.expanded form.cred-form div.form-group select.form-control {
  font-weight: 700;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.enumeration.showhide-group.expanded form.cred-form input[id^='cred_form_'].submit {
  position: relative;
  z-index: 10;
  margin-top: 0.5em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content {
  flex-basis: 33rem;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.head {
  margin-bottom: 0.6875em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body {
  font-size: 0.9375em;
  line-height: 1.3125;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body h2,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body h3,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body h4 {
  margin: 0.875em 0 0.25em;
  font-size: 1.03125em;
  font-weight: 500;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body p,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ul,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ol,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ul:not(:last-child) li,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ol:not(:last-child) li {
  margin: 0;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ul,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ol {
  margin-left: 1.5em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ul li:not(:last-child),
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ol li:not(:last-child) {
  margin-bottom: 0.25em;
}


div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ul li ul,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ul li ol,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ol li ul,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ol li ol {
  margin-top: 0.375em;
  margin-left: 1em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ul li ul li,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ol li ul li {
  list-style-type: circle;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body p:not(:last-child),
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ul:not(:last-child),
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ul li:not(:last-child) ul li:last-child,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.content > div.body ol li:not(:last-child) ul li:last-child {
  margin-bottom: 0.625em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 10.5rem;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main > div.delete-post {
  display: none;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-main:hover > div.delete-post {
  display: block;
}


/*
 *
 * NOTES ITEMS — COMMENTS
 *
 */

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append {
  position: relative;
  margin-left: 4rem;
  width: 33rem;
  font-size: 0.875em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div.showhide-group.expanded {
  margin-bottom: 1.5em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div.showhide-group > a.showhide-toggle {
  display: none;
  position: absolute;
  top: -1.9375rem;
  left: -4rem;
  z-index: 3;
  font-size: 0.90625em;
  font-weight: 500;
  line-height: 1;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append.comments-found div.showhide-group > a.showhide-toggle {
  top: -2.375rem;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div.showhide-group.expanded > a.showhide-toggle {
  top: -1.5625rem;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item:hover > div.noteitem-append > div.showhide-group > a.showhide-toggle {
  display: block;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div.showhide-group > a.showhide-toggle span.showhide-toggle-icon::after {
  display: none;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div.showhide-group > a.showhide-toggle > span {
  display: inline;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div.showhide-group > a.showhide-toggle > span.showhide-toggle-icon {
  top: 0.03125em;
  padding: 0 0.0625em 0 0;
  font-size: 0.90625em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div.showhide-group > a.showhide-toggle > span.showhide-toggle-text {
  text-transform: uppercase;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment > div.showhide-group > div.row {
  padding: 0 30px;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment {
  justify-content: flex-start;
  margin-top: 0.8125em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box {
  flex-basis: calc( 66.67% - 10px );
  padding: 0.75em 0.9375em;
  border-radius: 0.6875em;
  background: #f5f5f5;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body {
  line-height: 1.3125;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body p,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ul,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ol,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ul li,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ol li {
  margin: 0;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body p:not(:last-child),
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ul:not(:last-child),
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ol:not(:last-child),
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ul li ul,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ul li ol,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ol li ul,
div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-body ol li ol {
  margin-bottom: 0.5em;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-meta {
  margin: 0.75em 0 0 0.75em;
  font-size: 0.75em;
  text-transform: uppercase;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment div.noteitem-comment-box > div.noteitem-comment-meta > span.noteitem-commenter {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.25px;
}

div.notespage-notesgroup > div.notesgroup-listing > div[class^='js-wpv-view'] > div.notespg-note-item > div.noteitem-append > div[class^='js-wpv-view'] > div.noteitem-comment > div.showhide-group > a.showhide-toggle {
  top: 0;
  left: -0.3125em;
  z-index: 5;
}