/* html.inverted,
html.inverted .tab-toolbar {
  background: black;
  color:white;
} */

body.dark,
html.inverted body.light,
body.dark .bg-themeable,
html.inverted body.light .bg-themeable,
body.light .fg-themeable,
html.inverted body.dark .fg-themeable {
  background-color: black;
  color:white;
}

body.light,
html.inverted body.dark,
body.light .bg-themeable,
html.inverted body.dark .bg-themeable,
body.dark .fg-themeable,
html.inverted body.light .fg-themeable {
  background-color: white;
  color:black;
}

body{
  font-family:"Helvetica Neue", "Helvetica Neue LT", sans-serif;
  margin:0.0em;
  overflow-x:hidden;
  overflow-y:scroll;
}
body.standalone {
  margin:2em;
}

h1, .h1 {
  font-weight:bold;
  font-size:500%;
  line-height:100%;
}


h2, .h2 {
  font-weight: bold;
  font-size:200%; margin-bottom:1em;
}


h3, .h3 {
  letter-spacing:0.33em;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight:normal;
}


#kindle-console {
  max-height:50%;
  line-height:1em;
  overflow:scroll;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:white;
  border-top:1px solid #ccc;
  color:black;
  width:100%;
  padding:0;
  opacity:0.85;
  text-align:left;
  font-family:monospace;
  font-size:0.5em;
  word-wrap:break-word;
  padding-bottom:0.3em;
  }
  #kindle-console > div {
    padding:0.5em;
  }
  
.widget {
  margin-bottom:2em;
}

/* .sign-in {
  border:1px solid black;
  padding:1em;
} */

.menu {
  
  float: right;

}

.menu .menu-button {
  text-align:right;
  padding:1em;
  opacity:0.5;
  width:1em; height: 1em;
  background-size:1em;
  background-repeat:no-repeat;
  background-position:center;
  background-image: url("/outline-more_horiz-24px.c9bf3a83.svg");

}


#root-container.screensaver {
  padding:2em;
}
.menu:not(.expanded) .menu-content {
  display:none;
}

.menu-item {
padding:0.5em 1em;
}
.menu-item:active {
  background:black;
  color:white;
}
.menu .menu-content {
  background: white;
  position:absolute;
  z-index:100;
  right:1em;
  border:1px solid black;
}


button {
  padding: 0.5em 1em;
  background:black;
  color:white;
  border:none;
  border-radius:10em;
  font-size:0.7em;
}


/*# sourceMappingURL=/base.cabd8b2a.css.map */