    .date-back{
        max-width:none; 
        width: 25px; 
        height:25px;
    }
    .date-next{
        max-width:none; 
        width: 25px; 
        height:25px;
    }
    .play-btn{
        width: 36px; 
        height: 36px; 
        border: 0; 
        cursor: pointer;
        background-image: url('/assets/img/icon_play_full.svg');
        background-repeat: no-repeat;
        background-color: transparent;                   
    }
    .stop-btn{
        width:36px; 
        height: 36px; 
        border: 0; 
        cursor: pointer; 
        background-image: url('/assets/img/icon_stop_full.svg');
        background-repeat: no-repeat;
        background-color: transparent;
    }

