body {
    margin-right: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: 0 0;
    font-family: Roboto Condensed, Helvetica, Sans-Serif, serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1em;
    line-height: 1;
    color: #252525;
    position: relative;
    -webkit-font-smoothing: antialiased;
    padding-top: 0 !important;
    overflow-y: scroll;
}
	

#ul.playlist li {
    display: block;
    width: auto;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: 0 0;
    min-height: 150px;
	font-size: 1em;

}
	
#set-table:after {
    content: " ";
    position: fixed;
    left: 0;
    top: 141px;
    right: 5px;
    bottom: 0;
    z-index: -1;
    opacity: 0.3;
    -webkit-transition: all 1s;
    /* background: #000; */
}

#set-table table a {
    color: #252525;
    padding: 9px 10px;
    display: block;
    font-size: 1em;

}
#set-table .current a {
    color: #d20000 !important;
	font-size: 1em;
	background: #f9f9f9;
    font-weight: 400;


}
strong, b {
    font-size: 0.9em;
    font-weight: 200;

}

#set-table {
    width: 100%;
    height: auto;
    margin: 0 0;
    border-top: 1px solid #dddddd;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 140px;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    font-size: 1em;
    line-height: 18px;
    text-align: left;
	font-weight: 300;

}
table tbody tr td {
    background: #fff;
    padding: 2px 1px;
    vertical-align: top;
    border: none;
}