@import url(https://fonts.googleapis.com/css?family=Audiowide);
@import url(https://fonts.googleapis.com/css?family=Roboto);

h1, .h1 {
  font-family: Audiowide,Helvetica,Arial,sans-serif !important;
  font-weight: 500 !important;
  color: #00353d !important;
  /* font-size: 200% !important; */
  font-size: 180% !important;
  text-shadow: 1px 1px #ffffff78;
}
html[data-theme='dark'] h1, .h1 {
  color: #ffffff !important;
  text-shadow: 1px 1px #00353d;
}

h2, .h2 {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  color: #00353d !important;
  /* font-size: 190% !important; */
  font-size: 160% !important;
  text-shadow: 1px 1px #ffffff78;
}
html[data-theme='dark'] h2, .h2 {
  color: #ffffff !important;
  text-shadow: 1px 1px #00353d;
}
html[data-theme='dark'] h2 a, 
html[data-theme='dark'] h2 a:visited {
  color: #00a3b9ff !important;
}

h3, .h3 {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  color: #00353d !important;
  /* font-size: 160% !important; */
  font-size: 140% !important;
  font-style: italic !important;
  text-shadow: 1px 1px #ffffff78;
}
html[data-theme='dark'] h3, .h3 {
  color: #ffffff !important;
  text-shadow: 1px 1px #00353d;
}
html[data-theme='dark'] h3 a, 
html[data-theme='dark'] h3 a:visited {
  color: #00a3b9ff !important;
}
h4, .h4 {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  color: #00353d !important;
  /* font-size: 130% !important; */
  font-size: 120% !important;
  text-shadow: 1px 1px #ffffff78;
}
html[data-theme='dark'] h4, .h4 {
  color: #00a3b9ff !important;
  text-shadow: 1px 1px #00353d;
}
html[data-theme='dark'] h4 a, 
html[data-theme='dark'] h4 a:visited {
  color: #00a3b9ff !important;
  text-shadow: 1px 1px #00353d;
}
h5, .h5 {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  color: #00a3b9ff !important;
  /* font-size: 110% !important; */
  font-size: 100% !important;
}

h6, .h6 {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  color: #00a3b9ff !important;
  font-size: 90% !important;
  font-style: italic !important;
}

.clearer {
  clear: both;
}

.wy-nav-side {
  background: #031c20 !important;
  /* background: #031214 !important; */
}

.caption-text {
  color: #00a3b9ff !important;
}

.wy-nav-top {
  background:#00a3b9ff !important;
  font-size: 80% !important; 
}

.wy-nav-top a {
  font-family: Audiowide,Helvetica,Arial,sans-serif !important;
  font-weight: 100 !important;
}

.wy-nav-content {
  max-width: 1024px;
}

html[data-theme='dark'] .wy-nav-content a {
	color: #96d7ff !important;
}
html[data-theme='dark'] .wy-nav-content a:visited {
	color: #249ee8 !important;
}

.wy-breadcrumbs {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 80% !important;
}

.wy-side-nav-search>a img.logo {
  width: 60%;
  padding-bottom: 0px !important;
}

form.gsc-search-box table tr:nth-child(odd)  {
  background-color: white !important;
}

.gsc-control-cse {
  padding: 0px !important;
}

.rst-content table.docutils th {
  background-color: #F3F6F6;
}

.rst-content table.docutils td {
  background-color: #F3F6F6;
}

.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td {
  background-color: #E0E0E0;
}
html[data-theme='dark'] .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td {
  background-color: #ffffff08 !important;
}

.caption-number {
  font-size: small !important;
}

.caption-text {
  font-size: small !important;
}

table.intro-table {
  max-width: 600px;
}

.intro-table img {
  width: 70%;
  height: auto;
  margin: 5% 15%;
}

html[data-theme='dark'] .btn-neutral {
  color: #c1c1c1 !important;
}

#exrail-command-summary .wy-table-responsive {
  overflow: visible;
}

/* product titles */
.ex-prefix {
  font-weight: bold; 
  color: #00a3b9 !important; 
  font-size: 105%;
}
.ex-suffix {
  font-weight: bold; 
  color: #00353d !important;
  font-size: 105%;
}
html[data-theme='dark'] .ex-suffix {
  font-weight: bold; 
  color: #006979 !important;
  font-size: 105%;
}

/* main dcc-ex text only */
.dccex-prefix {
  font-family: Audiowide,Helvetica,Arial,sans-serif;
  font-weight: 600; 
  color: #00353d !important;
  font-size: 110%;
}
html[data-theme='dark'] .dccex-prefix {
  font-family: Audiowide,Helvetica,Arial,sans-serif;
  font-weight: 600; 
  color: #006979 !important;
  font-size: 110%;
}
.dccex-suffix {
  font-family: Audiowide,Helvetica,Arial,sans-serif;
  font-weight: 600; 
  color: #00a3b9 !important; 
  font-size: 110%;
}

/***************************/

.command-table thead th {
  text-align: center;
}

.command-table tbody td {
  white-space: normal;
  margin: 10px;
  padding: 8px 8px 8px 8px !important;
}

.command-table tbody tr:first-child td p code {
  white-space: nowrap !important;
}

.command-table tbody tr td p code {
  font-size: 110% !important;
}

.command-table tbody tr td p {
  font-size: 90% !important;
}

.command-table tbody tr td ol li p {
  font-size: 90% !important;
}

.command-table tbody tr td ol {
  margin-bottom: 0px !important;
}

.command-table .category {
  display: block;
  text-align: center;
}

.command-table tr:nth-child(odd) {
  background-color: #f1f1f1 !important;  
}

.command-table tr:nth-child(even) {
  background-color: #f8f8f8 !important;  
}
html[data-theme='dark']  .command-table tr:nth-child(odd) {
  background-color: black !important;
}
html[data-theme='dark']  .command-table tr:nth-child(even) {
  background-color: #141414 !important;
}

.command-table td {
  background-color: #ffffff00  !important;  
}

/* html[data-theme='dark'] .rst-content table.docutils tr:nth-child(odd) {
  background-color: #ffffff08 !important;
} */
html[data-theme='dark'] .rst-content table.docutils td, .wy-table-bordered-all td {
  background-color: #fff40000 !important;
}
/* html[data-theme='dark']  .rst-content table.docutils .row-odd {
  background-color: #36ff0000 !important;
} */

html[data-theme='dark'] .rst-content table.docutils th {
  background-color: #36ff0000 !important;
  color: white !important;
  font-style: italic !important;;
  font-weight: 700 !important;;
}

/* *************************************** */

html[data-theme='dark'] .sd-card {
  background-color: #0000008a;
  /* box-shadow: 0 0.5rem 1rem rgb(32 88 91 / 25%) !important; */
  box-shadow: 0px 0px 10px #343d3f !important;
}


/* *************************************** */

.dcclink a {
  background-color: #00a3b9ff !important;
  box-shadow: 0 2px 0 #00353dff;
  color: white !important;
  padding: 0.5em 0.5em;
  position: relative;
  text-decoration: none;
  text-transform: none;
  border-radius: 5px;
}

html[data-theme='dark'] .dcclink a {
  background-color: #053a41 !important;
  box-shadow: 0 2px 0 #676767 !important;
  box-shadow: none;
}

.dcclink-right a {
  background-color: #00a3b9ff !important;
  box-shadow: 0 2px 0 #00353dff;
  color: white !important;
  padding: 0.5em 0.5em;
  position: relative;
  text-decoration: none;
  text-transform: none;
  border-radius: 10px;
  float:right;
  margin: 0px 0px 0px 10px;
}

html[data-theme='dark'] .dcclink-right a {
  background-color: #053a41 !important;
  box-shadow: 0 2px 0 #676767 !important;
  box-shadow: none;
}

.dcclink a:visited {
  color: whitesmoke !important;
}

.dcclink a:hover {
  background-color: darkslategrey !important;
  cursor: pointer;
}

.dcclink a:active {
  box-shadow: none;
  top: 5px;
}

html[data-theme='dark'] .dcclink a:active {
  box-shadow: none !important;
  top: 5px;
}

html[data-theme='dark'] .rst-content .guilabel {
  color: black;
}

.hr-dashed {
  margin: -10px 0px -10px 0px; 
  border-top: 1px dashed #d2dfe3;
}

.hr-heavy {
  margin: -10px 0px -10px 0px; 
  border-top: 5px solid #d2dfe3;
}

html[data-theme='dark'] .hr-dashed {
  border-top: 1px dashed #114759;
}

/* *************************************** */

a.githublink, .githublink a {
  background-color: #f7b656;
  box-shadow: 0 2px 0 #00353dff;
  color: white;
  padding: 3px 5px 3px 5px;
  position: relative;
  font-size: 90% !important;
  text-decoration: none;
  text-transform: none;
  border-radius: 5px;
}

.githublink-right a {
  background-color: #f7b656;
  box-shadow: 0 2px 0 #00353dff;
  color: white;
  padding: 3px 5px 3px 5px;
  position: relative;
  font-size: 90% !important;
  text-decoration: none;
  text-transform: none;
  border-radius: 10px;
  float:right;
  margin: 0px 0px 0px 0px;
}

.githublink a:visited {
  color: whitesmoke
}

.githublink a:hover {
  background-color: rgb(172, 95, 7);
  cursor: pointer;
}

.githublink a:active {
  box-shadow: none;
  top: 5px;
}

/* *************************************** */

svg {
  max-width: 100%;
  height: auto;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

/* *************************************** */

.warning-float-right {
  float: right;
  width: 40%;
}

.warning-float-right-narrow {
  float: right;
  width: 20%;
}

.warning-float-right-wide {
  float: right;
  width: 60%;
}

.note-float-right {
  float: right;
  width: 40%;
}

.note-float-right-narrow {
  float: right;
  width: 20%;
}

.important-float-right-narrow, .hint-float-right-narrow, .tip-float-right-narrow {
  float: right;
  width: 20%;
}

.hint-float-right-narrow p, .tip-float-right-narrow p {
  font-size: 90% !important;
}

.code-block-float-right {
  float: right;
  width: 40%;
  margin: 0px 0px 0px 24px;
}

.note {
  background: #f7fcff !important;
  clear: none !important;
}
html[data-theme='dark'] .note {
  background: #ffffff0d !important;
}

.note p.admonition-title {
  background: #cbe1ef !important;
}
html[data-theme='dark'] .note p.admonition-title {
  background: #1a3e55 !important;
}

.important {
  clear: none !important;
}

html[data-theme='dark'] .important {
  background: #00211a !important;
  clear: none !important;
}

html[data-theme='dark'] .important p.admonition-title {
  background: #1abc9c !important;
}

html[data-theme='dark'] .hint .admonition-title {
  background-color: #006a56 !important;
}

.important-float-right {
  float: right;
  width: 40%;
}

.important-float-right-narrow {
  float: right;
  width: 20%;
}


.tip {
  background: #eef5f4 !important;
  clear: none !important;
}
html[data-theme='dark'] .tip {
  background: #ffffff24 !important;
  clear: none !important;
}

.tip p.admonition-title {
  background: #9cd7cb !important;
}
html[data-theme='dark'] .tip p.admonition-title {
  background: #256a97 !important;
}

.admonition-todo {
  background: #f9f0e0 !important;
  clear: none !important;
}
html[data-theme='dark'] .admonition-todo {
  background: #ffffff24 !important;
  clear: none !important;
}

.admonition-todo p.admonition-title {
  background: #f7d1b0 !important;
}
html[data-theme='dark'] .admonition-todo p.admonition-title {
  background: #574903 !important;
}


.rst-content .citation-reference, .rst-content .footnote-reference {
  font-size: 70%;
}

.admonition {
  border-radius: 5px;
}

.warning {
  border-radius: 5px;
}
html[data-theme='dark'] .warning {
  background: #37270c !important;
  border-radius: 5px;
}
.admonition-title {
  border-radius: 5px 5px 0px 0px ;
}
html[data-theme='dark'] .admonition-title {
  background: #ff8a00 !important;
  border-radius: 5px 5px 0px 0px ;
  color: black;
}

/* *************************************** */

.menuselection {  
  border: 0px solid #ffffff00 !important;
  background:#b9b9b940 !important;
  font-style: italic;
  font-weight: 700;
}

html[data-theme='dark'] .menuselection {
  color: white;
}

/* *************************************** */

/* .wy-menu-vertical li.current {
  box-shadow: 0px 5px 10px #66666696;
} */

.wy-menu-vertical li.toctree-l2.current>a {
  /* box-shadow: 0px 5px 10px #66666696; */
  background-color: #d1d1d1;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
  background-color: #bdbcbc !important;
}

li.toctree-l3>a.current {
  font-style: italic !important;
  color: #1e1e1e !important;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a.current {
  background-color: #a3a3a3 !important;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a.current {
  background-color: #a3a3a3 !important;
}

/*   ***   */

/* html[data-theme='dark'] .wy-menu-vertical li.current {
  box-shadow: 0px 5px 10px #000000a1;
} */

html[data-theme='dark'] .wy-menu-vertical li.toctree-l1.current>a {
  /* box-shadow: 0px 5px 10px ##141414; */
  background-color: #141414 !important;
}

 
html[data-theme='dark'] .wy-menu-vertical li.toctree-l2.current>a {
  /* box-shadow: 0px 5px 10px #66666696; */
  background-color: #212121 !important;
}


html[data-theme='dark'] .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
  background-color: #2d2d2d !important;
}

html[data-theme='dark'] li.toctree-l3>a.current {
  color: #d5d5d5 !important;
}

html[data-theme='dark'] .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a.current {
  background-color: #373737 !important;
}

html[data-theme='dark'] li.toctree-l4>a.current {
  background-color: #2d2d2d !important;
}

html[data-theme='dark'] .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
  background-color: #373737 !important;
}

html[data-theme='dark'] .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a.current {
  background-color: #3f3f3f !important;
}

/* *************************************** */

.wy-table-responsive {
    margin-bottom: 12px !important;
    border-radius: 5px;
}

/* override table width restrictions */ 
.table-wrap-text p, .table-grid-homepage p, .table-list-homepage p { 
  white-space: normal !important; 
  font-size: 110% !important;
  line-height: 140% !important;
}

.table-wrap-text tr:nth-child(odd), .table-grid-homepage tr:nth-child(odd), .table-list-homepage tr:nth-child(odd) {
  background-color: white !important;  
  border-style: none !important;
  border-width:0px !important;
}
html[data-theme='dark'] tr:nth-child(odd), html[data-theme='dark'] html[data-theme='dark'] .table-grid-homepage tr:nth-child(odd), html[data-theme='dark'] .table-list-homepage tr:nth-child(odd) {
  background-color: black !important;
}

.table-wrap-text tr:nth-child(even), .table-grid-homepage tr:nth-child(even), .table-list-homepage tr:nth-child(even) {
  background-color: #ffffff00 !important;  
  border-style: none !important;
  border-width:0px !important;
}

.table-wrap-text td {
  background-color: white !important;  
  border-style: none !important;
  border-width:0px !important;
}
html[data-theme='dark'] .table-wrap-text td {
  background-color: ffffff08 !important;  
}

.table-grid-homepage td, .table-list-homepage td {
  font-size: 80% !important;
  color: #181818 !important;
  vertical-align:top !important;
  background-color: #ffffff00 !important;  
  border-style: none !important;
  border-width: 0px !important;
  padding: 10px;
}

html[data-theme='dark'] .table-grid-homepage td, html[data-theme='dark'] .table-list-homepage td {
  color: #ccc !important;
}

.table-wrap-text, .table-grid-homepage, .table-list-homepage { 
  margin-bottom: 24px; 
  max-width: 100% !important; 
  overflow: visible !important; 
  border-style: none !important;
  border-width: 0px !important;
} 

@media screen and (max-width: 900px) {
  .table-grid-homepage {
    display: none;
  }
  .table-list-homepage {
    display: block;
  }
}

@media not screen and (max-width: 900px) {
  .table-grid-homepage {
    display: block;
  }
  .table-list-homepage {
    display: none;
  }
}


.table-wrap-text th p, table-wrap-text-align-top th p { 
    margin-bottom: unset; 
} 

/* *************************************** */

.image-min-width-144 {
  min-width: 144px;
  height: auto !important;
}

.image-min-width-72 {
  min-width: 72px;
  height: auto !important;
}

.image-float-right img {
	float:right;
}

.image-product-logo-float-right img {
	float:right;
}

@media screen and (max-width: 1000px) {
  .image-product-logo-float-right img {
    display: none;
  }
}

/* *************************************** */
/* Google search */

.gsc-input-box {
  border: 0px !important;
}

.gsib_a input {
  padding: 5px !important;
  background-color: #141414 !important;
  color:white !important;
}

.gsc-search-button .gsc-search-button-v2 {
  width: 40px !important;
  height: 21px !important;
  padding: 4px 4px !important;
  background-color: #00a3b9ff !important;
  border-color: #00a3b9ff !important;
  border-radius: 5px;
}

/* .gsc-search-button .gsc-search-button-v2 {
  width: 0px !important;
  padding: 7px 7px !important;
  border-color: #009300 !important;
  background-color: #009300 !important;
} */

/* *************************************** */

/* sidebar level 3 bullet points */
nav#on-this-page ul.simple li ul li p {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 80% !important;
  line-height: 120% !important;
  margin-bottom: 0px !important;
}

/* sidebar level 3 bullet points */
nav#on-this-page ul.simple li ul li {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  line-height: 120% !important;
  margin-bottom: 0px !important;
  margin-left: 15px !important;
}

/* sidebar level 2 bullet points */
nav#on-this-page ul.simple li p {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 80% !important;
  line-height: 120% !important;
  margin-bottom: 0px !important;
}

/* sidebar level 2 bullet points */
nav#on-this-page ul.simple li {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  line-height: 120% !important;
  margin-bottom: 0px !important;
}

nav#on-this-page ul.simple {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  margin-bottom: 0px !important;
}

nav#on-this-page p {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  margin-top: 0px !important;
  margin-bottom: 6px !important;
}

nav#on-this-page {
  margin-bottom: 0px !important;
}


/* in-this-section level 3 bullet points */
nav.in-this-section ul.simple li ul li p {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 80% !important;
  line-height: 120% !important;
  margin-bottom: 0px !important;
  text-indent: 25px !important;
}

/* in-this-section level 3 bullet points */
nav.in-this-section ul.simple li ul li {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  line-height: 120% !important;
  margin-bottom: 0px !important;
  text-indent: 25px !important;
}

/* in-this-section level 2 bullet points */
nav.in-this-section ul.simple li p {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 80% !important;
  line-height: 120% !important;
  margin-bottom: 0px !important;
  text-indent: 25px !important;
}

/* in-this-section level 1 bullet points */
nav.in-this-section ul.simple li {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  line-height: 120% !important;
  margin-bottom: 0px !important;
  text-indent: 25px !important;
}

nav.in-this-section ul.simple {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  margin-bottom: 0px !important;
}

nav.in-this-section p {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  /* font-style: italic; */
  font-size: 90%;
  margin-top: 0px !important;
  margin-bottom: 6px !important;
  margin-left: -30px;
}

nav.in-this-section {
  margin-bottom: 20px !important;
  margin-left: 30px;
}


/* sidebars */
.rst-content .sidebar {
  padding: 12px 12px 12px 12px !important;
  border-radius: 10px;
  margin: 0 0 12px 24px;
}

.sidebar-on-this-page {
  box-shadow: -5px 5px 10px #000000a1 !important;
}

.sidebar-title {
  border-radius: 10px 10px 0px 0px !important;
  margin: -12px -12px 12px !important;
}

html[data-theme='dark'] .sidebar-title {
  background: #002735 !important;
}

html[data-theme='dark'] .rst-content .sidebar {
  background: #000000ff !important;
  border:#000000ff !important;
}

html[data-theme='dark'] .sidebar-on-this-page {
  box-shadow: 0px 0px 10px #343d3f !important;
}

/* news */
section#dcc-ex-model-railroading aside p.sidebar-title {	
  font-size: 110% !important;
  font-family: Audiowide,Helvetica,Arial,sans-serif !important;
  font-weight: 500 !important;  
  color: #00a3b9ff !important;
  text-shadow: 1px 1px 0 #00353dff;
  margin: -24px -24px 12px !important;
}

/* news */
p.ablog-post-title {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 90% !important;
  line-height: 130% !important;
  margin-bottom: 0px !important;
  font-weight: bold !important;
}

p.ablog-post-excerpt {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 90% !important;
  line-height: 130% !important;
  margin-bottom: 0px !important;
  margin-top: 6px !important;
}

p.ablog-post-expand {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 80% !important;
  line-height: 130% !important;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
  margin-left: 20px;
}

li.ablog-post {
  list-style-type: none !important;
  margin: 0px !important;
}

img.sd-card-img-top {
  max-width: 30% !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px;
  margin-bottom: -5px !important;
}

.sd-card-header {
  margin-bottom: -10px !important;
  margin-top: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.sd-card-header p {
  line-height: 18px !important;
}

html[data-theme='dark'] .sd-card-header {
  border-bottom: 1px solid rgb(255 253 253 / 13%);
}

.sd-card-body ul li p {
  margin-bottom: 5px !important;
}

.sd-card-text {
  margin: 0 0 12px !important;
}

figure.align-right {
  margin: 0 0 12px 12px !important;
}

figure.align-left {
  margin: 0 24px 12px 0 !important;
}

figure.align-right figcaption p, figure.align-left figcaption p {
  margin: 4px 0 0px 0px !important;
  line-height: 16px;
}

/* code */
.rst-content code {
  font-size: 100% !important;
}
.rst-content code.literal, .rst-content tt.literal {
  color: #ba2121 !important;
  font-size: 100% important;
}
html[data-theme='dark'] .rst-content code.literal, .rst-content tt.literal {
  color: #dbdd7c !important;
  font-size: 100% important;
  border: 1px solid #333;
  background: #141414;
}

/* general purpose */

.dcc-ex-red {
  color:red;
}

.dcc-ex-red-bold {
  color:red;
  font-weight: bold !important;
}

.dcc-ex-red-bold-italic {
  color:red;
  font-weight: bold !important;
  font-style: italic !important;
}

.dcc-ex-code {
  color:#ba2121;
  font-weight: bold !important;
}

.dcc-ex-text-size-200pct {
  font-size: 200% !important;
  line-height: 110% !important;
}

.dcc-ex-text-size-80pct {
  font-size: 80% !important;
}

.dcc-ex-text-size-60pct {
  font-size: 80% !important;
}

.new-in-v5 {
  font-family: Audiowide,Helvetica,Arial,sans-serif;  
  font-weight: bold; 
  font-style: italic; 
  color: #00a3b9 !important; 
  font-size: 110%; 
}
.new-in-v5-4 {
  font-family: Audiowide,Helvetica,Arial,sans-serif;  
  font-weight: bold; 
  font-style: italic; 
  color: #00a3b9 !important; 
  font-size: 110%; 
}

html[data-theme='dark'] .new-in-v5 {
  font-weight: normal; 
  color: #ffffff; 
  text-shadow: 0px 0px 10px #00a3b9;
}

.show-light {
  display:block;
}

html[data-theme='dark'] .show-light {
  display:none;
}

.show-dark {
  display:none;
}

html[data-theme='dark'] .show-dark {
  display:block;
}

/* *************************************** */

@media not screen and (max-width: 900px) {
  div.rst-footer-buttons {
    position: fixed;
    bottom: 5px;
    width: 250px;
    background: #c9c9c999;
    padding: 10px; 
    border-radius: 10px;
    border-color: white !important;
    border: 4px solid;
    transform: translateX(50%);
  }
  html[data-theme='dark'] div.rst-footer-buttons {
    border-color: #141414 !important;
    background: #c9c9c92e;
  }
  footer {
    padding-bottom: 40px;
    font-size: 80% !important;
  }
  html[data-theme='dark'] footer {
    color: #838383 !important;
  }
  footer hr {
	border-top: 3px solid #e1e4e5;
  }
  html[data-theme='dark'] footer hr {
	border-top: 2px solid #838383;
  }

  div.topOfPage {
    position: fixed;
    bottom:30px;
	  right: 95px;
    width:52px;
    background: #c9c9c999;
    padding: 5px; 
    border-radius: 10px;
    border-color: white !important;
    border: 4px solid;
  }
  html[data-theme='dark'] div.topOfPage {
    border-color: #141414 !important;
    background: #c9c9c92e;
  }

  .topOfPageBtn {
     border: 1px solid rgba(0,0,0,.1);
     border-radius: 2px;
     color: #404040!important;
  }
  html[data-theme='dark'] .topOfPageBtn {
    background-color: #17181c !important;
    color: #c1c1c1 !important;
  }
}

@media screen and (max-width: 900px) {
  div.rst-footer-buttons {
    display:block;
    font-size: 80% !important;
  }
  /* div.topOfPage {
    display:block;
  } */
}