﻿.nx-body .button-default {
    color: #ffffff;
    background-color: #f29e29;
    border: 1px solid #be7d23;
}

    .nx-body .button-default:hover,
    .nx-body .button-default:focus {
        color: #ffffff;
        background-color: #dd9024;
    }
