table {
    background: none !important;
}

.small_player {
    background: #ddebf7;
    padding: 5px;
}

.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: 40px;
    height: 40px;
    cursor: pointer;
    background: #395387;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.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/forum/img/play.png) transparent no-repeat;
}

.small_player .playing .p_i_t_pb_image {
    background: url(/simptom/forum/img/pause.png) transparent no-repeat;
}

.text_right, .right_text {
    text-align: left;
}

.p_i_progress {
    width: 100%;
    height: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    top: 5px;
}

.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;
    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: #d9e3ef;
}

.volume_td {
    width: 70px;
    padding-left: 10px;
}

.p_i_t_timeShow {
    overflow: hidden;
    white-space: nowrap;
}

.p_i_t_timeShow span {
    color: #395387;
    font-size: 14px;
}