*{
    margin: 0px;
}
.contentSection .space05{
    width: 100%;
    height: 5%;
}
.contentSection .wholeContent{
    width: 100%;
    height: 95%;
}
/* Table For Playlist */
.PlaylistDescription{
    width: 100%;
    height: 20%;
    margin: auto;
}
.PlaylistDescription td{
    width: 50%;
    height: 100%;
    padding: 2.5%;
    background: linear-gradient(to right,rgba(255,255,255,0.6),rgba(255,255,255,0.4),rgba(255,255,255,0.2));
}
.PlaylistDescription tr{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.PlaylistDescription .videoFrameTD{
    width: 60%;
}
.PlaylistDescription .videoDescriptionTD{
    width: 40%;
}
/* Table For Playlist */
.description{
    width: 80%;
    height: 80%;
    background: linear-gradient(to right,rgba(255,255,255,0.6),rgba(255,255,255,0.4),rgba(255,255,255,0.2));
    margin: auto;
    border: 1px solid black;
    text-align: center;
    font-size: 18px;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    padding-top: 20px;
    z-index: 1;
}
.description:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.2);
}
.description ul{
    text-align: left;
}

/* YouTube Iframe */
.forYoutubeIframe{
    border-radius: 25px 25px 25px 25px;
    border: 2px solid black;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
/* YouTube Iframe */
.description .listNumber{
    width: 10%;
    height: 10%;
    border-radius: 0px 5px 5px 0px;
    background: black;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: auto;
    padding: 2px;
}
.description .textReview{
    width: 100%;
    height: 90%;
}

/*Sidebar*/
.sideBar{
    width: 100%;
    height:42.5px;
    position: fixed;
    top:50px;
}
.sideBar a{
    float: left;
    width: 20%;
    height: 100%;
    line-height: 42.5px;
    background: linear-gradient(to right,rgba(255,255,255,0.6),rgba(255,255,255,0.4),rgba(255,255,255,0.6));
    text-align: center;
    font-size: 32px;
    text-decoration: none;
    color: black;
    text-align: center;
}
.sideBar a:hover{
    background-color: antiquewhite;
    color: #000;
}
/*Sidebar*/