#albumListing, #albumListing td, #albumListing tr {
    vertical-align: top;
}



/* CD ITSELF */
      
      .cd_wrapper {
        z-index: 1;
        position: absolute;
        width: 280px;
        height: 280px;

        margin-left: 20px;
      }

      .cd_holder {
        height: 306px;
        width: 330px;
        margin:20px 0px 15px 35px;
        margin-left: 120px; /* 40in, 180 full */
    }
  
      .cd {
        position: relative;
        margin: auto;
      }
      
      .cd_outer_rim{
        background: grey;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      
      .cd_inner_rim{
        background: black;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 50px solid lightgrey;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      
      .cd_arc, .cd_arc2{
        position: absolute;
        border: 115px solid transparent;
        border-top-color: #ccf;
        border-bottom-color: #ccf;
        border-radius: 100%;
        height: 50px;
        width: 50px;
        margin: 1em auto;
        animation: arc_spin infinite .5s alternate;
      }
       
      .cd_arc2{
        transform: rotate(45deg);
        animation: arc2_spin infinite .75s alternate;
      }
      
      .cd_rainbow{
        position: absolute;
        background: linear-gradient(to bottom, #aee5be 0%,#e5a5d2 32%,#876e86 63%,#d3585a 84%,#e8b07f 100%);
        height: 280px;
        width: 280px;
        border-radius: 50%;
        margin: 1em auto;
        transform: rotate(60deg);
        animation: rainbow_spin infinite .75s alternate;
      }
      
      .cd_arc:hover{
        animation: arc_round 1.75s;
      }
  
  
/* CD CASE */
      #selectAlbum .album-art {
              background:  linear-gradient(rgba(255,255,255,0.15),rgba(255,255,255,0)), url("http://kinotabi.info/mp3/KINO'S%20TRAVELS%20-LOST%20on%20the%20TRACKS-%20repraised%20songs%20by%20COUNTERCOLETTE_cover.jpg") center center no-repeat;
          background-size: cover;
          }
      .cd-case {
              z-index: 2;
              position: absolute;
              height: 306px;
              width: 330px;
              margin:0px 0px 15px 35px;
              /* display: inline-block; */
              border-radius: 3px;
              background: rgba(0,0,0,0);
              box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.6), inset 0px 0px 20px 2px rgba(0,0,0,0.4), inset 0px 0px 5px 1px rgba(255,255,255,0.6), inset 0px 0px 0px 1px rgba(255,255,255,0.2);
          }
    .album-art {
              height: 300px;
              width: 300px;
              border-radius: 3px;
              background: rgba(0,0,0,0);
              box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5),inset 0px 0px 16px 2px rgba(0,0,0,0.1), inset 0px 0px 0px 1px rgba(255,255,255,0.3);
              position: relative;
              top: 3px;
              left: 25px;
              z-index: -2;
          }
          .album-spine {
              height: 220px;
              width: 15px;
              background: -webkit-linear-gradient(rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.07) 100%);
              box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.23), inset 0px 0px 7px 0px rgba(0,0,0,0.22), inset 0px 0px 0px 1px rgba(255,255,255,0.22);
              position: relative;
              top: -260px;
              left: 0;
              border-radius: 0 50% 50% 0;
              z-index: -1;
          }
  
        