.header {
  padding: 5px; /* some padding */
  text-align: center; /* center the text */
  background: #ffffff; /* green background */
  color: black; /* white text color */
}

/* Increase the font size of the <h1> element */
.header h1 {
  font-size: 40px;
}

table, th, td {
  border: 1px solid black;
  padding: 1px;
  border-spacing: 2px;
}

/* Style the top navigation bar */
.navbar {
  overflow: hidden; /* Hide overflow */
  background-color: #333; /* Dark background color */
}

/* Style the navigation bar links */
.navbar a {
  float: left; /* Make sure that the links stay side-by-side */
  display: block; /* Change the display to block, for responsive reasons (see below) */
  color: white; /* White text color */
  text-align: center; /* Center the text */
  padding: 14px 20px; /* Add some padding */
  text-decoration: none; /* Remove underline */
}

/* Right-aligned link */
.navbar a.right {
  float: right; /* Float a link to the right */
}

/* Change color on hover/mouse-over */
.navbar a:hover {
  background-color: #dddddd; /* Grey background color */
  color: black; /* Black text color */
}

a {
  color: #337ab7;
}

p {
  margin-top: 0.5rem;
  width:     80%
  word-wrap: break-word;
}

a:hover {
  color:#23527c;
}

a:visited {
  color: #000000;
}

.indent {
    margin-left: 20px;
}

body {
	line-height: 1.5;
	font-family: sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color:black;
	margin:2em;
}

h1 {
	text-decoration: underline red;
	text-decoration-thickness: 3px;
	text-underline-offset: 6px;
	font-size: 220%;
	font-weight: bold;
}

h2 {
	text-decoration-thickness: 2px;
	font-size: 140%;
	font-weight: bold;
}

red {
	color: red;
}

#controls {
  display: flex;
  margin-top: 2rem;
  max-width: 28em;
} 

button {
  flex-grow: 1;
  height: 2rem;
  min-width: 6rem;
  border: none;
  border-radius: 0.15rem;
  background: #ed341d;
  margin-left: 2px;
  box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  font-weight: bold;
  font-size: 1rem;
}

button:hover, button:focus {
  outline: none;
  background: #ad1d0c;
}

button::-moz-focus-inner {
  border: 0;
}

button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 3rem;
}

button:disabled {
  pointer-events: none;
  background: darkgray;
}
button:first-child {
  margin-left: 0;
}

a.submit_link:link, a.submit_link:visited {
  flex-grow: 1;
  height: 1.5rem;
  min-width: 6rem;
  border: none;
  border-radius: 0.15rem;
  background: #ed341d;
  margin-left: 2px;
  box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: white;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
}

a.submit_link:hover, a.submit_link:active {
  background: #ad1d0c;
}

audio {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}

li {
  list-style: 1;
  margin-bottom: 0.1rem;
}

#formats {
  margin-top: 0.5rem;
  font-size: 80%;
}

#recordingsList{
	max-width: 28em;
}

.player {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 20em;
    transition: width 0.5s ease, background-color 0.5s ease;
}

.fa {
  padding: 5px;
  font-size: 7px;
  width: 13px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Facebook */
.fa-facebook {
  background: #3B5998; 
  color: white;
}

.footer {
  text-align: left;
}
