/* issue #9 **/
.h5p-content ul.h5p-actions {
    height: 55px;
}

.h5p-actions button {
    float: left;
    cursor: pointer;
    border-radius: 7px;
    margin: 0.5rem 0.75rem 0 0;
    background: none;
    background-color: #4E4E4E;
    padding: 0 1.5rem 0 1rem;
    vertical-align: middle;
    color: #F2F2F2;
    text-decoration: none;
    outline: none;
    line-height: 22px;
    width: auto;
    height: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

/* .h5p-actions button {
  background-color: #4E4E4E;
  color: #F2F2F2;
} */

.h5p-actions button:hover {
    background-color: #F1B434;
    color: black;
}

.h5p-actions button:active,
.h5p-actions button:focus,
.h5p-actions .h5p-link:active,
.h5p-actions .h5p-link:focus {
    background-color: #F1B434;
    color: black;
}

/* end issue #9 **/