.eacc-actions-button {
    padding: 7px 20px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.428571429;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.eacc-actions-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 0px;
    transition: 0.3s ease opacity;
    opacity: 0;
}

.eacc-widget-box {
    width: calc(100% - 20px);
    border-radius: 0px;
    padding: 20px;
-webkit-box-shadow: 0px 17px 28px -18px rgba(0,0,0,0.40);
-moz-box-shadow: 0px 17px 28px -18px rgba(0,0,0,0.40);
box-shadow: 0px 17px 28px -18px rgba(0,0,0,0.40);
}