* {
  padding: 0;
  margin: 0;
}
a {
  color: #F0F;;
}
p {
  margin-top: 1rem;
}
a:hover {
  color:#000;
}
a:visited {
}
html{
  height: 100%;
  margin: 0px;
  padding:0px;
}
body {
  height: 100%;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  background: silver;
}
#controls {
  display: flex;
  /*margin-top: 2rem;*/
}
button {
  flex-grow: 1;
  height: 2.5rem;
  min-width: 2rem;
  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: #c72d1c;*/
}
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: lightgray;
}
button:first-child {
  margin-left: 0;
}
audio {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}
audio {
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 1px 0 #fff, 0 1px #fff, 1px 1px #fff;
  background: white;
  font-family: px_sans_nouveaux,Arial,Helvetica,sans-serif;
  font-size: 8px;
  color:black;
  height: 40px;
  margin-bottom: 8px;
  width: calc( 100% - 11px );
  margin-top: 2px;
}

audio::-webkit-media-controls-panel {
  background-color: white;
   height: 40px;
}


li {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 10px;
}
#formats {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4{
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#top{
position: fixed;
background: silver;
width: calc(100% - 20px );
height: 90px;
}

#recordingsList{
background: #fff;
margin-top: 90px;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
max-height: calc(100% - 90px);
height: 100%;
overflow: hidden;
    overflow-y: hidden;
overflow-y: scroll;

}

li{
  background: white;
padding-top: 10px;
padding-bottom: 10px;

}

li:nth-child(2n) {
    background-color: #eee;
}

button{
  height: 30px;
}