a {
    color: black;
}
.titleBar {
    display: flex;
    flex-direction: row;
    /* width: 50%; */
    color: rgb(100, 99, 99);
    background-color: black;
    border-color: gray solid 5px;
}

.playList_Track {
    width: auto;
    display: flex;
    flex-direction: row;
    border-color: gray solid 5px;
    overflow: hidden;
}

.audio_ctrl_DIV_B {
    background-color: rgb(187,187,187);
}

.audio_ctrl_DIV_A {
    background-color: rgb(170,170,170)
}


/* ROW COLORS ********************************************** */
#pl_row_a {
    background-color: rgb(187,187,187);
}

#pl_row_b {
    background-color: rgb(170,170,170)
}


/* GoTo DRAFT Track List */

.gtl_Icon {
    width: 4%;
}

.gtl_Title {
    display: flex;
    align-items: center;
    width: 55%;
}

.gtl_Artist {
    width: 35%;
}

.gtl_Album {
    width: 6%;
    /* height: 30px; */
    overflow: hidden;
    /* background-color: chartreuse; */
}

/* .album_p {
    height: auto;

} */

.GTL_Draft {
    width: 854px;
    border-radius: 20px;
    color: black;
    border: solid #595959;
    overflow: hidden;
}


#music_icon {
    display: flex;
    justify-content: center;
}

audio {
    height: 30px;
    border-bottom: solid orange 4px;
    border-radius: 20px;
}

/* HIDE AUDIO PLAYER (PlayList) */
#angel_audio_ctrl, #flyAway_audio_ctrl, #nOINW, #iRGB, #iDO, #FiveS, #rLove,
#eHESE, #lWU, #aTT, #nFTW, #iMH, #sKOF,
#iDNU, #mMSIAG, #mFT, #oMO, #sMe, #fTLIU,
#kDB, #bIW, #aNNTW, #tTEOT, #aTog, #fReal, #wIT,
#iBS, #gIRL {
    display: none;
}

.show_player_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 50px; */
    padding: 0px;
    background-color: black;
    border: solid black 1px;
}

.fa-angle-down {
    /* color: rgb(173, 166, 166); */
    /* color: yellow; */
    color: orange;
}

.musicIndex {
    position: inherit;
    right: 20px;
    padding: 7px;
}

/* **************************************************   Media Query   ************************************************************** */

@media only screen and (max-width: 600px) {
    .titleBar, .playList_Track {
        width: 100%;
    }

    .GTL_Draft {
        width: 100%;
    }
}