﻿.modal-header, .modal-body, .modal-footer {
    max-width: 600px;
    margin: auto;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

body {
    background-color: lightgray;
}

.modal-body, .modal-footer {
    background-color: white;
}
