/* Example styles for the Redx Action button */
.send-redx-action {
    background-color: #0073aa;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
}

.send-redx-action:hover {
    background-color: #005177;
}
