﻿        #AC_player {
            width: 100%;
            background-color: #7E8718;
        }

        #AC_play-btn {
            display:block;
            padding:0px 0px 10px 0px;

            color:#fff;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
        }


        #AC_progress {
            background: #fff;
            padding: 0px;
             border:2px solid #fff;
border-radius:10px!important; 
background-color:rgba(255, 255, 255, 0);  
 position:absolute; 
bottom:-30px; 
left:0px;
            width: calc(100% - 60px);
            margin-top: 0%;
            height: 12px; border-radius:0px;
            margin-bottom:0px;
z-index:9; overflow:hidden;
        }


        #AC_currentValue {
            background: #F4403A;
border-radius:0px;
            height: 10px;
            width: 50%;
        }
        #AC_vzeit {
 position:absolute; 
bottom:-36px; right:0px;font-size:16px;font-weight:700;
            color: #fff; 

        }