body {
background-color: #f3f3f3;
}
.sweet-alert h2 {
font-size: 1em;
color: #aaa;
}
.sweet-alert p {
font-size: 1.8em;
font-weight: bold;
color: #000;
}
$.getJSON('http://api.wipmania.com/jsonp?callback=?', function (data) {
swal('You are from', data.address.country);
});