button.gcwi_button
,.gcwi_button
{
    font-family: unset;
    cursor: pointer;
    padding: 15px;
    background-color: #5d707a;
    opacity: 1;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    color: #fff;
    width: 100%;
    line-height: 1.5em;
}

.disabled 
,.gcwi_button.disabled
{
    cursor: not-allowed;
    opacity: 0.5;
}

.blockUI.blockOverlay {
    position: relative;
}

.gcwi_button_wrapper
{
    padding: 20px;
}