
blockquote {
  color-scheme: light dark;
  padding: 0 5px;
  line-height: 1.8;
}

code{
	color-scheme: light dark;
}



blockquote.lightdarkblue, code.lightdarkblue {
  color: light-dark(#111133, #ccccee);
  background-color:light-dark(#ccccee, #111133);
}

strong.lightdarkgreen, code.lightdarkgreen {
  color: light-dark(#115511, #aaeeaa);
}


.table-type11 td,th {
  overflow-wrap:anywhere;
  & code {
    padding: 0;
  }

}
.table-type11 td.good {
  background-color:#72f792;
}


h4 span a{
	color: #a60202;
	border-bottom: 1px solid #fff0;
    transition: border 0.4s ease;
}


h4 span a:hover { 
	border-bottom: 1px solid #a60202;
}


