body {
  background-image: url(images/background.png);
}

.terminalButton {
  background-color: transparent;
  color: black;
  font-family: arial;
}

.selected {
  background-image: linear-gradient(#c2c7d0, #aeb2bc);
  color: black;
  border-bottom: 3px solid #a4a8b1;
}

.terminal {
  height: 110px;
  width: 100%;
  background-image: linear-gradient(#ededed, #c6c6c6);
  color: black;
  border-bottom: 3px solid #a4a8b1;
}

.container {
  display: table;
  width: 100%;
  height: 500px;
  padding: 0px;
}

.tabs {
  display: table-cell;
  width: 20%;
  height: 100%;
  background-color: #dee2eb;
}

.song-name {
  display: table-cell;
  width: 50%;
  height: 100%;
  background-color: #fafafa;
}

.song-time {
  display: table-cell;
  width: 10px;
  height: 100%;
  background-color: #fafafa;
}

.song-artist {
  display: table-cell;
  height: 100%;
  background-color: #fafafa;
}

.alt {
  background-color: #eef3f6;
}

.item-space {
  padding-top: 7px;
  padding-left: 40px;
  height: 25px;
  font-family: arial;
}

.item {
  padding-top: 7px;
  padding-left: 20px;
  height: 25px;
  font-family: arial;
}

@media only screen and (max-width: 600px) {
  
  .tabs {
    width: 30%;
  }
  
}