.polly-text .playbtn i {
    display: none;
    font-size: 1px;
}

.polly-text {
    background: #6644c91a;
    padding: 0 4px;
    margin: 3px;
    transition: all 0.1s;
}

.polly-text:hover .playbtn i {
    display: block;
    color: green;
    font-size: 28px;

}

.polly-text.hidden {
    display: none;
}
.control_polly_btn i {
    border-radius: 3px;
   /* width: 8px !important;
    height: 10px !important;*/
    padding: 3px 4px !important;
    display: inline-block !important;
    font-size: 11px !important;
    cursor: pointer;
    top: -2px !important;
    position: relative !important;
    left: 2px !important;
}
.polly-content{
    background: #eee;
}
.control_polly_btn i.fa-play{
    background: green;
    color: #fff;
}
.control_polly_btn i.fa-pause{
    background: orange;
    color:#fff;
}
.polly-content[data-status="inprogress"]{
    background: #ff000040 !important;
}

.mce-abs-layout iframe{
    margin-top: 10px;
}