﻿#modal-location {
    .modal-dialog {
        width: 900px;
        max-width: calc(100% - 20px);

        .modal-body {
            overflow-x: scroll;
        }
    }

    .modal-footer {
        display: flex;
        align-items: center;

        .attribution {
            color: #666;
            font-size: 12px;
            margin-right: 20px;
            text-align: left;
        }

        .btn {
            margin-left: auto;
        }
    }
}
