/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.2;
}
ol { 
  padding-left: 1.4em;
  list-style: decimal;
}
ul {
  padding-left: 1.4em;
  list-style: square;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} 
/* ----- end reset ----- */

body {font-size:medium; 
  margin-left: 5em; 
  margin-top: 1em;
  background: white; 
  font-family: Arial; 
  width: 80%;
}

a:link {color: red; text-decoration: none;}
a:visited {color: purple; text-decoration: none;}
a:hover {color: darkorange;}
a:active {color : orange;}

/*
h1 ( font-size: 1.5em; }   
*/

div { 
  padding: 10px; 
}

.application {
  width: 620px; 
  margin: 0 auto;
}

.playback {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

#enter-button {
  background: #FF9AFF;
  font-size: 1.15em;
  padding-left: 1em;
  padding-right: 1em;
  margin-right: 15px;
  margin-top: 10px;
  font-weight: bold;
  float: left;
}

#play-button {
  background: lime;
  font-size: 1.15em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 15px;
  margin-top: 15px;
  font-weight: bold;
}

#stop-button {
  background: tomato;
  font-size: 1.15em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  font-weight: bold;
}

.enterBox { 
  color: slategray;
  font-size: .9em;
}

.sliderBox { 
  color: slategray;
  font-size: .9em;
  text-align: center;
  /* margin-right: 15px; */
}

li, span, input { 
  color: navy;
  font-size: 1em;
}

p {
  font-size: 1.0em;
}

#dna-string {
  word-break: break-word;
}

textarea {
  font-size: 1em;
  font-family: Courier, fixed, sans-serif;
}

/* style for table containing formatted DNA for display */
#displayString {
  margin: 0 auto;
  text-align: center;
  color: slategray;
  font-size: .8em;
}

#currentLetter {
  color: magenta;
  font-weight: bold !important;
  text-decoration: overline;
  text-decoration: underline;

}

footer {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: .9em;
	margin-top: 3em;
	text-align: center;
	max-width: 500px;
	margin: auto;
	color: slategray;
}