table {
    background: none !important;
}

.small_player .t-padd_left {
    padding-left: 0;
}

.small_player .t-padd_right {
    padding-right: 0;
}

.small_player .playing .p_i_overlay {
    width: 23px;
}

.player_item, .p_i_tools, .p_i_progress, .p_i_t_playButton {
    position: relative;
}

.player_item {
    margin: 0 auto;
    display: none;
}

.p_i_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.playing .p_i_overlay {
    width: 35px;
}

.tools_table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.tools_table td {
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
}

.button_tr {
    width: 39px;
    vertical-align: middle !important;
}

.p_i_t_playButton {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.p_i_t_pb_image {
    display: block;
    width: 12px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -6px;
}

.small_player .p_i_t_pb_image {
    background: url(/simptom/my_music/js/img/play_0.png) transparent no-repeat;
}

.small_player .playing .p_i_t_pb_image {
    background: url(/simptom/my_music/js/img/pause_0.png) transparent no-repeat;
}

.text_right, .right_text {
    text-align: right
}

.p_i_progress {
    width: 100%;
    height: 10px;
    padding: 13px 0 12px 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.p_i_p_lines_bg {
    width: 100%;
    height: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.p_i_p_lines {
    height: 10px;
    top: 0;
    margin: 13px 0 12px 0;
    position: absolute;
    display: block;
    width: 0;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px #7690c7;
    -moz-box-shadow: inset 0 1px 2px #7690c7;
    box-shadow: inset 0 1px 2px #7690c7;
}

.p_i_p_loadLine {
    width: 0;
    background-color: #bac7d4;
}

.p_i_p_progressLine {
    width: 0;
    background-color: #395387;
}

.p_i_p_progressLineVolume {
    width: 50%;
}

.p_i_p_lines_bg {
    width: 100%;
    background-color: #d2e3f4;
}

.volume_td {
    width: 70px;
    padding-left: 10px;
}

.p_i_t_timeShow {
    overflow: hidden;
    white-space: nowrap;
    color: #323232;
}