.check-region {
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    background: #f6f6f6;
}
.grey-bttn {
    cursor: pointer;
    background: #eee;
    padding: 3px 12px;
    display: inline-block;
    margin-left: 8px;
    border: 1px solid #eee;
}
.grey-bttn:hover, .grey-bttn:focus {
    background: #ddd;
}
.blue-bttn {
    cursor: pointer;
    padding: 3px 12px;
    background: #476b9b;
    margin-left: 8px;
    display: inline-block;
    color: #fff;
}
.blue-bttn:hover, .blue-bttn:focus {
    background: #3a5278;
    color: #fff;
}
#modalRegion .modal-body {
    padding: 10px 15px;
}
#modalRegion p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}
#modalRegion p a {
    cursor: pointer;
    font-weight: normal;
}
#modalRegion p a:hover {
    text-decoration: underline;
}