html {
    margin: 0;
  background-color: #202026;
    padding: 0;
}body {
  background-color: #202026;
    padding: 0;
    margin: 0 0px;
  color: #d0d0d0;
}
a:link {
    color: #6060d0;
}
a:visited {
    color: #606080;
}
a:hover {
    color: #d86;
}
p {
    margin: 5px 5px;
  /*margin: 0px 16px;*/
  font-family: "Open Sans", sans-serif;
  font-size: 80%;
}

#header {
    position: static;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: #404048;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    font-family: Helvetica, sans-serif;
}
#header, #header a {
    color: white;
}
#downloads {
    float: right;
    background: #999;
}
.download {
    float: right;
    background: #999;
    padding: 0 5px;
}
.home {
  margin: 0;
  font-size: 125%;
  font-weight: lighter;
  text-transform: lowercase;
}
.home a {
  margin: 0;
  background: #666;
  padding-left: 25px;
  padding-right: 30px;
  margin-right: 20px;
  float: left;
  text-decoration: none;
}
.home:hover a {
  color: #000;
  background: #d86;
}
#audio {
    margin-top: 0px;
    width: 100%;
    display: inline-block;
    /*width: 50%;*/
    /*float: left;*/
    /*margin-top: 50px;*/
}
#inst {
    margin-top: 0px;
    width: 50%;
    display: inline-block;
    /*margin-top: 50px;*/
}
#transcript {
    /*background: #222;*/
    overflow: hidden;

  background-color: #111;

    padding:0px;
    border: 0px solid #000A;
    border-radius: 3px;
    /*margin: 0 15px;*/
    /*margin-bottom: 5em;*/
    /*white-space: pre-wrap;*/
    line-height: 1em;
    min-height: 20em;
    /*max-height: 100%;*/
    position: relative;

    /*max-width: 100%;*/
    /*min-width: 100%;*/
    /*max-width: 100%;*/
    width: 100%;
    /*max-width: 600px;*/
    color: #999;
}
#transcript.status {
    background-color: #333;
    color: #fff;
    font-family: Courier, mono;
    line-height: 1em;
    font-size: 10pt;
    max-width: 100%;
}
#transcript.status h2 {
    padding: 10px;
}
#transcript.status .entry {
    margin-bottom: 10px;
    padding: 10px;
}
#transcript.status progress {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}
.success {
    overflow: hidden;
    /*outline-style: solid;*/
    /*border: 2px solid #0002;*/
    height: 3.5em;
    /*display: inline-block;*/
    display: block;
    position: absolute;
    /*position: relative;*/
    border-radius: 0.3em;
    background: #222;
    /*background-image: url(wave.png);
    background-repeat: no-repeat;
    background-size: 600px 100%;
    background-position: 0% 0px;*/

    
  color: black;
}
.success:hover {
    text-decoration: underline;
    /*opacity: 1.0;*/
    background: #fa34;
    outline: 2px solid #fa3;
    /*position: relative;*/
}
/*.success.phonemes .success.phoneme {
    margin-right: 5px;
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 50%;
}
.success.phonemes .success.phoneme:last-child {
    margin-right: 0;
}*/

.active {
    color: magenta;
    background: #fa34;
    border-bottom: 2px solid #fa3;
    /*background: #fff4;*/

    /*background: magenta;*/
}
.word {
    text-align: center;
    padding: 2px;
     overflow: hidden;
    /*outline-style: solid;*/
    /*border: 2px solid #73AD21;*/
    height: 1em;
    /*display: inline-block;*/
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: 0px;
    /*position: relative;*/
    border-radius: 0.3em;
    /*background: #0001;*/
  color: #d0d0d0;
  text-shadow: 0px 0px 1px black;
    margin-top: 1em;

  /*font-family: "Open Sans", sans-serif;*/

}
#preloader {
    visibility: hidden;
}
.phactive {
    text-decoration: underline;
}
.phones {
    /*position: absolute;*/
    position: relative;
  color: #d0d0d0;
    /*color: #333;*/
}
.phones .phone {
    /*margin-right: 5px;*/
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 50%;
}
.phone {
    /*overflow: hidden;*/
        text-align: center;
    display: inline-block;
}
.phones .phone:last-child {
    margin-right: 0;
}
#footer {
  margin-top: 100px;
  border-top: 1px dotted black;
  font-size: 8pt;
  font-style: italic;
  font-family: Helvetica, sans-serif;
    display: none;
  padding: 10px;
}

 /* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  /*float: left;*/

  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  /*right: 0;*/
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 