.rw-overlay
{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
}

.rw-modal
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    min-width: 300px;
    max-width: 500px;
}

.rw-modal-header
{
    background-color: rgb(241,241,241);
    font-weight: bold;
    padding: 10px 20px;
}

.rw-modal-body
{
    padding: 20px;
}

tr.footer-row td
{
    padding-top: 20px;
}
