.tph-table-press-button {
    background-color: #4d4774;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    padding: 0;
}

/* Unfortunately I need to use important because of the important is used in the themes style */
.tablepress .row-hover button.tph-table-press-button a {
    color: #fff !important;
    font-size: 11px !important;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 5px 9px;
}