:root {
  --theme-color: #333;
  --theme-text-color: #fafafa;
}

.specdown-info {
  color: #888;
  margin-top: 2rem;
  margin-left: 1rem;
  font-size: 0.8rem;
}


/* Warn */
table.Table_Warning {
  width: 100%;
}
table.Table_Warning th {
  font-size: 1rem;
  background: none;
  border: solid 0px;
  border-top: solid 4px #000;
  border-bottom: solid 2px #000;
}
div.Warn_Item {
  break-inside: avoid;
}
table.Table_Warning tr {
  break-inside: avoid;
  font-size: 1rem;
  background: none;
  border: solid 0px;
  border-bottom: solid 1px #000;
}
table.Table_Warning td {
  vertical-align: top;
  text-align: left;
  font-size: 1rem;
  background: none;
  border: solid 0px;
  border-bottom: solid 1px #000;
}
.Warning_Symbol {
  text-align: left;
}
.Warning_Symbol img {
  height: 40px;
}
.WarningInstruction_Symbol {
  text-align: center;
  font-size: 0.9rem;
  width: 4rem;
}

/* blank page text */
@page :blank {
  content: "No Text";
}

div.doc-part-blank::before {
  content: "No Text";
}

/* Edit this page*/
.EditThisPageHelp {
  display: inline-block;
  text-align: center;
  color: #ddd;
  border-radius: 50%;
  border: solid 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
}
.EditThisPageHelp:visited {
  color: #ddd;
}
.EditThisPageHelp:hover {
  color: #e74c3c;
  text-decoration: none;
}

/* Preview file info */
.preview-file-info {
  position:fixed;
  bottom: 0; left: 0;
  width: var(--menu-width);
}
.preview-file-info_body {
  padding: 0px 5px;
  font-size: 0.8rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  word-wrap: break-word;
}
.preview-file-info_titlebar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.preview-file-info_closeButton {
  cursor: pointer;
}
.preview-file-info_closeButton:hover {
  background-color: #333;
}
#preview-file-info_closecheck:checked + .preview-file-info {
  display: none;
}


/* -------------------------------- */
/* style-main.css override          */
/* -------------------------------- */

/* doc-chapter */
[role="doc-chapter"] h1.doc-chapter {
  font-size: 2.8rem;
  background-color: inherit;
  color: #000;
  margin: 0;
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 1rem;
  padding-bottom: 2rem;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  border-left: none;
  border-top: none;
  border-radius: 0 0 30px 0;
}

/* shimadzu publiclink */
.menu-footer-publiclink a {
  margin-left: 1rem;
  font-size: 0.8rem;
  display: block;
  box-sizing: border-box;
}

.menu-footer-space {
  margin-top: 0;
}
