body {
  background-color: #2A2D43;
  color: #ffffff;
}

.top {
  position: relative;
  margin-bottom: 50px;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  background-color: #34495e;
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 3px;
}
li:hover {
  background-color: #222f3d;
}
.content {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid black;
  border-radius: 5px;
}
.uyari {
  padding: 10px;
}
.left{
  float: left;
  width: 80%;
  left: 10px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
#recordText {
  margin-top: 50px;
}
.right{
  float: right;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#playButton {
  background: url(/images/play.png) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
  border: 0;
}

#downloadButton {
  background: url(/images/download.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  border: 0;
}

.sPlayer{
  margin: 0 auto;
  left: 0px;
  position: fixed;
  border-top: 2px solid #000000;
  bottom: 0;
  width: 100%;
}

.pages{
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 150px;
}

.pageList {
  position: relative;
  float: left;
  display: flex;
}

.pageButton {
  background-color: #34495e;
  color: #ffffff;
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-right: 3px;
}

.pageButton:hover {
  background-color: #222f3d;
}