#album-image {
  margin-top: 15px;
  margin-bottom: 15px;
}

.flex-button-container {
  display:flex; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  flex-direction: column;
}

/* sell your album button, same as in playing page except sell-album-button margins and cd-icon max-width */
.sell-album-button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cd-icon {
  max-width: 30px;
  margin-left: 5px;
}

.gold-background {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  color:#333333;;
  justify-content: center;
  border-radius:6px;
  font-weight:bold;
  padding:15px;
  background:linear-gradient(to right, #BF953F, #FCF6BA, #FBF5B7, #AA771C);
}

.silver-neon-container {
  color: #E5E4E2;
  border: 5px solid;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 
  0 1px 2px rgba(0,0,0, 0.6), 
  2px 1px 4px rgba(0,0,0, 0.3), 
  2px 4px 3px rgba(199, 198, 196, 0.3), 
  0 0 7px 2px rgba(214, 213, 211, 0.6), 
  inset 0 1px 2px rgba(0,0,0, 0.6), 
  inset 2px 1px 4px rgba(0,0,0, 0.3), 
  inset 2px 4px 3px rgba(199, 198, 196, 0.3), 
  inset 0 0 7px 2px rgba(214, 213, 211, 0.6);
}

/* remove padding so border has no space around songs */
.songs-container.blue-neon-container {
  padding: 0
}

.songs-container.silver-neon-container {
  padding: 0
}

/* one song's info, a row in song container */
.song {
  /*cursor: pointer;*/
  padding-top: 5px;
  padding-bottom: 5px;
   background-color: #0b3598; 
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  
  border: 1px solid;
  border-color: #1FFFFF;
}

/* darker color if hovered */
/*.song:hover {*/
/*  filter: brightness(90%);*/
/*}*/

/* play icons and song name */
.song .left-section {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.song .play {
  /* display: block; */
  margin-right: 5px;
}

.song .pause {
  display: none;
  margin-right: 5px;
}

/* total play time */
.song .right-section {
  padding-right: 15px;
}

.blue-neon-container {
  text-shadow:
  -2px 4px 4px #091243, 
  0 0 10px #00D0FF,
  inset 1px 1px 1px white;
  color: #1FFFFF;
  border: 2px solid;
/*  border-radius: 4px; */
  background-color: transparent;
  box-shadow: 
  0 1px 2px rgba(0,0,0, 0.6), 
  2px 1px 4px rgba(0,0,0, 0.3), 
  2px 4px 3px rgba(3,0,128, 0.3), 
  0 0 7px 2px rgba(0,208,255, 0.6), 
  inset 0 1px 2px rgba(0,0,0, 0.6), 
  inset 2px 1px 4px rgba(0,0,0, 0.3), 
  inset 2px 4px 3px rgba(3,0,128, 0.3), 
  inset 0 0 7px 2px rgba(0,208,255, 0.6);
}

.red-neon-container {
  margin-top: 15px;
  margin-bottom: 15px;

  text-align: center;
  max-width: 150px;
  padding: 1rem 1.25rem;
  /* background-color: #1F1F4A; */
  background-color: #0b3598;

  text-shadow:
  -2px 4px 4px #431209, 
  0 0 10px #FF0D00,
  inset 1px 1px 1px white;
  color: #FF1F1F;
  border: 2px solid;
  border-radius: 4px;
  box-shadow: 
  0 1px 2px rgba(0,0,0, 0.6), 
  2px 1px 4px rgba(0,0,0, 0.3), 
  2px 4px 3px rgba(128,0, 3, 0.3), 
  0 0 7px 2px rgba(255,0,108, 0.6), 
  inset 0 1px 2px rgba(0,0,0, 0.6), 
  inset 2px 1px 4px rgba(0,0,0, 0.3), 
  inset 2px 4px 3px rgba(128,0, 3, 0.3), 
  inset 0 0 7px 2px rgba(255,0,108, 0.6);
}

.red-neon-container a {
  color: #FFFFFF;
}

#maincontent.gold-background {
  background:linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.silver-neon-container {
  text-shadow:
  -2px 4px 4px #D6D5D3, 
  0 0 10px #f4f3f1,
  inset 1px 1px 1px white;
  color: #E5E4E2;
  border: 5px solid;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 
  0 1px 2px rgba(0,0,0, 0.6), 
  2px 1px 4px rgba(0,0,0, 0.3), 
  2px 4px 3px rgba(199, 198, 196, 0.3), 
  0 0 7px 2px rgba(214, 213, 211, 0.6), 
  inset 0 1px 2px rgba(0,0,0, 0.6), 
  inset 2px 1px 4px rgba(0,0,0, 0.3), 
  inset 2px 4px 3px rgba(199, 198, 196, 0.3), 
  inset 0 0 7px 2px rgba(214, 213, 211, 0.6);
}

/* fire and ice buttons */
.button {
    border: 1px solid green;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transform: skewX(-10deg);
    height: 50px;
    width: 250px;
    border-radius: 20px 5px 20px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font: 15px sans-serif;
    font-weight: 300;
    text-shadow: 0 0 20px #fff;
    text-transform: uppercase;
    -webkit-animation: breath2 2s 0.5s infinite alternate;
            animation: breath2 2s 0.5s infinite alternate;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .button:before {
    content: "";
    display: block;
    width: calc(100% - 22px);
    height: calc(50px - 8px);
    -webkit-animation: breath 2s infinite alternate;
            animation: breath 2s infinite alternate;
    left: 10px;
    top: 3px;
    position: absolute;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px 3px 15px 3px;
  }
  .button.fire {
    border-color: #ffeca8;
    background-image: linear-gradient(to bottom, rgba(255, 138, 48, 0.6), rgba(240, 96, 29, 0.6));
    box-shadow: 0 0 70px rgba(255, 138, 48, 0.6), 0 5px 20px rgba(255, 138, 48, 0.6), inset 0 1px #ffeca8, inset 0 -1px #ffeca8;
    color: #FFFFFF;
  }
  .button.fire:before {
    box-shadow: inset 0 0 30px 0 #ffeca8;
  }
  .button.ice {
    border-color: #a8ecff;
    background-image: linear-gradient(to bottom, rgba(48, 138, 255, 0.5), rgba(29, 96, 240, 0.5));
    box-shadow: 0 0 70px rgba(48, 138, 255, 0.5), 0 5px 20px rgba(48, 138, 255, 0.5), inset 0 1px #ffeca8, inset 0 -1px #ffeca8;
    color: #FFFFFF;
  }
  .button.ice:before {
    box-shadow: inset 0 0 30px 0 #a8ecff;
  }
  .button:hover.fire {
    box-shadow: 0 0 70px rgba(255, 138, 48, 0.8), 0 5px 20px rgba(255, 138, 48, 0.8), inset 0 1px #ffeca8, inset 0 -1px #ffeca8;
  }
  .button:hover.fire:before {
    box-shadow: inset 0 0 50px 0 #ffeca8;
  }
  .button:hover.ice {
    box-shadow: 0 0 70px rgba(48, 138, 255, 0.8), 0 5px 20px rgba(48, 138, 255, 0.8), inset 0 1px #a8ecff, inset 0 -1px #a8ecff;
  }
  .button:hover.ice:before {
    box-shadow: inset 0 0 50px 0 #a8ecff;
  }
  .button + .button {
    margin-top: 15px;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  
  @-webkit-keyframes breath {
    0% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0.95);
    }
  }
  
  @keyframes breath {
    0% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0.95);
    }
  }
  @-webkit-keyframes breath2 {
    0% {
      transform: skewX(-10deg) scaleX(1);
    }
    100% {
      transform: skewX(-10deg) scaleX(0.95);
    }
  }
  @keyframes breath2 {
    0% {
      transform: skewX(-10deg) scaleX(1);
    }
    100% {
      transform: skewX(-10deg) scaleX(0.95);
    }
  }
  .ref {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    padding: 5px 8px;
    position: absolute;
    font-size: 16px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-weight: 300;
    font-family: sans-serif;
    text-decoration: none;
  }
  .ref::first-letter {
    font-size: 12px;
  }