body, html {
  height: 100%;
  box-sizing: border-box; }

body {
  background: aliceblue;
  font-family: Verdana, serif;
  display: flex;
  flex-direction: column;
  line-height: 1.6em; }
  @media screen and (max-width: 800px) {
    body {
      line-height: 2em; } }

#help {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: aliceblue; }
  #help h1, #help h2 {
    margin-bottom: 0.4em;
    text-align: left; }
  #help h4 {
    font-size: 1.2em;
    margin-top: 0.8em; }
  #help a.close {
    position: fixed;
    top: 10px;
    right: 10px; }
  #help input.close {
    margin-top: 1em; }
  #help > div {
    margin: 1em; }

main {
  display: flex;
  flex-direction: column;
  height: 100%; }

h1 {
  font-size: 2em;
  text-align: center;
  margin-top: 0.4em; }

h2 {
  font-size: 1.4em;
  text-align: center;
  margin-top: 0.4em; }

a {
  cursor: pointer; }
  a.toggleAdvanced {
    color: blue; }
  a.play, a.pause {
    width: 1em;
    display: inline-block; }

@media screen and (max-width: 800px) {
  #wpm {
    width: 9em; }

  #text-header {
    font-size: 1.2em; } }
html.playing header, html.playing #text, html.playing #text-header {
  opacity: 0.05;
  transition: opacity 0.4s; }
html.playing #settings {
  opacity: 0.75;
  transition: opacity 0.4s; }
html.playing #reader-wrapper {
  margin: 0 0px 20px 0px;
  transition: margin 0.4s;
  -webkit-box-shadow: 10px 10px 77px 11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 77px 11px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 77px 11px rgba(0, 0, 0, 0.75);
  transition: box-shadow 0.4s; }
  @media screen and (max-width: 800px) {
    html.playing #reader-wrapper {
      margin: 0 0px 10px 0px; } }

html.paused header, html.paused #text, html.paused #text-header, html.paused #settings {
  transition: opacity 0.5s; }
html.paused #reader-wrapper {
  transition: margin 0.5s;
  transition: box-shadow 0.5s; }

header {
  background: navy;
  color: white;
  padding: 4px 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  header h1 {
    flex-basis: 80%;
    flex-grow: 1;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.1em; }
  header #icons, header #left {
    flex-basis: 10%;
    width: 2em;
    max-width: 2em; }

.clear {
  clear: both; }

#advanced {
  margin-top: 0.6em;
  padding-top: 0.4em;
  border-top: 1px solid navy; }
  #advanced #short-pause, #advanced #long-pause {
    width: 2.2em; }
  #advanced #padding-top, #advanced #padding-bottom {
    width: 2.2em; }

.hidden {
  display: none; }

.delete-cookie {
  color: red;
  cursor: pointer; }

#stats {
  position: absolute;
  bottom: 2em;
  right: 5px;
  font-size: 0.8em; }

#reader-wrapper {
  padding: 0;
  background: white;
  position: relative;
  margin-bottom: 20px; }
  #reader-wrapper #reader {
    font-size: 32pt;
    width: 100%;
    text-align: center;
    padding: 0.4em 0 0.6em;
    box-sizing: border-box;
    line-height: 1em; }
  #reader-wrapper #reader-position-wrapper {
    display: flex;
    flex: 1 auto;
    width: 100%;
    background: #dedede;
    padding: 0 10px;
    box-sizing: border-box; }
    #reader-wrapper #reader-position-wrapper .play, #reader-wrapper #reader-position-wrapper .pause {
      color: black;
      align-self: center; }
    #reader-wrapper #reader-position-wrapper #reader-position {
      width: 100%;
      background: white; }

#settings {
  border: 1px solid black;
  padding: 10px 20px;
  margin: 0px auto;
  display: block;
  float: none;
  clear: both;
  position: relative; }
  #settings ul > li {
    list-style-type: none;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 4px; }
    #settings ul > li > input {
      vertical-align: middle; }
  #settings .saved {
    color: green;
    position: absolute;
    top: 1em;
    right: 5px; }

ul.bullets {
  margin-left: 1em;
  padding-left: 1em; }
  ul.bullets > li {
    list-style-type: disc; }

#text {
  margin-top: 10px;
  height: 100%;
  min-height: 10em;
  position: relative; }
  #text > textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: aliceblue;
    border: 1px solid navy; }

/*# sourceMappingURL=speedreader.css.map */
