#playlist_list {
    text-align: left;
    margin-left: auto ;
    margin-right: auto ;
    /* width: 80%; */
}

#player {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.content {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.content video {
    width: 100%;

}

#player video {
    width: 100%;
}
#playlist_list {
    width: 100%;
    background-color:#ccc;
    border:1px solid #009be3;
    border-top-style:none;
}
#playlist_list ul{
    padding:10px 20px 20px 20px;
    margin:0 0 10px 0;
    list-style-type:none;
    list-style-position:inside;
    font-size:.9em;
    overflow: auto;
    height: 10em;
}

#playlist_list li{
    padding:4px 0 4px 20px;
    border-bottom:1px solid #eee;
    cursor: pointer;
}

#playlist_list li.playlist_current{
    color:#0d88c1;
    list-style-type:square;
    list-style-position:inside;
    padding-left:6px;
    cursor: default;
}

#playlist_list li:hover {
    color:#0d88c1;
}

#playlist_list .note {
    display: none;
    color: black;
}

#playlist_list li.playlist_current .note {
    margin-left: 20px;
}

.parallel div {
    display: inline;
    padding: 0px;
}
div.parallel {
    text-align: center;
    float: center;
}

.jqmWindow {
    display: none;
    position: fixed;
    top: 25%;
    left: 40%;
    min-width:  20%;
    min-height: 20%;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

#about {
    display: none;
    top: 15%;
    left: 30%;
}
.center {
    text-align: center;

}
