Created
November 15, 2018 02:09
-
-
Save bnaul/cb591d121f7cea4ce7b38cc2ba2838d0 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head><meta charset="utf-8" /> | |
<title>Notebook</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> | |
<style type="text/css"> | |
/*! | |
* | |
* Twitter Bootstrap | |
* | |
*/ | |
/*! | |
* Bootstrap v3.3.7 (http://getbootstrap.com) | |
* Copyright 2011-2016 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
*/ | |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ | |
html { | |
font-family: sans-serif; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; | |
} | |
body { | |
margin: 0; | |
} | |
article, | |
aside, | |
details, | |
figcaption, | |
figure, | |
footer, | |
header, | |
hgroup, | |
main, | |
menu, | |
nav, | |
section, | |
summary { | |
display: block; | |
} | |
audio, | |
canvas, | |
progress, | |
video { | |
display: inline-block; | |
vertical-align: baseline; | |
} | |
audio:not([controls]) { | |
display: none; | |
height: 0; | |
} | |
[hidden], | |
template { | |
display: none; | |
} | |
a { | |
background-color: transparent; | |
} | |
a:active, | |
a:hover { | |
outline: 0; | |
} | |
abbr[title] { | |
border-bottom: 1px dotted; | |
} | |
b, | |
strong { | |
font-weight: bold; | |
} | |
dfn { | |
font-style: italic; | |
} | |
h1 { | |
font-size: 2em; | |
margin: 0.67em 0; | |
} | |
mark { | |
background: #ff0; | |
color: #000; | |
} | |
small { | |
font-size: 80%; | |
} | |
sub, | |
sup { | |
font-size: 75%; | |
line-height: 0; | |
position: relative; | |
vertical-align: baseline; | |
} | |
sup { | |
top: -0.5em; | |
} | |
sub { | |
bottom: -0.25em; | |
} | |
img { | |
border: 0; | |
} | |
svg:not(:root) { | |
overflow: hidden; | |
} | |
figure { | |
margin: 1em 40px; | |
} | |
hr { | |
box-sizing: content-box; | |
height: 0; | |
} | |
pre { | |
overflow: auto; | |
} | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: monospace, monospace; | |
font-size: 1em; | |
} | |
button, | |
input, | |
optgroup, | |
select, | |
textarea { | |
color: inherit; | |
font: inherit; | |
margin: 0; | |
} | |
button { | |
overflow: visible; | |
} | |
button, | |
select { | |
text-transform: none; | |
} | |
button, | |
html input[type="button"], | |
input[type="reset"], | |
input[type="submit"] { | |
-webkit-appearance: button; | |
cursor: pointer; | |
} | |
button[disabled], | |
html input[disabled] { | |
cursor: default; | |
} | |
button::-moz-focus-inner, | |
input::-moz-focus-inner { | |
border: 0; | |
padding: 0; | |
} | |
input { | |
line-height: normal; | |
} | |
input[type="checkbox"], | |
input[type="radio"] { | |
box-sizing: border-box; | |
padding: 0; | |
} | |
input[type="number"]::-webkit-inner-spin-button, | |
input[type="number"]::-webkit-outer-spin-button { | |
height: auto; | |
} | |
input[type="search"] { | |
-webkit-appearance: textfield; | |
box-sizing: content-box; | |
} | |
input[type="search"]::-webkit-search-cancel-button, | |
input[type="search"]::-webkit-search-decoration { | |
-webkit-appearance: none; | |
} | |
fieldset { | |
border: 1px solid #c0c0c0; | |
margin: 0 2px; | |
padding: 0.35em 0.625em 0.75em; | |
} | |
legend { | |
border: 0; | |
padding: 0; | |
} | |
textarea { | |
overflow: auto; | |
} | |
optgroup { | |
font-weight: bold; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} | |
td, | |
th { | |
padding: 0; | |
} | |
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ | |
@media print { | |
*, | |
*:before, | |
*:after { | |
background: transparent !important; | |
box-shadow: none !important; | |
text-shadow: none !important; | |
} | |
a, | |
a:visited { | |
text-decoration: underline; | |
} | |
a[href]:after { | |
content: " (" attr(href) ")"; | |
} | |
abbr[title]:after { | |
content: " (" attr(title) ")"; | |
} | |
a[href^="#"]:after, | |
a[href^="javascript:"]:after { | |
content: ""; | |
} | |
pre, | |
blockquote { | |
border: 1px solid #999; | |
page-break-inside: avoid; | |
} | |
thead { | |
display: table-header-group; | |
} | |
tr, | |
img { | |
page-break-inside: avoid; | |
} | |
img { | |
max-width: 100% !important; | |
} | |
p, | |
h2, | |
h3 { | |
orphans: 3; | |
widows: 3; | |
} | |
h2, | |
h3 { | |
page-break-after: avoid; | |
} | |
.navbar { | |
display: none; | |
} | |
.btn > .caret, | |
.dropup > .btn > .caret { | |
border-top-color: #000 !important; | |
} | |
.label { | |
border: 1px solid #000; | |
} | |
.table { | |
border-collapse: collapse !important; | |
} | |
.table td, | |
.table th { | |
background-color: #fff !important; | |
} | |
.table-bordered th, | |
.table-bordered td { | |
border: 1px solid #ddd !important; | |
} | |
} | |
@font-face { | |
font-family: 'Glyphicons Halflings'; | |
src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); | |
src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); | |
} | |
.glyphicon { | |
position: relative; | |
top: 1px; | |
display: inline-block; | |
font-family: 'Glyphicons Halflings'; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
} | |
.glyphicon-asterisk:before { | |
content: "\002a"; | |
} | |
.glyphicon-plus:before { | |
content: "\002b"; | |
} | |
.glyphicon-euro:before, | |
.glyphicon-eur:before { | |
content: "\20ac"; | |
} | |
.glyphicon-minus:before { | |
content: "\2212"; | |
} | |
.glyphicon-cloud:before { | |
content: "\2601"; | |
} | |
.glyphicon-envelope:before { | |
content: "\2709"; | |
} | |
.glyphicon-pencil:before { | |
content: "\270f"; | |
} | |
.glyphicon-glass:before { | |
content: "\e001"; | |
} | |
.glyphicon-music:before { | |
content: "\e002"; | |
} | |
.glyphicon-search:before { | |
content: "\e003"; | |
} | |
.glyphicon-heart:before { | |
content: "\e005"; | |
} | |
.glyphicon-star:before { | |
content: "\e006"; | |
} | |
.glyphicon-star-empty:before { | |
content: "\e007"; | |
} | |
.glyphicon-user:before { | |
content: "\e008"; | |
} | |
.glyphicon-film:before { | |
content: "\e009"; | |
} | |
.glyphicon-th-large:before { | |
content: "\e010"; | |
} | |
.glyphicon-th:before { | |
content: "\e011"; | |
} | |
.glyphicon-th-list:before { | |
content: "\e012"; | |
} | |
.glyphicon-ok:before { | |
content: "\e013"; | |
} | |
.glyphicon-remove:before { | |
content: "\e014"; | |
} | |
.glyphicon-zoom-in:before { | |
content: "\e015"; | |
} | |
.glyphicon-zoom-out:before { | |
content: "\e016"; | |
} | |
.glyphicon-off:before { | |
content: "\e017"; | |
} | |
.glyphicon-signal:before { | |
content: "\e018"; | |
} | |
.glyphicon-cog:before { | |
content: "\e019"; | |
} | |
.glyphicon-trash:before { | |
content: "\e020"; | |
} | |
.glyphicon-home:before { | |
content: "\e021"; | |
} | |
.glyphicon-file:before { | |
content: "\e022"; | |
} | |
.glyphicon-time:before { | |
content: "\e023"; | |
} | |
.glyphicon-road:before { | |
content: "\e024"; | |
} | |
.glyphicon-download-alt:before { | |
content: "\e025"; | |
} | |
.glyphicon-download:before { | |
content: "\e026"; | |
} | |
.glyphicon-upload:before { | |
content: "\e027"; | |
} | |
.glyphicon-inbox:before { | |
content: "\e028"; | |
} | |
.glyphicon-play-circle:before { | |
content: "\e029"; | |
} | |
.glyphicon-repeat:before { | |
content: "\e030"; | |
} | |
.glyphicon-refresh:before { | |
content: "\e031"; | |
} | |
.glyphicon-list-alt:before { | |
content: "\e032"; | |
} | |
.glyphicon-lock:before { | |
content: "\e033"; | |
} | |
.glyphicon-flag:before { | |
content: "\e034"; | |
} | |
.glyphicon-headphones:before { | |
content: "\e035"; | |
} | |
.glyphicon-volume-off:before { | |
content: "\e036"; | |
} | |
.glyphicon-volume-down:before { | |
content: "\e037"; | |
} | |
.glyphicon-volume-up:before { | |
content: "\e038"; | |
} | |
.glyphicon-qrcode:before { | |
content: "\e039"; | |
} | |
.glyphicon-barcode:before { | |
content: "\e040"; | |
} | |
.glyphicon-tag:before { | |
content: "\e041"; | |
} | |
.glyphicon-tags:before { | |
content: "\e042"; | |
} | |
.glyphicon-book:before { | |
content: "\e043"; | |
} | |
.glyphicon-bookmark:before { | |
content: "\e044"; | |
} | |
.glyphicon-print:before { | |
content: "\e045"; | |
} | |
.glyphicon-camera:before { | |
content: "\e046"; | |
} | |
.glyphicon-font:before { | |
content: "\e047"; | |
} | |
.glyphicon-bold:before { | |
content: "\e048"; | |
} | |
.glyphicon-italic:before { | |
content: "\e049"; | |
} | |
.glyphicon-text-height:before { | |
content: "\e050"; | |
} | |
.glyphicon-text-width:before { | |
content: "\e051"; | |
} | |
.glyphicon-align-left:before { | |
content: "\e052"; | |
} | |
.glyphicon-align-center:before { | |
content: "\e053"; | |
} | |
.glyphicon-align-right:before { | |
content: "\e054"; | |
} | |
.glyphicon-align-justify:before { | |
content: "\e055"; | |
} | |
.glyphicon-list:before { | |
content: "\e056"; | |
} | |
.glyphicon-indent-left:before { | |
content: "\e057"; | |
} | |
.glyphicon-indent-right:before { | |
content: "\e058"; | |
} | |
.glyphicon-facetime-video:before { | |
content: "\e059"; | |
} | |
.glyphicon-picture:before { | |
content: "\e060"; | |
} | |
.glyphicon-map-marker:before { | |
content: "\e062"; | |
} | |
.glyphicon-adjust:before { | |
content: "\e063"; | |
} | |
.glyphicon-tint:before { | |
content: "\e064"; | |
} | |
.glyphicon-edit:before { | |
content: "\e065"; | |
} | |
.glyphicon-share:before { | |
content: "\e066"; | |
} | |
.glyphicon-check:before { | |
content: "\e067"; | |
} | |
.glyphicon-move:before { | |
content: "\e068"; | |
} | |
.glyphicon-step-backward:before { | |
content: "\e069"; | |
} | |
.glyphicon-fast-backward:before { | |
content: "\e070"; | |
} | |
.glyphicon-backward:before { | |
content: "\e071"; | |
} | |
.glyphicon-play:before { | |
content: "\e072"; | |
} | |
.glyphicon-pause:before { | |
content: "\e073"; | |
} | |
.glyphicon-stop:before { | |
content: "\e074"; | |
} | |
.glyphicon-forward:before { | |
content: "\e075"; | |
} | |
.glyphicon-fast-forward:before { | |
content: "\e076"; | |
} | |
.glyphicon-step-forward:before { | |
content: "\e077"; | |
} | |
.glyphicon-eject:before { | |
content: "\e078"; | |
} | |
.glyphicon-chevron-left:before { | |
content: "\e079"; | |
} | |
.glyphicon-chevron-right:before { | |
content: "\e080"; | |
} | |
.glyphicon-plus-sign:before { | |
content: "\e081"; | |
} | |
.glyphicon-minus-sign:before { | |
content: "\e082"; | |
} | |
.glyphicon-remove-sign:before { | |
content: "\e083"; | |
} | |
.glyphicon-ok-sign:before { | |
content: "\e084"; | |
} | |
.glyphicon-question-sign:before { | |
content: "\e085"; | |
} | |
.glyphicon-info-sign:before { | |
content: "\e086"; | |
} | |
.glyphicon-screenshot:before { | |
content: "\e087"; | |
} | |
.glyphicon-remove-circle:before { | |
content: "\e088"; | |
} | |
.glyphicon-ok-circle:before { | |
content: "\e089"; | |
} | |
.glyphicon-ban-circle:before { | |
content: "\e090"; | |
} | |
.glyphicon-arrow-left:before { | |
content: "\e091"; | |
} | |
.glyphicon-arrow-right:before { | |
content: "\e092"; | |
} | |
.glyphicon-arrow-up:before { | |
content: "\e093"; | |
} | |
.glyphicon-arrow-down:before { | |
content: "\e094"; | |
} | |
.glyphicon-share-alt:before { | |
content: "\e095"; | |
} | |
.glyphicon-resize-full:before { | |
content: "\e096"; | |
} | |
.glyphicon-resize-small:before { | |
content: "\e097"; | |
} | |
.glyphicon-exclamation-sign:before { | |
content: "\e101"; | |
} | |
.glyphicon-gift:before { | |
content: "\e102"; | |
} | |
.glyphicon-leaf:before { | |
content: "\e103"; | |
} | |
.glyphicon-fire:before { | |
content: "\e104"; | |
} | |
.glyphicon-eye-open:before { | |
content: "\e105"; | |
} | |
.glyphicon-eye-close:before { | |
content: "\e106"; | |
} | |
.glyphicon-warning-sign:before { | |
content: "\e107"; | |
} | |
.glyphicon-plane:before { | |
content: "\e108"; | |
} | |
.glyphicon-calendar:before { | |
content: "\e109"; | |
} | |
.glyphicon-random:before { | |
content: "\e110"; | |
} | |
.glyphicon-comment:before { | |
content: "\e111"; | |
} | |
.glyphicon-magnet:before { | |
content: "\e112"; | |
} | |
.glyphicon-chevron-up:before { | |
content: "\e113"; | |
} | |
.glyphicon-chevron-down:before { | |
content: "\e114"; | |
} | |
.glyphicon-retweet:before { | |
content: "\e115"; | |
} | |
.glyphicon-shopping-cart:before { | |
content: "\e116"; | |
} | |
.glyphicon-folder-close:before { | |
content: "\e117"; | |
} | |
.glyphicon-folder-open:before { | |
content: "\e118"; | |
} | |
.glyphicon-resize-vertical:before { | |
content: "\e119"; | |
} | |
.glyphicon-resize-horizontal:before { | |
content: "\e120"; | |
} | |
.glyphicon-hdd:before { | |
content: "\e121"; | |
} | |
.glyphicon-bullhorn:before { | |
content: "\e122"; | |
} | |
.glyphicon-bell:before { | |
content: "\e123"; | |
} | |
.glyphicon-certificate:before { | |
content: "\e124"; | |
} | |
.glyphicon-thumbs-up:before { | |
content: "\e125"; | |
} | |
.glyphicon-thumbs-down:before { | |
content: "\e126"; | |
} | |
.glyphicon-hand-right:before { | |
content: "\e127"; | |
} | |
.glyphicon-hand-left:before { | |
content: "\e128"; | |
} | |
.glyphicon-hand-up:before { | |
content: "\e129"; | |
} | |
.glyphicon-hand-down:before { | |
content: "\e130"; | |
} | |
.glyphicon-circle-arrow-right:before { | |
content: "\e131"; | |
} | |
.glyphicon-circle-arrow-left:before { | |
content: "\e132"; | |
} | |
.glyphicon-circle-arrow-up:before { | |
content: "\e133"; | |
} | |
.glyphicon-circle-arrow-down:before { | |
content: "\e134"; | |
} | |
.glyphicon-globe:before { | |
content: "\e135"; | |
} | |
.glyphicon-wrench:before { | |
content: "\e136"; | |
} | |
.glyphicon-tasks:before { | |
content: "\e137"; | |
} | |
.glyphicon-filter:before { | |
content: "\e138"; | |
} | |
.glyphicon-briefcase:before { | |
content: "\e139"; | |
} | |
.glyphicon-fullscreen:before { | |
content: "\e140"; | |
} | |
.glyphicon-dashboard:before { | |
content: "\e141"; | |
} | |
.glyphicon-paperclip:before { | |
content: "\e142"; | |
} | |
.glyphicon-heart-empty:before { | |
content: "\e143"; | |
} | |
.glyphicon-link:before { | |
content: "\e144"; | |
} | |
.glyphicon-phone:before { | |
content: "\e145"; | |
} | |
.glyphicon-pushpin:before { | |
content: "\e146"; | |
} | |
.glyphicon-usd:before { | |
content: "\e148"; | |
} | |
.glyphicon-gbp:before { | |
content: "\e149"; | |
} | |
.glyphicon-sort:before { | |
content: "\e150"; | |
} | |
.glyphicon-sort-by-alphabet:before { | |
content: "\e151"; | |
} | |
.glyphicon-sort-by-alphabet-alt:before { | |
content: "\e152"; | |
} | |
.glyphicon-sort-by-order:before { | |
content: "\e153"; | |
} | |
.glyphicon-sort-by-order-alt:before { | |
content: "\e154"; | |
} | |
.glyphicon-sort-by-attributes:before { | |
content: "\e155"; | |
} | |
.glyphicon-sort-by-attributes-alt:before { | |
content: "\e156"; | |
} | |
.glyphicon-unchecked:before { | |
content: "\e157"; | |
} | |
.glyphicon-expand:before { | |
content: "\e158"; | |
} | |
.glyphicon-collapse-down:before { | |
content: "\e159"; | |
} | |
.glyphicon-collapse-up:before { | |
content: "\e160"; | |
} | |
.glyphicon-log-in:before { | |
content: "\e161"; | |
} | |
.glyphicon-flash:before { | |
content: "\e162"; | |
} | |
.glyphicon-log-out:before { | |
content: "\e163"; | |
} | |
.glyphicon-new-window:before { | |
content: "\e164"; | |
} | |
.glyphicon-record:before { | |
content: "\e165"; | |
} | |
.glyphicon-save:before { | |
content: "\e166"; | |
} | |
.glyphicon-open:before { | |
content: "\e167"; | |
} | |
.glyphicon-saved:before { | |
content: "\e168"; | |
} | |
.glyphicon-import:before { | |
content: "\e169"; | |
} | |
.glyphicon-export:before { | |
content: "\e170"; | |
} | |
.glyphicon-send:before { | |
content: "\e171"; | |
} | |
.glyphicon-floppy-disk:before { | |
content: "\e172"; | |
} | |
.glyphicon-floppy-saved:before { | |
content: "\e173"; | |
} | |
.glyphicon-floppy-remove:before { | |
content: "\e174"; | |
} | |
.glyphicon-floppy-save:before { | |
content: "\e175"; | |
} | |
.glyphicon-floppy-open:before { | |
content: "\e176"; | |
} | |
.glyphicon-credit-card:before { | |
content: "\e177"; | |
} | |
.glyphicon-transfer:before { | |
content: "\e178"; | |
} | |
.glyphicon-cutlery:before { | |
content: "\e179"; | |
} | |
.glyphicon-header:before { | |
content: "\e180"; | |
} | |
.glyphicon-compressed:before { | |
content: "\e181"; | |
} | |
.glyphicon-earphone:before { | |
content: "\e182"; | |
} | |
.glyphicon-phone-alt:before { | |
content: "\e183"; | |
} | |
.glyphicon-tower:before { | |
content: "\e184"; | |
} | |
.glyphicon-stats:before { | |
content: "\e185"; | |
} | |
.glyphicon-sd-video:before { | |
content: "\e186"; | |
} | |
.glyphicon-hd-video:before { | |
content: "\e187"; | |
} | |
.glyphicon-subtitles:before { | |
content: "\e188"; | |
} | |
.glyphicon-sound-stereo:before { | |
content: "\e189"; | |
} | |
.glyphicon-sound-dolby:before { | |
content: "\e190"; | |
} | |
.glyphicon-sound-5-1:before { | |
content: "\e191"; | |
} | |
.glyphicon-sound-6-1:before { | |
content: "\e192"; | |
} | |
.glyphicon-sound-7-1:before { | |
content: "\e193"; | |
} | |
.glyphicon-copyright-mark:before { | |
content: "\e194"; | |
} | |
.glyphicon-registration-mark:before { | |
content: "\e195"; | |
} | |
.glyphicon-cloud-download:before { | |
content: "\e197"; | |
} | |
.glyphicon-cloud-upload:before { | |
content: "\e198"; | |
} | |
.glyphicon-tree-conifer:before { | |
content: "\e199"; | |
} | |
.glyphicon-tree-deciduous:before { | |
content: "\e200"; | |
} | |
.glyphicon-cd:before { | |
content: "\e201"; | |
} | |
.glyphicon-save-file:before { | |
content: "\e202"; | |
} | |
.glyphicon-open-file:before { | |
content: "\e203"; | |
} | |
.glyphicon-level-up:before { | |
content: "\e204"; | |
} | |
.glyphicon-copy:before { | |
content: "\e205"; | |
} | |
.glyphicon-paste:before { | |
content: "\e206"; | |
} | |
.glyphicon-alert:before { | |
content: "\e209"; | |
} | |
.glyphicon-equalizer:before { | |
content: "\e210"; | |
} | |
.glyphicon-king:before { | |
content: "\e211"; | |
} | |
.glyphicon-queen:before { | |
content: "\e212"; | |
} | |
.glyphicon-pawn:before { | |
content: "\e213"; | |
} | |
.glyphicon-bishop:before { | |
content: "\e214"; | |
} | |
.glyphicon-knight:before { | |
content: "\e215"; | |
} | |
.glyphicon-baby-formula:before { | |
content: "\e216"; | |
} | |
.glyphicon-tent:before { | |
content: "\26fa"; | |
} | |
.glyphicon-blackboard:before { | |
content: "\e218"; | |
} | |
.glyphicon-bed:before { | |
content: "\e219"; | |
} | |
.glyphicon-apple:before { | |
content: "\f8ff"; | |
} | |
.glyphicon-erase:before { | |
content: "\e221"; | |
} | |
.glyphicon-hourglass:before { | |
content: "\231b"; | |
} | |
.glyphicon-lamp:before { | |
content: "\e223"; | |
} | |
.glyphicon-duplicate:before { | |
content: "\e224"; | |
} | |
.glyphicon-piggy-bank:before { | |
content: "\e225"; | |
} | |
.glyphicon-scissors:before { | |
content: "\e226"; | |
} | |
.glyphicon-bitcoin:before { | |
content: "\e227"; | |
} | |
.glyphicon-btc:before { | |
content: "\e227"; | |
} | |
.glyphicon-xbt:before { | |
content: "\e227"; | |
} | |
.glyphicon-yen:before { | |
content: "\00a5"; | |
} | |
.glyphicon-jpy:before { | |
content: "\00a5"; | |
} | |
.glyphicon-ruble:before { | |
content: "\20bd"; | |
} | |
.glyphicon-rub:before { | |
content: "\20bd"; | |
} | |
.glyphicon-scale:before { | |
content: "\e230"; | |
} | |
.glyphicon-ice-lolly:before { | |
content: "\e231"; | |
} | |
.glyphicon-ice-lolly-tasted:before { | |
content: "\e232"; | |
} | |
.glyphicon-education:before { | |
content: "\e233"; | |
} | |
.glyphicon-option-horizontal:before { | |
content: "\e234"; | |
} | |
.glyphicon-option-vertical:before { | |
content: "\e235"; | |
} | |
.glyphicon-menu-hamburger:before { | |
content: "\e236"; | |
} | |
.glyphicon-modal-window:before { | |
content: "\e237"; | |
} | |
.glyphicon-oil:before { | |
content: "\e238"; | |
} | |
.glyphicon-grain:before { | |
content: "\e239"; | |
} | |
.glyphicon-sunglasses:before { | |
content: "\e240"; | |
} | |
.glyphicon-text-size:before { | |
content: "\e241"; | |
} | |
.glyphicon-text-color:before { | |
content: "\e242"; | |
} | |
.glyphicon-text-background:before { | |
content: "\e243"; | |
} | |
.glyphicon-object-align-top:before { | |
content: "\e244"; | |
} | |
.glyphicon-object-align-bottom:before { | |
content: "\e245"; | |
} | |
.glyphicon-object-align-horizontal:before { | |
content: "\e246"; | |
} | |
.glyphicon-object-align-left:before { | |
content: "\e247"; | |
} | |
.glyphicon-object-align-vertical:before { | |
content: "\e248"; | |
} | |
.glyphicon-object-align-right:before { | |
content: "\e249"; | |
} | |
.glyphicon-triangle-right:before { | |
content: "\e250"; | |
} | |
.glyphicon-triangle-left:before { | |
content: "\e251"; | |
} | |
.glyphicon-triangle-bottom:before { | |
content: "\e252"; | |
} | |
.glyphicon-triangle-top:before { | |
content: "\e253"; | |
} | |
.glyphicon-console:before { | |
content: "\e254"; | |
} | |
.glyphicon-superscript:before { | |
content: "\e255"; | |
} | |
.glyphicon-subscript:before { | |
content: "\e256"; | |
} | |
.glyphicon-menu-left:before { | |
content: "\e257"; | |
} | |
.glyphicon-menu-right:before { | |
content: "\e258"; | |
} | |
.glyphicon-menu-down:before { | |
content: "\e259"; | |
} | |
.glyphicon-menu-up:before { | |
content: "\e260"; | |
} | |
* { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
*:before, | |
*:after { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
html { | |
font-size: 10px; | |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |
} | |
body { | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-size: 13px; | |
line-height: 1.42857143; | |
color: #000; | |
background-color: #fff; | |
} | |
input, | |
button, | |
select, | |
textarea { | |
font-family: inherit; | |
font-size: inherit; | |
line-height: inherit; | |
} | |
a { | |
color: #337ab7; | |
text-decoration: none; | |
} | |
a:hover, | |
a:focus { | |
color: #23527c; | |
text-decoration: underline; | |
} | |
a:focus { | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; | |
} | |
figure { | |
margin: 0; | |
} | |
img { | |
vertical-align: middle; | |
} | |
.img-responsive, | |
.thumbnail > img, | |
.thumbnail a > img, | |
.carousel-inner > .item > img, | |
.carousel-inner > .item > a > img { | |
display: block; | |
max-width: 100%; | |
height: auto; | |
} | |
.img-rounded { | |
border-radius: 3px; | |
} | |
.img-thumbnail { | |
padding: 4px; | |
line-height: 1.42857143; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 2px; | |
-webkit-transition: all 0.2s ease-in-out; | |
-o-transition: all 0.2s ease-in-out; | |
transition: all 0.2s ease-in-out; | |
display: inline-block; | |
max-width: 100%; | |
height: auto; | |
} | |
.img-circle { | |
border-radius: 50%; | |
} | |
hr { | |
margin-top: 18px; | |
margin-bottom: 18px; | |
border: 0; | |
border-top: 1px solid #eeeeee; | |
} | |
.sr-only { | |
position: absolute; | |
width: 1px; | |
height: 1px; | |
margin: -1px; | |
padding: 0; | |
overflow: hidden; | |
clip: rect(0, 0, 0, 0); | |
border: 0; | |
} | |
.sr-only-focusable:active, | |
.sr-only-focusable:focus { | |
position: static; | |
width: auto; | |
height: auto; | |
margin: 0; | |
overflow: visible; | |
clip: auto; | |
} | |
[role="button"] { | |
cursor: pointer; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
.h1, | |
.h2, | |
.h3, | |
.h4, | |
.h5, | |
.h6 { | |
font-family: inherit; | |
font-weight: 500; | |
line-height: 1.1; | |
color: inherit; | |
} | |
h1 small, | |
h2 small, | |
h3 small, | |
h4 small, | |
h5 small, | |
h6 small, | |
.h1 small, | |
.h2 small, | |
.h3 small, | |
.h4 small, | |
.h5 small, | |
.h6 small, | |
h1 .small, | |
h2 .small, | |
h3 .small, | |
h4 .small, | |
h5 .small, | |
h6 .small, | |
.h1 .small, | |
.h2 .small, | |
.h3 .small, | |
.h4 .small, | |
.h5 .small, | |
.h6 .small { | |
font-weight: normal; | |
line-height: 1; | |
color: #777777; | |
} | |
h1, | |
.h1, | |
h2, | |
.h2, | |
h3, | |
.h3 { | |
margin-top: 18px; | |
margin-bottom: 9px; | |
} | |
h1 small, | |
.h1 small, | |
h2 small, | |
.h2 small, | |
h3 small, | |
.h3 small, | |
h1 .small, | |
.h1 .small, | |
h2 .small, | |
.h2 .small, | |
h3 .small, | |
.h3 .small { | |
font-size: 65%; | |
} | |
h4, | |
.h4, | |
h5, | |
.h5, | |
h6, | |
.h6 { | |
margin-top: 9px; | |
margin-bottom: 9px; | |
} | |
h4 small, | |
.h4 small, | |
h5 small, | |
.h5 small, | |
h6 small, | |
.h6 small, | |
h4 .small, | |
.h4 .small, | |
h5 .small, | |
.h5 .small, | |
h6 .small, | |
.h6 .small { | |
font-size: 75%; | |
} | |
h1, | |
.h1 { | |
font-size: 33px; | |
} | |
h2, | |
.h2 { | |
font-size: 27px; | |
} | |
h3, | |
.h3 { | |
font-size: 23px; | |
} | |
h4, | |
.h4 { | |
font-size: 17px; | |
} | |
h5, | |
.h5 { | |
font-size: 13px; | |
} | |
h6, | |
.h6 { | |
font-size: 12px; | |
} | |
p { | |
margin: 0 0 9px; | |
} | |
.lead { | |
margin-bottom: 18px; | |
font-size: 14px; | |
font-weight: 300; | |
line-height: 1.4; | |
} | |
@media (min-width: 768px) { | |
.lead { | |
font-size: 19.5px; | |
} | |
} | |
small, | |
.small { | |
font-size: 92%; | |
} | |
mark, | |
.mark { | |
background-color: #fcf8e3; | |
padding: .2em; | |
} | |
.text-left { | |
text-align: left; | |
} | |
.text-right { | |
text-align: right; | |
} | |
.text-center { | |
text-align: center; | |
} | |
.text-justify { | |
text-align: justify; | |
} | |
.text-nowrap { | |
white-space: nowrap; | |
} | |
.text-lowercase { | |
text-transform: lowercase; | |
} | |
.text-uppercase { | |
text-transform: uppercase; | |
} | |
.text-capitalize { | |
text-transform: capitalize; | |
} | |
.text-muted { | |
color: #777777; | |
} | |
.text-primary { | |
color: #337ab7; | |
} | |
a.text-primary:hover, | |
a.text-primary:focus { | |
color: #286090; | |
} | |
.text-success { | |
color: #3c763d; | |
} | |
a.text-success:hover, | |
a.text-success:focus { | |
color: #2b542c; | |
} | |
.text-info { | |
color: #31708f; | |
} | |
a.text-info:hover, | |
a.text-info:focus { | |
color: #245269; | |
} | |
.text-warning { | |
color: #8a6d3b; | |
} | |
a.text-warning:hover, | |
a.text-warning:focus { | |
color: #66512c; | |
} | |
.text-danger { | |
color: #a94442; | |
} | |
a.text-danger:hover, | |
a.text-danger:focus { | |
color: #843534; | |
} | |
.bg-primary { | |
color: #fff; | |
background-color: #337ab7; | |
} | |
a.bg-primary:hover, | |
a.bg-primary:focus { | |
background-color: #286090; | |
} | |
.bg-success { | |
background-color: #dff0d8; | |
} | |
a.bg-success:hover, | |
a.bg-success:focus { | |
background-color: #c1e2b3; | |
} | |
.bg-info { | |
background-color: #d9edf7; | |
} | |
a.bg-info:hover, | |
a.bg-info:focus { | |
background-color: #afd9ee; | |
} | |
.bg-warning { | |
background-color: #fcf8e3; | |
} | |
a.bg-warning:hover, | |
a.bg-warning:focus { | |
background-color: #f7ecb5; | |
} | |
.bg-danger { | |
background-color: #f2dede; | |
} | |
a.bg-danger:hover, | |
a.bg-danger:focus { | |
background-color: #e4b9b9; | |
} | |
.page-header { | |
padding-bottom: 8px; | |
margin: 36px 0 18px; | |
border-bottom: 1px solid #eeeeee; | |
} | |
ul, | |
ol { | |
margin-top: 0; | |
margin-bottom: 9px; | |
} | |
ul ul, | |
ol ul, | |
ul ol, | |
ol ol { | |
margin-bottom: 0; | |
} | |
.list-unstyled { | |
padding-left: 0; | |
list-style: none; | |
} | |
.list-inline { | |
padding-left: 0; | |
list-style: none; | |
margin-left: -5px; | |
} | |
.list-inline > li { | |
display: inline-block; | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
dl { | |
margin-top: 0; | |
margin-bottom: 18px; | |
} | |
dt, | |
dd { | |
line-height: 1.42857143; | |
} | |
dt { | |
font-weight: bold; | |
} | |
dd { | |
margin-left: 0; | |
} | |
@media (min-width: 541px) { | |
.dl-horizontal dt { | |
float: left; | |
width: 160px; | |
clear: left; | |
text-align: right; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
} | |
.dl-horizontal dd { | |
margin-left: 180px; | |
} | |
} | |
abbr[title], | |
abbr[data-original-title] { | |
cursor: help; | |
border-bottom: 1px dotted #777777; | |
} | |
.initialism { | |
font-size: 90%; | |
text-transform: uppercase; | |
} | |
blockquote { | |
padding: 9px 18px; | |
margin: 0 0 18px; | |
font-size: inherit; | |
border-left: 5px solid #eeeeee; | |
} | |
blockquote p:last-child, | |
blockquote ul:last-child, | |
blockquote ol:last-child { | |
margin-bottom: 0; | |
} | |
blockquote footer, | |
blockquote small, | |
blockquote .small { | |
display: block; | |
font-size: 80%; | |
line-height: 1.42857143; | |
color: #777777; | |
} | |
blockquote footer:before, | |
blockquote small:before, | |
blockquote .small:before { | |
content: '\2014 \00A0'; | |
} | |
.blockquote-reverse, | |
blockquote.pull-right { | |
padding-right: 15px; | |
padding-left: 0; | |
border-right: 5px solid #eeeeee; | |
border-left: 0; | |
text-align: right; | |
} | |
.blockquote-reverse footer:before, | |
blockquote.pull-right footer:before, | |
.blockquote-reverse small:before, | |
blockquote.pull-right small:before, | |
.blockquote-reverse .small:before, | |
blockquote.pull-right .small:before { | |
content: ''; | |
} | |
.blockquote-reverse footer:after, | |
blockquote.pull-right footer:after, | |
.blockquote-reverse small:after, | |
blockquote.pull-right small:after, | |
.blockquote-reverse .small:after, | |
blockquote.pull-right .small:after { | |
content: '\00A0 \2014'; | |
} | |
address { | |
margin-bottom: 18px; | |
font-style: normal; | |
line-height: 1.42857143; | |
} | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: monospace; | |
} | |
code { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #c7254e; | |
background-color: #f9f2f4; | |
border-radius: 2px; | |
} | |
kbd { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #888; | |
background-color: transparent; | |
border-radius: 1px; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | |
} | |
kbd kbd { | |
padding: 0; | |
font-size: 100%; | |
font-weight: bold; | |
box-shadow: none; | |
} | |
pre { | |
display: block; | |
padding: 8.5px; | |
margin: 0 0 9px; | |
font-size: 12px; | |
line-height: 1.42857143; | |
word-break: break-all; | |
word-wrap: break-word; | |
color: #333333; | |
background-color: #f5f5f5; | |
border: 1px solid #ccc; | |
border-radius: 2px; | |
} | |
pre code { | |
padding: 0; | |
font-size: inherit; | |
color: inherit; | |
white-space: pre-wrap; | |
background-color: transparent; | |
border-radius: 0; | |
} | |
.pre-scrollable { | |
max-height: 340px; | |
overflow-y: scroll; | |
} | |
.container { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: 0px; | |
padding-right: 0px; | |
} | |
@media (min-width: 768px) { | |
.container { | |
width: 768px; | |
} | |
} | |
@media (min-width: 992px) { | |
.container { | |
width: 940px; | |
} | |
} | |
@media (min-width: 1200px) { | |
.container { | |
width: 1140px; | |
} | |
} | |
.container-fluid { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: 0px; | |
padding-right: 0px; | |
} | |
.row { | |
margin-left: 0px; | |
margin-right: 0px; | |
} | |
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { | |
position: relative; | |
min-height: 1px; | |
padding-left: 0px; | |
padding-right: 0px; | |
} | |
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { | |
float: left; | |
} | |
.col-xs-12 { | |
width: 100%; | |
} | |
.col-xs-11 { | |
width: 91.66666667%; | |
} | |
.col-xs-10 { | |
width: 83.33333333%; | |
} | |
.col-xs-9 { | |
width: 75%; | |
} | |
.col-xs-8 { | |
width: 66.66666667%; | |
} | |
.col-xs-7 { | |
width: 58.33333333%; | |
} | |
.col-xs-6 { | |
width: 50%; | |
} | |
.col-xs-5 { | |
width: 41.66666667%; | |
} | |
.col-xs-4 { | |
width: 33.33333333%; | |
} | |
.col-xs-3 { | |
width: 25%; | |
} | |
.col-xs-2 { | |
width: 16.66666667%; | |
} | |
.col-xs-1 { | |
width: 8.33333333%; | |
} | |
.col-xs-pull-12 { | |
right: 100%; | |
} | |
.col-xs-pull-11 { | |
right: 91.66666667%; | |
} | |
.col-xs-pull-10 { | |
right: 83.33333333%; | |
} | |
.col-xs-pull-9 { | |
right: 75%; | |
} | |
.col-xs-pull-8 { | |
right: 66.66666667%; | |
} | |
.col-xs-pull-7 { | |
right: 58.33333333%; | |
} | |
.col-xs-pull-6 { | |
right: 50%; | |
} | |
.col-xs-pull-5 { | |
right: 41.66666667%; | |
} | |
.col-xs-pull-4 { | |
right: 33.33333333%; | |
} | |
.col-xs-pull-3 { | |
right: 25%; | |
} | |
.col-xs-pull-2 { | |
right: 16.66666667%; | |
} | |
.col-xs-pull-1 { | |
right: 8.33333333%; | |
} | |
.col-xs-pull-0 { | |
right: auto; | |
} | |
.col-xs-push-12 { | |
left: 100%; | |
} | |
.col-xs-push-11 { | |
left: 91.66666667%; | |
} | |
.col-xs-push-10 { | |
left: 83.33333333%; | |
} | |
.col-xs-push-9 { | |
left: 75%; | |
} | |
.col-xs-push-8 { | |
left: 66.66666667%; | |
} | |
.col-xs-push-7 { | |
left: 58.33333333%; | |
} | |
.col-xs-push-6 { | |
left: 50%; | |
} | |
.col-xs-push-5 { | |
left: 41.66666667%; | |
} | |
.col-xs-push-4 { | |
left: 33.33333333%; | |
} | |
.col-xs-push-3 { | |
left: 25%; | |
} | |
.col-xs-push-2 { | |
left: 16.66666667%; | |
} | |
.col-xs-push-1 { | |
left: 8.33333333%; | |
} | |
.col-xs-push-0 { | |
left: auto; | |
} | |
.col-xs-offset-12 { | |
margin-left: 100%; | |
} | |
.col-xs-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.col-xs-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.col-xs-offset-9 { | |
margin-left: 75%; | |
} | |
.col-xs-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.col-xs-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.col-xs-offset-6 { | |
margin-left: 50%; | |
} | |
.col-xs-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.col-xs-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.col-xs-offset-3 { | |
margin-left: 25%; | |
} | |
.col-xs-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.col-xs-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.col-xs-offset-0 { | |
margin-left: 0%; | |
} | |
@media (min-width: 768px) { | |
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { | |
float: left; | |
} | |
.col-sm-12 { | |
width: 100%; | |
} | |
.col-sm-11 { | |
width: 91.66666667%; | |
} | |
.col-sm-10 { | |
width: 83.33333333%; | |
} | |
.col-sm-9 { | |
width: 75%; | |
} | |
.col-sm-8 { | |
width: 66.66666667%; | |
} | |
.col-sm-7 { | |
width: 58.33333333%; | |
} | |
.col-sm-6 { | |
width: 50%; | |
} | |
.col-sm-5 { | |
width: 41.66666667%; | |
} | |
.col-sm-4 { | |
width: 33.33333333%; | |
} | |
.col-sm-3 { | |
width: 25%; | |
} | |
.col-sm-2 { | |
width: 16.66666667%; | |
} | |
.col-sm-1 { | |
width: 8.33333333%; | |
} | |
.col-sm-pull-12 { | |
right: 100%; | |
} | |
.col-sm-pull-11 { | |
right: 91.66666667%; | |
} | |
.col-sm-pull-10 { | |
right: 83.33333333%; | |
} | |
.col-sm-pull-9 { | |
right: 75%; | |
} | |
.col-sm-pull-8 { | |
right: 66.66666667%; | |
} | |
.col-sm-pull-7 { | |
right: 58.33333333%; | |
} | |
.col-sm-pull-6 { | |
right: 50%; | |
} | |
.col-sm-pull-5 { | |
right: 41.66666667%; | |
} | |
.col-sm-pull-4 { | |
right: 33.33333333%; | |
} | |
.col-sm-pull-3 { | |
right: 25%; | |
} | |
.col-sm-pull-2 { | |
right: 16.66666667%; | |
} | |
.col-sm-pull-1 { | |
right: 8.33333333%; | |
} | |
.col-sm-pull-0 { | |
right: auto; | |
} | |
.col-sm-push-12 { | |
left: 100%; | |
} | |
.col-sm-push-11 { | |
left: 91.66666667%; | |
} | |
.col-sm-push-10 { | |
left: 83.33333333%; | |
} | |
.col-sm-push-9 { | |
left: 75%; | |
} | |
.col-sm-push-8 { | |
left: 66.66666667%; | |
} | |
.col-sm-push-7 { | |
left: 58.33333333%; | |
} | |
.col-sm-push-6 { | |
left: 50%; | |
} | |
.col-sm-push-5 { | |
left: 41.66666667%; | |
} | |
.col-sm-push-4 { | |
left: 33.33333333%; | |
} | |
.col-sm-push-3 { | |
left: 25%; | |
} | |
.col-sm-push-2 { | |
left: 16.66666667%; | |
} | |
.col-sm-push-1 { | |
left: 8.33333333%; | |
} | |
.col-sm-push-0 { | |
left: auto; | |
} | |
.col-sm-offset-12 { | |
margin-left: 100%; | |
} | |
.col-sm-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.col-sm-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.col-sm-offset-9 { | |
margin-left: 75%; | |
} | |
.col-sm-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.col-sm-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.col-sm-offset-6 { | |
margin-left: 50%; | |
} | |
.col-sm-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.col-sm-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.col-sm-offset-3 { | |
margin-left: 25%; | |
} | |
.col-sm-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.col-sm-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.col-sm-offset-0 { | |
margin-left: 0%; | |
} | |
} | |
@media (min-width: 992px) { | |
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { | |
float: left; | |
} | |
.col-md-12 { | |
width: 100%; | |
} | |
.col-md-11 { | |
width: 91.66666667%; | |
} | |
.col-md-10 { | |
width: 83.33333333%; | |
} | |
.col-md-9 { | |
width: 75%; | |
} | |
.col-md-8 { | |
width: 66.66666667%; | |
} | |
.col-md-7 { | |
width: 58.33333333%; | |
} | |
.col-md-6 { | |
width: 50%; | |
} | |
.col-md-5 { | |
width: 41.66666667%; | |
} | |
.col-md-4 { | |
width: 33.33333333%; | |
} | |
.col-md-3 { | |
width: 25%; | |
} | |
.col-md-2 { | |
width: 16.66666667%; | |
} | |
.col-md-1 { | |
width: 8.33333333%; | |
} | |
.col-md-pull-12 { | |
right: 100%; | |
} | |
.col-md-pull-11 { | |
right: 91.66666667%; | |
} | |
.col-md-pull-10 { | |
right: 83.33333333%; | |
} | |
.col-md-pull-9 { | |
right: 75%; | |
} | |
.col-md-pull-8 { | |
right: 66.66666667%; | |
} | |
.col-md-pull-7 { | |
right: 58.33333333%; | |
} | |
.col-md-pull-6 { | |
right: 50%; | |
} | |
.col-md-pull-5 { | |
right: 41.66666667%; | |
} | |
.col-md-pull-4 { | |
right: 33.33333333%; | |
} | |
.col-md-pull-3 { | |
right: 25%; | |
} | |
.col-md-pull-2 { | |
right: 16.66666667%; | |
} | |
.col-md-pull-1 { | |
right: 8.33333333%; | |
} | |
.col-md-pull-0 { | |
right: auto; | |
} | |
.col-md-push-12 { | |
left: 100%; | |
} | |
.col-md-push-11 { | |
left: 91.66666667%; | |
} | |
.col-md-push-10 { | |
left: 83.33333333%; | |
} | |
.col-md-push-9 { | |
left: 75%; | |
} | |
.col-md-push-8 { | |
left: 66.66666667%; | |
} | |
.col-md-push-7 { | |
left: 58.33333333%; | |
} | |
.col-md-push-6 { | |
left: 50%; | |
} | |
.col-md-push-5 { | |
left: 41.66666667%; | |
} | |
.col-md-push-4 { | |
left: 33.33333333%; | |
} | |
.col-md-push-3 { | |
left: 25%; | |
} | |
.col-md-push-2 { | |
left: 16.66666667%; | |
} | |
.col-md-push-1 { | |
left: 8.33333333%; | |
} | |
.col-md-push-0 { | |
left: auto; | |
} | |
.col-md-offset-12 { | |
margin-left: 100%; | |
} | |
.col-md-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.col-md-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.col-md-offset-9 { | |
margin-left: 75%; | |
} | |
.col-md-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.col-md-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.col-md-offset-6 { | |
margin-left: 50%; | |
} | |
.col-md-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.col-md-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.col-md-offset-3 { | |
margin-left: 25%; | |
} | |
.col-md-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.col-md-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.col-md-offset-0 { | |
margin-left: 0%; | |
} | |
} | |
@media (min-width: 1200px) { | |
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { | |
float: left; | |
} | |
.col-lg-12 { | |
width: 100%; | |
} | |
.col-lg-11 { | |
width: 91.66666667%; | |
} | |
.col-lg-10 { | |
width: 83.33333333%; | |
} | |
.col-lg-9 { | |
width: 75%; | |
} | |
.col-lg-8 { | |
width: 66.66666667%; | |
} | |
.col-lg-7 { | |
width: 58.33333333%; | |
} | |
.col-lg-6 { | |
width: 50%; | |
} | |
.col-lg-5 { | |
width: 41.66666667%; | |
} | |
.col-lg-4 { | |
width: 33.33333333%; | |
} | |
.col-lg-3 { | |
width: 25%; | |
} | |
.col-lg-2 { | |
width: 16.66666667%; | |
} | |
.col-lg-1 { | |
width: 8.33333333%; | |
} | |
.col-lg-pull-12 { | |
right: 100%; | |
} | |
.col-lg-pull-11 { | |
right: 91.66666667%; | |
} | |
.col-lg-pull-10 { | |
right: 83.33333333%; | |
} | |
.col-lg-pull-9 { | |
right: 75%; | |
} | |
.col-lg-pull-8 { | |
right: 66.66666667%; | |
} | |
.col-lg-pull-7 { | |
right: 58.33333333%; | |
} | |
.col-lg-pull-6 { | |
right: 50%; | |
} | |
.col-lg-pull-5 { | |
right: 41.66666667%; | |
} | |
.col-lg-pull-4 { | |
right: 33.33333333%; | |
} | |
.col-lg-pull-3 { | |
right: 25%; | |
} | |
.col-lg-pull-2 { | |
right: 16.66666667%; | |
} | |
.col-lg-pull-1 { | |
right: 8.33333333%; | |
} | |
.col-lg-pull-0 { | |
right: auto; | |
} | |
.col-lg-push-12 { | |
left: 100%; | |
} | |
.col-lg-push-11 { | |
left: 91.66666667%; | |
} | |
.col-lg-push-10 { | |
left: 83.33333333%; | |
} | |
.col-lg-push-9 { | |
left: 75%; | |
} | |
.col-lg-push-8 { | |
left: 66.66666667%; | |
} | |
.col-lg-push-7 { | |
left: 58.33333333%; | |
} | |
.col-lg-push-6 { | |
left: 50%; | |
} | |
.col-lg-push-5 { | |
left: 41.66666667%; | |
} | |
.col-lg-push-4 { | |
left: 33.33333333%; | |
} | |
.col-lg-push-3 { | |
left: 25%; | |
} | |
.col-lg-push-2 { | |
left: 16.66666667%; | |
} | |
.col-lg-push-1 { | |
left: 8.33333333%; | |
} | |
.col-lg-push-0 { | |
left: auto; | |
} | |
.col-lg-offset-12 { | |
margin-left: 100%; | |
} | |
.col-lg-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.col-lg-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.col-lg-offset-9 { | |
margin-left: 75%; | |
} | |
.col-lg-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.col-lg-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.col-lg-offset-6 { | |
margin-left: 50%; | |
} | |
.col-lg-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.col-lg-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.col-lg-offset-3 { | |
margin-left: 25%; | |
} | |
.col-lg-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.col-lg-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.col-lg-offset-0 { | |
margin-left: 0%; | |
} | |
} | |
table { | |
background-color: transparent; | |
} | |
caption { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
color: #777777; | |
text-align: left; | |
} | |
th { | |
text-align: left; | |
} | |
.table { | |
width: 100%; | |
max-width: 100%; | |
margin-bottom: 18px; | |
} | |
.table > thead > tr > th, | |
.table > tbody > tr > th, | |
.table > tfoot > tr > th, | |
.table > thead > tr > td, | |
.table > tbody > tr > td, | |
.table > tfoot > tr > td { | |
padding: 8px; | |
line-height: 1.42857143; | |
vertical-align: top; | |
border-top: 1px solid #ddd; | |
} | |
.table > thead > tr > th { | |
vertical-align: bottom; | |
border-bottom: 2px solid #ddd; | |
} | |
.table > caption + thead > tr:first-child > th, | |
.table > colgroup + thead > tr:first-child > th, | |
.table > thead:first-child > tr:first-child > th, | |
.table > caption + thead > tr:first-child > td, | |
.table > colgroup + thead > tr:first-child > td, | |
.table > thead:first-child > tr:first-child > td { | |
border-top: 0; | |
} | |
.table > tbody + tbody { | |
border-top: 2px solid #ddd; | |
} | |
.table .table { | |
background-color: #fff; | |
} | |
.table-condensed > thead > tr > th, | |
.table-condensed > tbody > tr > th, | |
.table-condensed > tfoot > tr > th, | |
.table-condensed > thead > tr > td, | |
.table-condensed > tbody > tr > td, | |
.table-condensed > tfoot > tr > td { | |
padding: 5px; | |
} | |
.table-bordered { | |
border: 1px solid #ddd; | |
} | |
.table-bordered > thead > tr > th, | |
.table-bordered > tbody > tr > th, | |
.table-bordered > tfoot > tr > th, | |
.table-bordered > thead > tr > td, | |
.table-bordered > tbody > tr > td, | |
.table-bordered > tfoot > tr > td { | |
border: 1px solid #ddd; | |
} | |
.table-bordered > thead > tr > th, | |
.table-bordered > thead > tr > td { | |
border-bottom-width: 2px; | |
} | |
.table-striped > tbody > tr:nth-of-type(odd) { | |
background-color: #f9f9f9; | |
} | |
.table-hover > tbody > tr:hover { | |
background-color: #f5f5f5; | |
} | |
table col[class*="col-"] { | |
position: static; | |
float: none; | |
display: table-column; | |
} | |
table td[class*="col-"], | |
table th[class*="col-"] { | |
position: static; | |
float: none; | |
display: table-cell; | |
} | |
.table > thead > tr > td.active, | |
.table > tbody > tr > td.active, | |
.table > tfoot > tr > td.active, | |
.table > thead > tr > th.active, | |
.table > tbody > tr > th.active, | |
.table > tfoot > tr > th.active, | |
.table > thead > tr.active > td, | |
.table > tbody > tr.active > td, | |
.table > tfoot > tr.active > td, | |
.table > thead > tr.active > th, | |
.table > tbody > tr.active > th, | |
.table > tfoot > tr.active > th { | |
background-color: #f5f5f5; | |
} | |
.table-hover > tbody > tr > td.active:hover, | |
.table-hover > tbody > tr > th.active:hover, | |
.table-hover > tbody > tr.active:hover > td, | |
.table-hover > tbody > tr:hover > .active, | |
.table-hover > tbody > tr.active:hover > th { | |
background-color: #e8e8e8; | |
} | |
.table > thead > tr > td.success, | |
.table > tbody > tr > td.success, | |
.table > tfoot > tr > td.success, | |
.table > thead > tr > th.success, | |
.table > tbody > tr > th.success, | |
.table > tfoot > tr > th.success, | |
.table > thead > tr.success > td, | |
.table > tbody > tr.success > td, | |
.table > tfoot > tr.success > td, | |
.table > thead > tr.success > th, | |
.table > tbody > tr.success > th, | |
.table > tfoot > tr.success > th { | |
background-color: #dff0d8; | |
} | |
.table-hover > tbody > tr > td.success:hover, | |
.table-hover > tbody > tr > th.success:hover, | |
.table-hover > tbody > tr.success:hover > td, | |
.table-hover > tbody > tr:hover > .success, | |
.table-hover > tbody > tr.success:hover > th { | |
background-color: #d0e9c6; | |
} | |
.table > thead > tr > td.info, | |
.table > tbody > tr > td.info, | |
.table > tfoot > tr > td.info, | |
.table > thead > tr > th.info, | |
.table > tbody > tr > th.info, | |
.table > tfoot > tr > th.info, | |
.table > thead > tr.info > td, | |
.table > tbody > tr.info > td, | |
.table > tfoot > tr.info > td, | |
.table > thead > tr.info > th, | |
.table > tbody > tr.info > th, | |
.table > tfoot > tr.info > th { | |
background-color: #d9edf7; | |
} | |
.table-hover > tbody > tr > td.info:hover, | |
.table-hover > tbody > tr > th.info:hover, | |
.table-hover > tbody > tr.info:hover > td, | |
.table-hover > tbody > tr:hover > .info, | |
.table-hover > tbody > tr.info:hover > th { | |
background-color: #c4e3f3; | |
} | |
.table > thead > tr > td.warning, | |
.table > tbody > tr > td.warning, | |
.table > tfoot > tr > td.warning, | |
.table > thead > tr > th.warning, | |
.table > tbody > tr > th.warning, | |
.table > tfoot > tr > th.warning, | |
.table > thead > tr.warning > td, | |
.table > tbody > tr.warning > td, | |
.table > tfoot > tr.warning > td, | |
.table > thead > tr.warning > th, | |
.table > tbody > tr.warning > th, | |
.table > tfoot > tr.warning > th { | |
background-color: #fcf8e3; | |
} | |
.table-hover > tbody > tr > td.warning:hover, | |
.table-hover > tbody > tr > th.warning:hover, | |
.table-hover > tbody > tr.warning:hover > td, | |
.table-hover > tbody > tr:hover > .warning, | |
.table-hover > tbody > tr.warning:hover > th { | |
background-color: #faf2cc; | |
} | |
.table > thead > tr > td.danger, | |
.table > tbody > tr > td.danger, | |
.table > tfoot > tr > td.danger, | |
.table > thead > tr > th.danger, | |
.table > tbody > tr > th.danger, | |
.table > tfoot > tr > th.danger, | |
.table > thead > tr.danger > td, | |
.table > tbody > tr.danger > td, | |
.table > tfoot > tr.danger > td, | |
.table > thead > tr.danger > th, | |
.table > tbody > tr.danger > th, | |
.table > tfoot > tr.danger > th { | |
background-color: #f2dede; | |
} | |
.table-hover > tbody > tr > td.danger:hover, | |
.table-hover > tbody > tr > th.danger:hover, | |
.table-hover > tbody > tr.danger:hover > td, | |
.table-hover > tbody > tr:hover > .danger, | |
.table-hover > tbody > tr.danger:hover > th { | |
background-color: #ebcccc; | |
} | |
.table-responsive { | |
overflow-x: auto; | |
min-height: 0.01%; | |
} | |
@media screen and (max-width: 767px) { | |
.table-responsive { | |
width: 100%; | |
margin-bottom: 13.5px; | |
overflow-y: hidden; | |
-ms-overflow-style: -ms-autohiding-scrollbar; | |
border: 1px solid #ddd; | |
} | |
.table-responsive > .table { | |
margin-bottom: 0; | |
} | |
.table-responsive > .table > thead > tr > th, | |
.table-responsive > .table > tbody > tr > th, | |
.table-responsive > .table > tfoot > tr > th, | |
.table-responsive > .table > thead > tr > td, | |
.table-responsive > .table > tbody > tr > td, | |
.table-responsive > .table > tfoot > tr > td { | |
white-space: nowrap; | |
} | |
.table-responsive > .table-bordered { | |
border: 0; | |
} | |
.table-responsive > .table-bordered > thead > tr > th:first-child, | |
.table-responsive > .table-bordered > tbody > tr > th:first-child, | |
.table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
.table-responsive > .table-bordered > thead > tr > td:first-child, | |
.table-responsive > .table-bordered > tbody > tr > td:first-child, | |
.table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
border-left: 0; | |
} | |
.table-responsive > .table-bordered > thead > tr > th:last-child, | |
.table-responsive > .table-bordered > tbody > tr > th:last-child, | |
.table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
.table-responsive > .table-bordered > thead > tr > td:last-child, | |
.table-responsive > .table-bordered > tbody > tr > td:last-child, | |
.table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
border-right: 0; | |
} | |
.table-responsive > .table-bordered > tbody > tr:last-child > th, | |
.table-responsive > .table-bordered > tfoot > tr:last-child > th, | |
.table-responsive > .table-bordered > tbody > tr:last-child > td, | |
.table-responsive > .table-bordered > tfoot > tr:last-child > td { | |
border-bottom: 0; | |
} | |
} | |
fieldset { | |
padding: 0; | |
margin: 0; | |
border: 0; | |
min-width: 0; | |
} | |
legend { | |
display: block; | |
width: 100%; | |
padding: 0; | |
margin-bottom: 18px; | |
font-size: 19.5px; | |
line-height: inherit; | |
color: #333333; | |
border: 0; | |
border-bottom: 1px solid #e5e5e5; | |
} | |
label { | |
display: inline-block; | |
max-width: 100%; | |
margin-bottom: 5px; | |
font-weight: bold; | |
} | |
input[type="search"] { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
input[type="radio"], | |
input[type="checkbox"] { | |
margin: 4px 0 0; | |
margin-top: 1px \9; | |
line-height: normal; | |
} | |
input[type="file"] { | |
display: block; | |
} | |
input[type="range"] { | |
display: block; | |
width: 100%; | |
} | |
select[multiple], | |
select[size] { | |
height: auto; | |
} | |
input[type="file"]:focus, | |
input[type="radio"]:focus, | |
input[type="checkbox"]:focus { | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; | |
} | |
output { | |
display: block; | |
padding-top: 7px; | |
font-size: 13px; | |
line-height: 1.42857143; | |
color: #555555; | |
} | |
.form-control { | |
display: block; | |
width: 100%; | |
height: 32px; | |
padding: 6px 12px; | |
font-size: 13px; | |
line-height: 1.42857143; | |
color: #555555; | |
background-color: #fff; | |
background-image: none; | |
border: 1px solid #ccc; | |
border-radius: 2px; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
} | |
.form-control:focus { | |
border-color: #66afe9; | |
outline: 0; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
} | |
.form-control::-moz-placeholder { | |
color: #999; | |
opacity: 1; | |
} | |
.form-control:-ms-input-placeholder { | |
color: #999; | |
} | |
.form-control::-webkit-input-placeholder { | |
color: #999; | |
} | |
.form-control::-ms-expand { | |
border: 0; | |
background-color: transparent; | |
} | |
.form-control[disabled], | |
.form-control[readonly], | |
fieldset[disabled] .form-control { | |
background-color: #eeeeee; | |
opacity: 1; | |
} | |
.form-control[disabled], | |
fieldset[disabled] .form-control { | |
cursor: not-allowed; | |
} | |
textarea.form-control { | |
height: auto; | |
} | |
input[type="search"] { | |
-webkit-appearance: none; | |
} | |
@media screen and (-webkit-min-device-pixel-ratio: 0) { | |
input[type="date"].form-control, | |
input[type="time"].form-control, | |
input[type="datetime-local"].form-control, | |
input[type="month"].form-control { | |
line-height: 32px; | |
} | |
input[type="date"].input-sm, | |
input[type="time"].input-sm, | |
input[type="datetime-local"].input-sm, | |
input[type="month"].input-sm, | |
.input-group-sm input[type="date"], | |
.input-group-sm input[type="time"], | |
.input-group-sm input[type="datetime-local"], | |
.input-group-sm input[type="month"] { | |
line-height: 30px; | |
} | |
input[type="date"].input-lg, | |
input[type="time"].input-lg, | |
input[type="datetime-local"].input-lg, | |
input[type="month"].input-lg, | |
.input-group-lg input[type="date"], | |
.input-group-lg input[type="time"], | |
.input-group-lg input[type="datetime-local"], | |
.input-group-lg input[type="month"] { | |
line-height: 45px; | |
} | |
} | |
.form-group { | |
margin-bottom: 15px; | |
} | |
.radio, | |
.checkbox { | |
position: relative; | |
display: block; | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.radio label, | |
.checkbox label { | |
min-height: 18px; | |
padding-left: 20px; | |
margin-bottom: 0; | |
font-weight: normal; | |
cursor: pointer; | |
} | |
.radio input[type="radio"], | |
.radio-inline input[type="radio"], | |
.checkbox input[type="checkbox"], | |
.checkbox-inline input[type="checkbox"] { | |
position: absolute; | |
margin-left: -20px; | |
margin-top: 4px \9; | |
} | |
.radio + .radio, | |
.checkbox + .checkbox { | |
margin-top: -5px; | |
} | |
.radio-inline, | |
.checkbox-inline { | |
position: relative; | |
display: inline-block; | |
padding-left: 20px; | |
margin-bottom: 0; | |
vertical-align: middle; | |
font-weight: normal; | |
cursor: pointer; | |
} | |
.radio-inline + .radio-inline, | |
.checkbox-inline + .checkbox-inline { | |
margin-top: 0; | |
margin-left: 10px; | |
} | |
input[type="radio"][disabled], | |
input[type="checkbox"][disabled], | |
input[type="radio"].disabled, | |
input[type="checkbox"].disabled, | |
fieldset[disabled] input[type="radio"], | |
fieldset[disabled] input[type="checkbox"] { | |
cursor: not-allowed; | |
} | |
.radio-inline.disabled, | |
.checkbox-inline.disabled, | |
fieldset[disabled] .radio-inline, | |
fieldset[disabled] .checkbox-inline { | |
cursor: not-allowed; | |
} | |
.radio.disabled label, | |
.checkbox.disabled label, | |
fieldset[disabled] .radio label, | |
fieldset[disabled] .checkbox label { | |
cursor: not-allowed; | |
} | |
.form-control-static { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
margin-bottom: 0; | |
min-height: 31px; | |
} | |
.form-control-static.input-lg, | |
.form-control-static.input-sm { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.input-sm { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 1px; | |
} | |
select.input-sm { | |
height: 30px; | |
line-height: 30px; | |
} | |
textarea.input-sm, | |
select[multiple].input-sm { | |
height: auto; | |
} | |
.form-group-sm .form-control { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 1px; | |
} | |
.form-group-sm select.form-control { | |
height: 30px; | |
line-height: 30px; | |
} | |
.form-group-sm textarea.form-control, | |
.form-group-sm select[multiple].form-control { | |
height: auto; | |
} | |
.form-group-sm .form-control-static { | |
height: 30px; | |
min-height: 30px; | |
padding: 6px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
} | |
.input-lg { | |
height: 45px; | |
padding: 10px 16px; | |
font-size: 17px; | |
line-height: 1.3333333; | |
border-radius: 3px; | |
} | |
select.input-lg { | |
height: 45px; | |
line-height: 45px; | |
} | |
textarea.input-lg, | |
select[multiple].input-lg { | |
height: auto; | |
} | |
.form-group-lg .form-control { | |
height: 45px; | |
padding: 10px 16px; | |
font-size: 17px; | |
line-height: 1.3333333; | |
border-radius: 3px; | |
} | |
.form-group-lg select.form-control { | |
height: 45px; | |
line-height: 45px; | |
} | |
.form-group-lg textarea.form-control, | |
.form-group-lg select[multiple].form-control { | |
height: auto; | |
} | |
.form-group-lg .form-control-static { | |
height: 45px; | |
min-height: 35px; | |
padding: 11px 16px; | |
font-size: 17px; | |
line-height: 1.3333333; | |
} | |
.has-feedback { | |
position: relative; | |
} | |
.has-feedback .form-control { | |
padding-right: 40px; | |
} | |
.form-control-feedback { | |
position: absolute; | |
top: 0; | |
right: 0; | |
z-index: 2; | |
display: block; | |
width: 32px; | |
height: 32px; | |
line-height: 32px; | |
text-align: center; | |
pointer-events: none; | |
} | |
.input-lg + .form-control-feedback, | |
.input-group-lg + .form-control-feedback, | |
.form-group-lg .form-control + .form-control-feedback { | |
width: 45px; | |
height: 45px; | |
line-height: 45px; | |
} | |
.input-sm + .form-control-feedback, | |
.input-group-sm + .form-control-feedback, | |
.form-group-sm .form-control + .form-control-feedback { | |
width: 30px; | |
height: 30px; | |
line-height: 30px; | |
} | |
.has-success .help-block, | |
.has-success .control-label, | |
.has-success .radio, | |
.has-success .checkbox, | |
.has-success .radio-inline, | |
.has-success .checkbox-inline, | |
.has-success.radio label, | |
.has-success.checkbox label, | |
.has-success.radio-inline label, | |
.has-success.checkbox-inline label { | |
color: #3c763d; | |
} | |
.has-success .form-control { | |
border-color: #3c763d; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
} | |
.has-success .form-control:focus { | |
border-color: #2b542c; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; | |
} | |
.has-success .input-group-addon { | |
color: #3c763d; | |
border-color: #3c763d; | |
background-color: #dff0d8; | |
} | |
.has-success .form-control-feedback { | |
color: #3c763d; | |
} | |
.has-warning .help-block, | |
.has-warning .control-label, | |
.has-warning .radio, | |
.has-warning .checkbox, | |
.has-warning .radio-inline, | |
.has-warning .checkbox-inline, | |
.has-warning.radio label, | |
.has-warning.checkbox label, | |
.has-warning.radio-inline label, | |
.has-warning.checkbox-inline label { | |
color: #8a6d3b; | |
} | |
.has-warning .form-control { | |
border-color: #8a6d3b; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
} | |
.has-warning .form-control:focus { | |
border-color: #66512c; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; | |
} | |
.has-warning .input-group-addon { | |
color: #8a6d3b; | |
border-color: #8a6d3b; | |
background-color: #fcf8e3; | |
} | |
.has-warning .form-control-feedback { | |
color: #8a6d3b; | |
} | |
.has-error .help-block, | |
.has-error .control-label, | |
.has-error .radio, | |
.has-error .checkbox, | |
.has-error .radio-inline, | |
.has-error .checkbox-inline, | |
.has-error.radio label, | |
.has-error.checkbox label, | |
.has-error.radio-inline label, | |
.has-error.checkbox-inline label { | |
color: #a94442; | |
} | |
.has-error .form-control { | |
border-color: #a94442; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
} | |
.has-error .form-control:focus { | |
border-color: #843534; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; | |
} | |
.has-error .input-group-addon { | |
color: #a94442; | |
border-color: #a94442; | |
background-color: #f2dede; | |
} | |
.has-error .form-control-feedback { | |
color: #a94442; | |
} | |
.has-feedback label ~ .form-control-feedback { | |
top: 23px; | |
} | |
.has-feedback label.sr-only ~ .form-control-feedback { | |
top: 0; | |
} | |
.help-block { | |
display: block; | |
margin-top: 5px; | |
margin-bottom: 10px; | |
color: #404040; | |
} | |
@media (min-width: 768px) { | |
.form-inline .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.form-inline .form-control { | |
display: inline-block; | |
width: auto; | |
vertical-align: middle; | |
} | |
.form-inline .form-control-static { | |
display: inline-block; | |
} | |
.form-inline .input-group { | |
display: inline-table; | |
vertical-align: middle; | |
} | |
.form-inline .input-group .input-group-addon, | |
.form-inline .input-group .input-group-btn, | |
.form-inline .input-group .form-control { | |
width: auto; | |
} | |
.form-inline .input-group > .form-control { | |
width: 100%; | |
} | |
.form-inline .control-label { | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.form-inline .radio, | |
.form-inline .checkbox { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.form-inline .radio label, | |
.form-inline .checkbox label { | |
padding-left: 0; | |
} | |
.form-inline .radio input[type="radio"], | |
.form-inline .checkbox input[type="checkbox"] { | |
position: relative; | |
margin-left: 0; | |
} | |
.form-inline .has-feedback .form-control-feedback { | |
top: 0; | |
} | |
} | |
.form-horizontal .radio, | |
.form-horizontal .checkbox, | |
.form-horizontal .radio-inline, | |
.form-horizontal .checkbox-inline { | |
margin-top: 0; | |
margin-bottom: 0; | |
padding-top: 7px; | |
} | |
.form-horizontal .radio, | |
.form-horizontal .checkbox { | |
min-height: 25px; | |
} | |
.form-horizontal .form-group { | |
margin-left: 0px; | |
margin-right: 0px; | |
} | |
@media (min-width: 768px) { | |
.form-horizontal .control-label { | |
text-align: right; | |
margin-bottom: 0; | |
padding-top: 7px; | |
} | |
} | |
.form-horizontal .has-feedback .form-control-feedback { | |
right: 0px; | |
} | |
@media (min-width: 768px) { | |
.form-horizontal .form-group-lg .control-label { | |
padding-top: 11px; | |
font-size: 17px; | |
} | |
} | |
@media (min-width: 768px) { | |
.form-horizontal .form-group-sm .control-label { | |
padding-top: 6px; | |
font-size: 12px; | |
} | |
} | |
.btn { | |
display: inline-block; | |
margin-bottom: 0; | |
font-weight: normal; | |
text-align: center; | |
vertical-align: middle; | |
touch-action: manipulation; | |
cursor: pointer; | |
background-image: none; | |
border: 1px solid transparent; | |
white-space: nowrap; | |
padding: 6px 12px; | |
font-size: 13px; | |
line-height: 1.42857143; | |
border-radius: 2px; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
} | |
.btn:focus, | |
.btn:active:focus, | |
.btn.active:focus, | |
.btn.focus, | |
.btn:active.focus, | |
.btn.active.focus { | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; | |
} | |
.btn:hover, | |
.btn:focus, | |
.btn.focus { | |
color: #333; | |
text-decoration: none; | |
} | |
.btn:active, | |
.btn.active { | |
outline: 0; | |
background-image: none; | |
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
} | |
.btn.disabled, | |
.btn[disabled], | |
fieldset[disabled] .btn { | |
cursor: not-allowed; | |
opacity: 0.65; | |
filter: alpha(opacity=65); | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
a.btn.disabled, | |
fieldset[disabled] a.btn { | |
pointer-events: none; | |
} | |
.btn-default { | |
color: #333; | |
background-color: #fff; | |
border-color: #ccc; | |
} | |
.btn-default:focus, | |
.btn-default.focus { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #8c8c8c; | |
} | |
.btn-default:hover { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; | |
} | |
.btn-default:active, | |
.btn-default.active, | |
.open > .dropdown-toggle.btn-default { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; | |
} | |
.btn-default:active:hover, | |
.btn-default.active:hover, | |
.open > .dropdown-toggle.btn-default:hover, | |
.btn-default:active:focus, | |
.btn-default.active:focus, | |
.open > .dropdown-toggle.btn-default:focus, | |
.btn-default:active.focus, | |
.btn-default.active.focus, | |
.open > .dropdown-toggle.btn-default.focus { | |
color: #333; | |
background-color: #d4d4d4; | |
border-color: #8c8c8c; | |
} | |
.btn-default:active, | |
.btn-default.active, | |
.open > .dropdown-toggle.btn-default { | |
background-image: none; | |
} | |
.btn-default.disabled:hover, | |
.btn-default[disabled]:hover, | |
fieldset[disabled] .btn-default:hover, | |
.btn-default.disabled:focus, | |
.btn-default[disabled]:focus, | |
fieldset[disabled] .btn-default:focus, | |
.btn-default.disabled.focus, | |
.btn-default[disabled].focus, | |
fieldset[disabled] .btn-default.focus { | |
background-color: #fff; | |
border-color: #ccc; | |
} | |
.btn-default .badge { | |
color: #fff; | |
background-color: #333; | |
} | |
.btn-primary { | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #2e6da4; | |
} | |
.btn-primary:focus, | |
.btn-primary.focus { | |
color: #fff; | |
background-color: #286090; | |
border-color: #122b40; | |
} | |
.btn-primary:hover { | |
color: #fff; | |
background-color: #286090; | |
border-color: #204d74; | |
} | |
.btn-primary:active, | |
.btn-primary.active, | |
.open > .dropdown-toggle.btn-primary { | |
color: #fff; | |
background-color: #286090; | |
border-color: #204d74; | |
} | |
.btn-primary:active:hover, | |
.btn-primary.active:hover, | |
.open > .dropdown-toggle.btn-primary:hover, | |
.btn-primary:active:focus, | |
.btn-primary.active:focus, | |
.open > .dropdown-toggle.btn-primary:focus, | |
.btn-primary:active.focus, | |
.btn-primary.active.focus, | |
.open > .dropdown-toggle.btn-primary.focus { | |
color: #fff; | |
background-color: #204d74; | |
border-color: #122b40; | |
} | |
.btn-primary:active, | |
.btn-primary.active, | |
.open > .dropdown-toggle.btn-primary { | |
background-image: none; | |
} | |
.btn-primary.disabled:hover, | |
.btn-primary[disabled]:hover, | |
fieldset[disabled] .btn-primary:hover, | |
.btn-primary.disabled:focus, | |
.btn-primary[disabled]:focus, | |
fieldset[disabled] .btn-primary:focus, | |
.btn-primary.disabled.focus, | |
.btn-primary[disabled].focus, | |
fieldset[disabled] .btn-primary.focus { | |
background-color: #337ab7; | |
border-color: #2e6da4; | |
} | |
.btn-primary .badge { | |
color: #337ab7; | |
background-color: #fff; | |
} | |
.btn-success { | |
color: #fff; | |
background-color: #5cb85c; | |
border-color: #4cae4c; | |
} | |
.btn-success:focus, | |
.btn-success.focus { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #255625; | |
} | |
.btn-success:hover { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #398439; | |
} | |
.btn-success:active, | |
.btn-success.active, | |
.open > .dropdown-toggle.btn-success { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #398439; | |
} | |
.btn-success:active:hover, | |
.btn-success.active:hover, | |
.open > .dropdown-toggle.btn-success:hover, | |
.btn-success:active:focus, | |
.btn-success.active:focus, | |
.open > .dropdown-toggle.btn-success:focus, | |
.btn-success:active.focus, | |
.btn-success.active.focus, | |
.open > .dropdown-toggle.btn-success.focus { | |
color: #fff; | |
background-color: #398439; | |
border-color: #255625; | |
} | |
.btn-success:active, | |
.btn-success.active, | |
.open > .dropdown-toggle.btn-success { | |
background-image: none; | |
} | |
.btn-success.disabled:hover, | |
.btn-success[disabled]:hover, | |
fieldset[disabled] .btn-success:hover, | |
.btn-success.disabled:focus, | |
.btn-success[disabled]:focus, | |
fieldset[disabled] .btn-success:focus, | |
.btn-success.disabled.focus, | |
.btn-success[disabled].focus, | |
fieldset[disabled] .btn-success.focus { | |
background-color: #5cb85c; | |
border-color: #4cae4c; | |
} | |
.btn-success .badge { | |
color: #5cb85c; | |
background-color: #fff; | |
} | |
.btn-info { | |
color: #fff; | |
background-color: #5bc0de; | |
border-color: #46b8da; | |
} | |
.btn-info:focus, | |
.btn-info.focus { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #1b6d85; | |
} | |
.btn-info:hover { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #269abc; | |
} | |
.btn-info:active, | |
.btn-info.active, | |
.open > .dropdown-toggle.btn-info { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #269abc; | |
} | |
.btn-info:active:hover, | |
.btn-info.active:hover, | |
.open > .dropdown-toggle.btn-info:hover, | |
.btn-info:active:focus, | |
.btn-info.active:focus, | |
.open > .dropdown-toggle.btn-info:focus, | |
.btn-info:active.focus, | |
.btn-info.active.focus, | |
.open > .dropdown-toggle.btn-info.focus { | |
color: #fff; | |
background-color: #269abc; | |
border-color: #1b6d85; | |
} | |
.btn-info:active, | |
.btn-info.active, | |
.open > .dropdown-toggle.btn-info { | |
background-image: none; | |
} | |
.btn-info.disabled:hover, | |
.btn-info[disabled]:hover, | |
fieldset[disabled] .btn-info:hover, | |
.btn-info.disabled:focus, | |
.btn-info[disabled]:focus, | |
fieldset[disabled] .btn-info:focus, | |
.btn-info.disabled.focus, | |
.btn-info[disabled].focus, | |
fieldset[disabled] .btn-info.focus { | |
background-color: #5bc0de; | |
border-color: #46b8da; | |
} | |
.btn-info .badge { | |
color: #5bc0de; | |
background-color: #fff; | |
} | |
.btn-warning { | |
color: #fff; | |
background-color: #f0ad4e; | |
border-color: #eea236; | |
} | |
.btn-warning:focus, | |
.btn-warning.focus { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #985f0d; | |
} | |
.btn-warning:hover { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #d58512; | |
} | |
.btn-warning:active, | |
.btn-warning.active, | |
.open > .dropdown-toggle.btn-warning { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #d58512; | |
} | |
.btn-warning:active:hover, | |
.btn-warning.active:hover, | |
.open > .dropdown-toggle.btn-warning:hover, | |
.btn-warning:active:focus, | |
.btn-warning.active:focus, | |
.open > .dropdown-toggle.btn-warning:focus, | |
.btn-warning:active.focus, | |
.btn-warning.active.focus, | |
.open > .dropdown-toggle.btn-warning.focus { | |
color: #fff; | |
background-color: #d58512; | |
border-color: #985f0d; | |
} | |
.btn-warning:active, | |
.btn-warning.active, | |
.open > .dropdown-toggle.btn-warning { | |
background-image: none; | |
} | |
.btn-warning.disabled:hover, | |
.btn-warning[disabled]:hover, | |
fieldset[disabled] .btn-warning:hover, | |
.btn-warning.disabled:focus, | |
.btn-warning[disabled]:focus, | |
fieldset[disabled] .btn-warning:focus, | |
.btn-warning.disabled.focus, | |
.btn-warning[disabled].focus, | |
fieldset[disabled] .btn-warning.focus { | |
background-color: #f0ad4e; | |
border-color: #eea236; | |
} | |
.btn-warning .badge { | |
color: #f0ad4e; | |
background-color: #fff; | |
} | |
.btn-danger { | |
color: #fff; | |
background-color: #d9534f; | |
border-color: #d43f3a; | |
} | |
.btn-danger:focus, | |
.btn-danger.focus { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #761c19; | |
} | |
.btn-danger:hover { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #ac2925; | |
} | |
.btn-danger:active, | |
.btn-danger.active, | |
.open > .dropdown-toggle.btn-danger { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #ac2925; | |
} | |
.btn-danger:active:hover, | |
.btn-danger.active:hover, | |
.open > .dropdown-toggle.btn-danger:hover, | |
.btn-danger:active:focus, | |
.btn-danger.active:focus, | |
.open > .dropdown-toggle.btn-danger:focus, | |
.btn-danger:active.focus, | |
.btn-danger.active.focus, | |
.open > .dropdown-toggle.btn-danger.focus { | |
color: #fff; | |
background-color: #ac2925; | |
border-color: #761c19; | |
} | |
.btn-danger:active, | |
.btn-danger.active, | |
.open > .dropdown-toggle.btn-danger { | |
background-image: none; | |
} | |
.btn-danger.disabled:hover, | |
.btn-danger[disabled]:hover, | |
fieldset[disabled] .btn-danger:hover, | |
.btn-danger.disabled:focus, | |
.btn-danger[disabled]:focus, | |
fieldset[disabled] .btn-danger:focus, | |
.btn-danger.disabled.focus, | |
.btn-danger[disabled].focus, | |
fieldset[disabled] .btn-danger.focus { | |
background-color: #d9534f; | |
border-color: #d43f3a; | |
} | |
.btn-danger .badge { | |
color: #d9534f; | |
background-color: #fff; | |
} | |
.btn-link { | |
color: #337ab7; | |
font-weight: normal; | |
border-radius: 0; | |
} | |
.btn-link, | |
.btn-link:active, | |
.btn-link.active, | |
.btn-link[disabled], | |
fieldset[disabled] .btn-link { | |
background-color: transparent; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.btn-link, | |
.btn-link:hover, | |
.btn-link:focus, | |
.btn-link:active { | |
border-color: transparent; | |
} | |
.btn-link:hover, | |
.btn-link:focus { | |
color: #23527c; | |
text-decoration: underline; | |
background-color: transparent; | |
} | |
.btn-link[disabled]:hover, | |
fieldset[disabled] .btn-link:hover, | |
.btn-link[disabled]:focus, | |
fieldset[disabled] .btn-link:focus { | |
color: #777777; | |
text-decoration: none; | |
} | |
.btn-lg, | |
.btn-group-lg > .btn { | |
padding: 10px 16px; | |
font-size: 17px; | |
line-height: 1.3333333; | |
border-radius: 3px; | |
} | |
.btn-sm, | |
.btn-group-sm > .btn { | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 1px; | |
} | |
.btn-xs, | |
.btn-group-xs > .btn { | |
padding: 1px 5px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 1px; | |
} | |
.btn-block { | |
display: block; | |
width: 100%; | |
} | |
.btn-block + .btn-block { | |
margin-top: 5px; | |
} | |
input[type="submit"].btn-block, | |
input[type="reset"].btn-block, | |
input[type="button"].btn-block { | |
width: 100%; | |
} | |
.fade { | |
opacity: 0; | |
-webkit-transition: opacity 0.15s linear; | |
-o-transition: opacity 0.15s linear; | |
transition: opacity 0.15s linear; | |
} | |
.fade.in { | |
opacity: 1; | |
} | |
.collapse { | |
display: none; | |
} | |
.collapse.in { | |
display: block; | |
} | |
tr.collapse.in { | |
display: table-row; | |
} | |
tbody.collapse.in { | |
display: table-row-group; | |
} | |
.collapsing { | |
position: relative; | |
height: 0; | |
overflow: hidden; | |
-webkit-transition-property: height, visibility; | |
transition-property: height, visibility; | |
-webkit-transition-duration: 0.35s; | |
transition-duration: 0.35s; | |
-webkit-transition-timing-function: ease; | |
transition-timing-function: ease; | |
} | |
.caret { | |
display: inline-block; | |
width: 0; | |
height: 0; | |
margin-left: 2px; | |
vertical-align: middle; | |
border-top: 4px dashed; | |
border-top: 4px solid \9; | |
border-right: 4px solid transparent; | |
border-left: 4px solid transparent; | |
} | |
.dropup, | |
.dropdown { | |
position: relative; | |
} | |
.dropdown-toggle:focus { | |
outline: 0; | |
} | |
.dropdown-menu { | |
position: absolute; | |
top: 100%; | |
left: 0; | |
z-index: 1000; | |
display: none; | |
float: left; | |
min-width: 160px; | |
padding: 5px 0; | |
margin: 2px 0 0; | |
list-style: none; | |
font-size: 13px; | |
text-align: left; | |
background-color: #fff; | |
border: 1px solid #ccc; | |
border: 1px solid rgba(0, 0, 0, 0.15); | |
border-radius: 2px; | |
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); | |
background-clip: padding-box; | |
} | |
.dropdown-menu.pull-right { | |
right: 0; | |
left: auto; | |
} | |
.dropdown-menu .divider { | |
height: 1px; | |
margin: 8px 0; | |
overflow: hidden; | |
background-color: #e5e5e5; | |
} | |
.dropdown-menu > li > a { | |
display: block; | |
padding: 3px 20px; | |
clear: both; | |
font-weight: normal; | |
line-height: 1.42857143; | |
color: #333333; | |
white-space: nowrap; | |
} | |
.dropdown-menu > li > a:hover, | |
.dropdown-menu > li > a:focus { | |
text-decoration: none; | |
color: #262626; | |
background-color: #f5f5f5; | |
} | |
.dropdown-menu > .active > a, | |
.dropdown-menu > .active > a:hover, | |
.dropdown-menu > .active > a:focus { | |
color: #fff; | |
text-decoration: none; | |
outline: 0; | |
background-color: #337ab7; | |
} | |
.dropdown-menu > .disabled > a, | |
.dropdown-menu > .disabled > a:hover, | |
.dropdown-menu > .disabled > a:focus { | |
color: #777777; | |
} | |
.dropdown-menu > .disabled > a:hover, | |
.dropdown-menu > .disabled > a:focus { | |
text-decoration: none; | |
background-color: transparent; | |
background-image: none; | |
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
cursor: not-allowed; | |
} | |
.open > .dropdown-menu { | |
display: block; | |
} | |
.open > a { | |
outline: 0; | |
} | |
.dropdown-menu-right { | |
left: auto; | |
right: 0; | |
} | |
.dropdown-menu-left { | |
left: 0; | |
right: auto; | |
} | |
.dropdown-header { | |
display: block; | |
padding: 3px 20px; | |
font-size: 12px; | |
line-height: 1.42857143; | |
color: #777777; | |
white-space: nowrap; | |
} | |
.dropdown-backdrop { | |
position: fixed; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
top: 0; | |
z-index: 990; | |
} | |
.pull-right > .dropdown-menu { | |
right: 0; | |
left: auto; | |
} | |
.dropup .caret, | |
.navbar-fixed-bottom .dropdown .caret { | |
border-top: 0; | |
border-bottom: 4px dashed; | |
border-bottom: 4px solid \9; | |
content: ""; | |
} | |
.dropup .dropdown-menu, | |
.navbar-fixed-bottom .dropdown .dropdown-menu { | |
top: auto; | |
bottom: 100%; | |
margin-bottom: 2px; | |
} | |
@media (min-width: 541px) { | |
.navbar-right .dropdown-menu { | |
left: auto; | |
right: 0; | |
} | |
.navbar-right .dropdown-menu-left { | |
left: 0; | |
right: auto; | |
} | |
} | |
.btn-group, | |
.btn-group-vertical { | |
position: relative; | |
display: inline-block; | |
vertical-align: middle; | |
} | |
.btn-group > .btn, | |
.btn-group-vertical > .btn { | |
position: relative; | |
float: left; | |
} | |
.btn-group > .btn:hover, | |
.btn-group-vertical > .btn:hover, | |
.btn-group > .btn:focus, | |
.btn-group-vertical > .btn:focus, | |
.btn-group > .btn:active, | |
.btn-group-vertical > .btn:active, | |
.btn-group > .btn.active, | |
.btn-group-vertical > .btn.active { | |
z-index: 2; | |
} | |
.btn-group .btn + .btn, | |
.btn-group .btn + .btn-group, | |
.btn-group .btn-group + .btn, | |
.btn-group .btn-group + .btn-group { | |
margin-left: -1px; | |
} | |
.btn-toolbar { | |
margin-left: -5px; | |
} | |
.btn-toolbar .btn, | |
.btn-toolbar .btn-group, | |
.btn-toolbar .input-group { | |
float: left; | |
} | |
.btn-toolbar > .btn, | |
.btn-toolbar > .btn-group, | |
.btn-toolbar > .input-group { | |
margin-left: 5px; | |
} | |
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { | |
border-radius: 0; | |
} | |
.btn-group > .btn:first-child { | |
margin-left: 0; | |
} | |
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.btn-group > .btn:last-child:not(:first-child), | |
.btn-group > .dropdown-toggle:not(:first-child) { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0; | |
} | |
.btn-group > .btn-group { | |
float: left; | |
} | |
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { | |
border-radius: 0; | |
} | |
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0; | |
} | |
.btn-group .dropdown-toggle:active, | |
.btn-group.open .dropdown-toggle { | |
outline: 0; | |
} | |
.btn-group > .btn + .dropdown-toggle { | |
padding-left: 8px; | |
padding-right: 8px; | |
} | |
.btn-group > .btn-lg + .dropdown-toggle { | |
padding-left: 12px; | |
padding-right: 12px; | |
} | |
.btn-group.open .dropdown-toggle { | |
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | |
} | |
.btn-group.open .dropdown-toggle.btn-link { | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.btn .caret { | |
margin-left: 0; | |
} | |
.btn-lg .caret { | |
border-width: 5px 5px 0; | |
border-bottom-width: 0; | |
} | |
.dropup .btn-lg .caret { | |
border-width: 0 5px 5px; | |
} | |
.btn-group-vertical > .btn, | |
.btn-group-vertical > .btn-group, | |
.btn-group-vertical > .btn-group > .btn { | |
display: block; | |
float: none; | |
width: 100%; | |
max-width: 100%; | |
} | |
.btn-group-vertical > .btn-group > .btn { | |
float: none; | |
} | |
.btn-group-vertical > .btn + .btn, | |
.btn-group-vertical > .btn + .btn-group, | |
.btn-group-vertical > .btn-group + .btn, | |
.btn-group-vertical > .btn-group + .btn-group { | |
margin-top: -1px; | |
margin-left: 0; | |
} | |
.btn-group-vertical > .btn:not(:first-child):not(:last-child) { | |
border-radius: 0; | |
} | |
.btn-group-vertical > .btn:first-child:not(:last-child) { | |
border-top-right-radius: 2px; | |
border-top-left-radius: 2px; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.btn-group-vertical > .btn:last-child:not(:first-child) { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; | |
border-bottom-right-radius: 2px; | |
border-bottom-left-radius: 2px; | |
} | |
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { | |
border-radius: 0; | |
} | |
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; | |
} | |
.btn-group-justified { | |
display: table; | |
width: 100%; | |
table-layout: fixed; | |
border-collapse: separate; | |
} | |
.btn-group-justified > .btn, | |
.btn-group-justified > .btn-group { | |
float: none; | |
display: table-cell; | |
width: 1%; | |
} | |
.btn-group-justified > .btn-group .btn { | |
width: 100%; | |
} | |
.btn-group-justified > .btn-group .dropdown-menu { | |
left: auto; | |
} | |
[data-toggle="buttons"] > .btn input[type="radio"], | |
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | |
[data-toggle="buttons"] > .btn input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { | |
position: absolute; | |
clip: rect(0, 0, 0, 0); | |
pointer-events: none; | |
} | |
.input-group { | |
position: relative; | |
display: table; | |
border-collapse: separate; | |
} | |
.input-group[class*="col-"] { | |
float: none; | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.input-group .form-control { | |
position: relative; | |
z-index: 2; | |
float: left; | |
width: 100%; | |
margin-bottom: 0; | |
} | |
.input-group .form-control:focus { | |
z-index: 3; | |
} | |
.input-group-lg > .form-control, | |
.input-group-lg > .input-group-addon, | |
.input-group-lg > .input-group-btn > .btn { | |
height: 45px; | |
padding: 10px 16px; | |
font-size: 17px; | |
line-height: 1.3333333; | |
border-radius: 3px; | |
} | |
select.input-group-lg > .form-control, | |
select.input-group-lg > .input-group-addon, | |
select.input-group-lg > .input-group-btn > .btn { | |
height: 45px; | |
line-height: 45px; | |
} | |
textarea.input-group-lg > .form-control, | |
textarea.input-group-lg > .input-group-addon, | |
textarea.input-group-lg > .input-group-btn > .btn, | |
select[multiple].input-group-lg > .form-control, | |
select[multiple].input-group-lg > .input-group-addon, | |
select[multiple].input-group-lg > .input-group-btn > .btn { | |
height: auto; | |
} | |
.input-group-sm > .form-control, | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .btn { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 1px; | |
} | |
select.input-group-sm > .form-control, | |
select.input-group-sm > .input-group-addon, | |
select.input-group-sm > .input-group-btn > .btn { | |
height: 30px; | |
line-height: 30px; | |
} | |
textarea.input-group-sm > .form-control, | |
textarea.input-group-sm > .input-group-addon, | |
textarea.input-group-sm > .input-group-btn > .btn, | |
select[multiple].input-group-sm > .form-control, | |
select[multiple].input-group-sm > .input-group-addon, | |
select[multiple].input-group-sm > .input-group-btn > .btn { | |
height: auto; | |
} | |
.input-group-addon, | |
.input-group-btn, | |
.input-group .form-control { | |
display: table-cell; | |
} | |
.input-group-addon:not(:first-child):not(:last-child), | |
.input-group-btn:not(:first-child):not(:last-child), | |
.input-group .form-control:not(:first-child):not(:last-child) { | |
border-radius: 0; | |
} | |
.input-group-addon, | |
.input-group-btn { | |
width: 1%; | |
white-space: nowrap; | |
vertical-align: middle; | |
} | |
.input-group-addon { | |
padding: 6px 12px; | |
font-size: 13px; | |
font-weight: normal; | |
line-height: 1; | |
color: #555555; | |
text-align: center; | |
background-color: #eeeeee; | |
border: 1px solid #ccc; | |
border-radius: 2px; | |
} | |
.input-group-addon.input-sm { | |
padding: 5px 10px; | |
font-size: 12px; | |
border-radius: 1px; | |
} | |
.input-group-addon.input-lg { | |
padding: 10px 16px; | |
font-size: 17px; | |
border-radius: 3px; | |
} | |
.input-group-addon input[type="radio"], | |
.input-group-addon input[type="checkbox"] { | |
margin-top: 0; | |
} | |
.input-group .form-control:first-child, | |
.input-group-addon:first-child, | |
.input-group-btn:first-child > .btn, | |
.input-group-btn:first-child > .btn-group > .btn, | |
.input-group-btn:first-child > .dropdown-toggle, | |
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), | |
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0; | |
} | |
.input-group-addon:first-child { | |
border-right: 0; | |
} | |
.input-group .form-control:last-child, | |
.input-group-addon:last-child, | |
.input-group-btn:last-child > .btn, | |
.input-group-btn:last-child > .btn-group > .btn, | |
.input-group-btn:last-child > .dropdown-toggle, | |
.input-group-btn:first-child > .btn:not(:first-child), | |
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0; | |
} | |
.input-group-addon:last-child { | |
border-left: 0; | |
} | |
.input-group-btn { | |
position: relative; | |
font-size: 0; | |
white-space: nowrap; | |
} | |
.input-group-btn > .btn { | |
position: relative; | |
} | |
.input-group-btn > .btn + .btn { | |
margin-left: -1px; | |
} | |
.input-group-btn > .btn:hover, | |
.input-group-btn > .btn:focus, | |
.input-group-btn > .btn:active { | |
z-index: 2; | |
} | |
.input-group-btn:first-child > .btn, | |
.input-group-btn:first-child > .btn-group { | |
margin-right: -1px; | |
} | |
.input-group-btn:last-child > .btn, | |
.input-group-btn:last-child > .btn-group { | |
z-index: 2; | |
margin-left: -1px; | |
} | |
.nav { | |
margin-bottom: 0; | |
padding-left: 0; | |
list-style: none; | |
} | |
.nav > li { | |
position: relative; | |
display: block; | |
} | |
.nav > li > a { | |
position: relative; | |
display: block; | |
padding: 10px 15px; | |
} | |
.nav > li > a:hover, | |
.nav > li > a:focus { | |
text-decoration: none; | |
background-color: #eeeeee; | |
} | |
.nav > li.disabled > a { | |
color: #777777; | |
} | |
.nav > li.disabled > a:hover, | |
.nav > li.disabled > a:focus { | |
color: #777777; | |
text-decoration: none; | |
background-color: transparent; | |
cursor: not-allowed; | |
} | |
.nav .open > a, | |
.nav .open > a:hover, | |
.nav .open > a:focus { | |
background-color: #eeeeee; | |
border-color: #337ab7; | |
} | |
.nav .nav-divider { | |
height: 1px; | |
margin: 8px 0; | |
overflow: hidden; | |
background-color: #e5e5e5; | |
} | |
.nav > li > a > img { | |
max-width: none; | |
} | |
.nav-tabs { | |
border-bottom: 1px solid #ddd; | |
} | |
.nav-tabs > li { | |
float: left; | |
margin-bottom: -1px; | |
} | |
.nav-tabs > li > a { | |
margin-right: 2px; | |
line-height: 1.42857143; | |
border: 1px solid transparent; | |
border-radius: 2px 2px 0 0; | |
} | |
.nav-tabs > li > a:hover { | |
border-color: #eeeeee #eeeeee #ddd; | |
} | |
.nav-tabs > li.active > a, | |
.nav-tabs > li.active > a:hover, | |
.nav-tabs > li.active > a:focus { | |
color: #555555; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-bottom-color: transparent; | |
cursor: default; | |
} | |
.nav-tabs.nav-justified { | |
width: 100%; | |
border-bottom: 0; | |
} | |
.nav-tabs.nav-justified > li { | |
float: none; | |
} | |
.nav-tabs.nav-justified > li > a { | |
text-align: center; | |
margin-bottom: 5px; | |
} | |
.nav-tabs.nav-justified > .dropdown .dropdown-menu { | |
top: auto; | |
left: auto; | |
} | |
@media (min-width: 768px) { | |
.nav-tabs.nav-justified > li { | |
display: table-cell; | |
width: 1%; | |
} | |
.nav-tabs.nav-justified > li > a { | |
margin-bottom: 0; | |
} | |
} | |
.nav-tabs.nav-justified > li > a { | |
margin-right: 0; | |
border-radius: 2px; | |
} | |
.nav-tabs.nav-justified > .active > a, | |
.nav-tabs.nav-justified > .active > a:hover, | |
.nav-tabs.nav-justified > .active > a:focus { | |
border: 1px solid #ddd; | |
} | |
@media (min-width: 768px) { | |
.nav-tabs.nav-justified > li > a { | |
border-bottom: 1px solid #ddd; | |
border-radius: 2px 2px 0 0; | |
} | |
.nav-tabs.nav-justified > .active > a, | |
.nav-tabs.nav-justified > .active > a:hover, | |
.nav-tabs.nav-justified > .active > a:focus { | |
border-bottom-color: #fff; | |
} | |
} | |
.nav-pills > li { | |
float: left; | |
} | |
.nav-pills > li > a { | |
border-radius: 2px; | |
} | |
.nav-pills > li + li { | |
margin-left: 2px; | |
} | |
.nav-pills > li.active > a, | |
.nav-pills > li.active > a:hover, | |
.nav-pills > li.active > a:focus { | |
color: #fff; | |
background-color: #337ab7; | |
} | |
.nav-stacked > li { | |
float: none; | |
} | |
.nav-stacked > li + li { | |
margin-top: 2px; | |
margin-left: 0; | |
} | |
.nav-justified { | |
width: 100%; | |
} | |
.nav-justified > li { | |
float: none; | |
} | |
.nav-justified > li > a { | |
text-align: center; | |
margin-bottom: 5px; | |
} | |
.nav-justified > .dropdown .dropdown-menu { | |
top: auto; | |
left: auto; | |
} | |
@media (min-width: 768px) { | |
.nav-justified > li { | |
display: table-cell; | |
width: 1%; | |
} | |
.nav-justified > li > a { | |
margin-bottom: 0; | |
} | |
} | |
.nav-tabs-justified { | |
border-bottom: 0; | |
} | |
.nav-tabs-justified > li > a { | |
margin-right: 0; | |
border-radius: 2px; | |
} | |
.nav-tabs-justified > .active > a, | |
.nav-tabs-justified > .active > a:hover, | |
.nav-tabs-justified > .active > a:focus { | |
border: 1px solid #ddd; | |
} | |
@media (min-width: 768px) { | |
.nav-tabs-justified > li > a { | |
border-bottom: 1px solid #ddd; | |
border-radius: 2px 2px 0 0; | |
} | |
.nav-tabs-justified > .active > a, | |
.nav-tabs-justified > .active > a:hover, | |
.nav-tabs-justified > .active > a:focus { | |
border-bottom-color: #fff; | |
} | |
} | |
.tab-content > .tab-pane { | |
display: none; | |
} | |
.tab-content > .active { | |
display: block; | |
} | |
.nav-tabs .dropdown-menu { | |
margin-top: -1px; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; | |
} | |
.navbar { | |
position: relative; | |
min-height: 30px; | |
margin-bottom: 18px; | |
border: 1px solid transparent; | |
} | |
@media (min-width: 541px) { | |
.navbar { | |
border-radius: 2px; | |
} | |
} | |
@media (min-width: 541px) { | |
.navbar-header { | |
float: left; | |
} | |
} | |
.navbar-collapse { | |
overflow-x: visible; | |
padding-right: 0px; | |
padding-left: 0px; | |
border-top: 1px solid transparent; | |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); | |
-webkit-overflow-scrolling: touch; | |
} | |
.navbar-collapse.in { | |
overflow-y: auto; | |
} | |
@media (min-width: 541px) { | |
.navbar-collapse { | |
width: auto; | |
border-top: 0; | |
box-shadow: none; | |
} | |
.navbar-collapse.collapse { | |
display: block !important; | |
height: auto !important; | |
padding-bottom: 0; | |
overflow: visible !important; | |
} | |
.navbar-collapse.in { | |
overflow-y: visible; | |
} | |
.navbar-fixed-top .navbar-collapse, | |
.navbar-static-top .navbar-collapse, | |
.navbar-fixed-bottom .navbar-collapse { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
} | |
.navbar-fixed-top .navbar-collapse, | |
.navbar-fixed-bottom .navbar-collapse { | |
max-height: 340px; | |
} | |
@media (max-device-width: 540px) and (orientation: landscape) { | |
.navbar-fixed-top .navbar-collapse, | |
.navbar-fixed-bottom .navbar-collapse { | |
max-height: 200px; | |
} | |
} | |
.container > .navbar-header, | |
.container-fluid > .navbar-header, | |
.container > .navbar-collapse, | |
.container-fluid > .navbar-collapse { | |
margin-right: 0px; | |
margin-left: 0px; | |
} | |
@media (min-width: 541px) { | |
.container > .navbar-header, | |
.container-fluid > .navbar-header, | |
.container > .navbar-collapse, | |
.container-fluid > .navbar-collapse { | |
margin-right: 0; | |
margin-left: 0; | |
} | |
} | |
.navbar-static-top { | |
z-index: 1000; | |
border-width: 0 0 1px; | |
} | |
@media (min-width: 541px) { | |
.navbar-static-top { | |
border-radius: 0; | |
} | |
} | |
.navbar-fixed-top, | |
.navbar-fixed-bottom { | |
position: fixed; | |
right: 0; | |
left: 0; | |
z-index: 1030; | |
} | |
@media (min-width: 541px) { | |
.navbar-fixed-top, | |
.navbar-fixed-bottom { | |
border-radius: 0; | |
} | |
} | |
.navbar-fixed-top { | |
top: 0; | |
border-width: 0 0 1px; | |
} | |
.navbar-fixed-bottom { | |
bottom: 0; | |
margin-bottom: 0; | |
border-width: 1px 0 0; | |
} | |
.navbar-brand { | |
float: left; | |
padding: 6px 0px; | |
font-size: 17px; | |
line-height: 18px; | |
height: 30px; | |
} | |
.navbar-brand:hover, | |
.navbar-brand:focus { | |
text-decoration: none; | |
} | |
.navbar-brand > img { | |
display: block; | |
} | |
@media (min-width: 541px) { | |
.navbar > .container .navbar-brand, | |
.navbar > .container-fluid .navbar-brand { | |
margin-left: 0px; | |
} | |
} | |
.navbar-toggle { | |
position: relative; | |
float: right; | |
margin-right: 0px; | |
padding: 9px 10px; | |
margin-top: -2px; | |
margin-bottom: -2px; | |
background-color: transparent; | |
background-image: none; | |
border: 1px solid transparent; | |
border-radius: 2px; | |
} | |
.navbar-toggle:focus { | |
outline: 0; | |
} | |
.navbar-toggle .icon-bar { | |
display: block; | |
width: 22px; | |
height: 2px; | |
border-radius: 1px; | |
} | |
.navbar-toggle .icon-bar + .icon-bar { | |
margin-top: 4px; | |
} | |
@media (min-width: 541px) { | |
.navbar-toggle { | |
display: none; | |
} | |
} | |
.navbar-nav { | |
margin: 3px 0px; | |
} | |
.navbar-nav > li > a { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
line-height: 18px; | |
} | |
@media (max-width: 540px) { | |
.navbar-nav .open .dropdown-menu { | |
position: static; | |
float: none; | |
width: auto; | |
margin-top: 0; | |
background-color: transparent; | |
border: 0; | |
box-shadow: none; | |
} | |
.navbar-nav .open .dropdown-menu > li > a, | |
.navbar-nav .open .dropdown-menu .dropdown-header { | |
padding: 5px 15px 5px 25px; | |
} | |
.navbar-nav .open .dropdown-menu > li > a { | |
line-height: 18px; | |
} | |
.navbar-nav .open .dropdown-menu > li > a:hover, | |
.navbar-nav .open .dropdown-menu > li > a:focus { | |
background-image: none; | |
} | |
} | |
@media (min-width: 541px) { | |
.navbar-nav { | |
float: left; | |
margin: 0; | |
} | |
.navbar-nav > li { | |
float: left; | |
} | |
.navbar-nav > li > a { | |
padding-top: 6px; | |
padding-bottom: 6px; | |
} | |
} | |
.navbar-form { | |
margin-left: 0px; | |
margin-right: 0px; | |
padding: 10px 0px; | |
border-top: 1px solid transparent; | |
border-bottom: 1px solid transparent; | |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | |
margin-top: -1px; | |
margin-bottom: -1px; | |
} | |
@media (min-width: 768px) { | |
.navbar-form .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.navbar-form .form-control { | |
display: inline-block; | |
width: auto; | |
vertical-align: middle; | |
} | |
.navbar-form .form-control-static { | |
display: inline-block; | |
} | |
.navbar-form .input-group { | |
display: inline-table; | |
vertical-align: middle; | |
} | |
.navbar-form .input-group .input-group-addon, | |
.navbar-form .input-group .input-group-btn, | |
.navbar-form .input-group .form-control { | |
width: auto; | |
} | |
.navbar-form .input-group > .form-control { | |
width: 100%; | |
} | |
.navbar-form .control-label { | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.navbar-form .radio, | |
.navbar-form .checkbox { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
vertical-align: middle; | |
} | |
.navbar-form .radio label, | |
.navbar-form .checkbox label { | |
padding-left: 0; | |
} | |
.navbar-form .radio input[type="radio"], | |
.navbar-form .checkbox input[type="checkbox"] { | |
position: relative; | |
margin-left: 0; | |
} | |
.navbar-form .has-feedback .form-control-feedback { | |
top: 0; | |
} | |
} | |
@media (max-width: 540px) { | |
.navbar-form .form-group { | |
margin-bottom: 5px; | |
} | |
.navbar-form .form-group:last-child { | |
margin-bottom: 0; | |
} | |
} | |
@media (min-width: 541px) { | |
.navbar-form { | |
width: auto; | |
border: 0; | |
margin-left: 0; | |
margin-right: 0; | |
padding-top: 0; | |
padding-bottom: 0; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
} | |
.navbar-nav > li > .dropdown-menu { | |
margin-top: 0; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; | |
} | |
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { | |
margin-bottom: 0; | |
border-top-right-radius: 2px; | |
border-top-left-radius: 2px; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; | |
} | |
.navbar-btn { | |
margin-top: -1px; | |
margin-bottom: -1px; | |
} | |
.navbar-btn.btn-sm { | |
margin-top: 0px; | |
margin-bottom: 0px; | |
} | |
.navbar-btn.btn-xs { | |
margin-top: 4px; | |
margin-bottom: 4px; | |
} | |
.navbar-text { | |
margin-top: 6px; | |
margin-bottom: 6px; | |
} | |
@media (min-width: 541px) { | |
.navbar-text { | |
float: left; | |
margin-left: 0px; | |
margin-right: 0px; | |
} | |
} | |
@media (min-width: 541px) { | |
.navbar-left { | |
float: left !important; | |
float: left; | |
} | |
.navbar-right { | |
float: right !important; | |
float: right; | |
margin-right: 0px; | |
} | |
.navbar-right ~ .navbar-right { | |
margin-right: 0; | |
} | |
} | |
.navbar-default { | |
background-color: #f8f8f8; | |
border-color: #e7e7e7; | |
} | |
.navbar-default .navbar-brand { | |
color: #777; | |
} | |
.navbar-default .navbar-brand:hover, | |
.navbar-default .navbar-brand:focus { | |
color: #5e5e5e; | |
background-color: transparent; | |
} | |
.navbar-default .navbar-text { | |
color: #777; | |
} | |
.navbar-default .navbar-nav > li > a { | |
color: #777; | |
} | |
.navbar-default .navbar-nav > li > a:hover, | |
.navbar-default .navbar-nav > li > a:focus { | |
color: #333; | |
background-color: transparent; | |
} | |
.navbar-default .navbar-nav > .active > a, | |
.navbar-default .navbar-nav > .active > a:hover, | |
.navbar-default .navbar-nav > .active > a:focus { | |
color: #555; | |
background-color: #e7e7e7; | |
} | |
.navbar-default .navbar-nav > .disabled > a, | |
.navbar-default .navbar-nav > .disabled > a:hover, | |
.navbar-default .navbar-nav > .disabled > a:focus { | |
color: #ccc; | |
background-color: transparent; | |
} | |
.navbar-default .navbar-toggle { | |
border-color: #ddd; | |
} | |
.navbar-default .navbar-toggle:hover, | |
.navbar-default .navbar-toggle:focus { | |
background-color: #ddd; | |
} | |
.navbar-default .navbar-toggle .icon-bar { | |
background-color: #888; | |
} | |
.navbar-default .navbar-collapse, | |
.navbar-default .navbar-form { | |
border-color: #e7e7e7; | |
} | |
.navbar-default .navbar-nav > .open > a, | |
.navbar-default .navbar-nav > .open > a:hover, | |
.navbar-default .navbar-nav > .open > a:focus { | |
background-color: #e7e7e7; | |
color: #555; | |
} | |
@media (max-width: 540px) { | |
.navbar-default .navbar-nav .open .dropdown-menu > li > a { | |
color: #777; | |
} | |
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, | |
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { | |
color: #333; | |
background-color: transparent; | |
} | |
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, | |
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, | |
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { | |
color: #555; | |
background-color: #e7e7e7; | |
} | |
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, | |
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, | |
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
color: #ccc; | |
background-color: transparent; | |
} | |
} | |
.navbar-default .navbar-link { | |
color: #777; | |
} | |
.navbar-default .navbar-link:hover { | |
color: #333; | |
} | |
.navbar-default .btn-link { | |
color: #777; | |
} | |
.navbar-default .btn-link:hover, | |
.navbar-default .btn-link:focus { | |
color: #333; | |
} | |
.navbar-default .btn-link[disabled]:hover, | |
fieldset[disabled] .navbar-default .btn-link:hover, | |
.navbar-default .btn-link[disabled]:focus, | |
fieldset[disabled] .navbar-default .btn-link:focus { | |
color: #ccc; | |
} | |
.navbar-inverse { | |
background-color: #222; | |
border-color: #080808; | |
} | |
.navbar-inverse .navbar-brand { | |
color: #9d9d9d; | |
} | |
.navbar-inverse .navbar-brand:hover, | |
.navbar-inverse .navbar-brand:focus { | |
color: #fff; | |
background-color: transparent; | |
} | |
.navbar-inverse .navbar-text { | |
color: #9d9d9d; | |
} | |
.navbar-inverse .navbar-nav > li > a { | |
color: #9d9d9d; | |
} | |
.navbar-inverse .navbar-nav > li > a:hover, | |
.navbar-inverse .navbar-nav > li > a:focus { | |
color: #fff; | |
background-color: transparent; | |
} | |
.navbar-inverse .navbar-nav > .active > a, | |
.navbar-inverse .navbar-nav > .active > a:hover, | |
.navbar-inverse .navbar-nav > .active > a:focus { | |
color: #fff; | |
background-color: #080808; | |
} | |
.navbar-inverse .navbar-nav > .disabled > a, | |
.navbar-inverse .navbar-nav > .disabled > a:hover, | |
.navbar-inverse .navbar-nav > .disabled > a:focus { | |
color: #444; | |
background-color: transparent; | |
} | |
.navbar-inverse .navbar-toggle { | |
border-color: #333; | |
} | |
.navbar-inverse .navbar-toggle:hover, | |
.navbar-inverse .navbar-toggle:focus { | |
background-color: #333; | |
} | |
.navbar-inverse .navbar-toggle .icon-bar { | |
background-color: #fff; | |
} | |
.navbar-inverse .navbar-collapse, | |
.navbar-inverse .navbar-form { | |
border-color: #101010; | |
} | |
.navbar-inverse .navbar-nav > .open > a, | |
.navbar-inverse .navbar-nav > .open > a:hover, | |
.navbar-inverse .navbar-nav > .open > a:focus { | |
background-color: #080808; | |
color: #fff; | |
} | |
@media (max-width: 540px) { | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { | |
border-color: #080808; | |
} | |
.navbar-inverse .navbar-nav .open .dropdown-menu .divider { | |
background-color: #080808; | |
} | |
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { | |
color: #9d9d9d; | |
} | |
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, | |
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { | |
color: #fff; | |
background-color: transparent; | |
} | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { | |
color: #fff; | |
background-color: #080808; | |
} | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
color: #444; | |
background-color: transparent; | |
} | |
} | |
.navbar-inverse .navbar-link { | |
color: #9d9d9d; | |
} | |
.navbar-inverse .navbar-link:hover { | |
color: #fff; | |
} | |
.navbar-inverse .btn-link { | |
color: #9d9d9d; | |
} | |
.navbar-inverse .btn-link:hover, | |
.navbar-inverse .btn-link:focus { | |
color: #fff; | |
} | |
.navbar-inverse .btn-link[disabled]:hover, | |
fieldset[disabled] .navbar-inverse .btn-link:hover, | |
.navbar-inverse .btn-link[disabled]:focus, | |
fieldset[disabled] .navbar-inverse .btn-link:focus { | |
color: #444; | |
} | |
.breadcrumb { | |
padding: 8px 15px; | |
margin-bottom: 18px; | |
list-style: none; | |
background-color: #f5f5f5; | |
border-radius: 2px; | |
} | |
.breadcrumb > li { | |
display: inline-block; | |
} | |
.breadcrumb > li + li:before { | |
content: "/\00a0"; | |
padding: 0 5px; | |
color: #5e5e5e; | |
} | |
.breadcrumb > .active { | |
color: #777777; | |
} | |
.pagination { | |
display: inline-block; | |
padding-left: 0; | |
margin: 18px 0; | |
border-radius: 2px; | |
} | |
.pagination > li { | |
display: inline; | |
} | |
.pagination > li > a, | |
.pagination > li > span { | |
position: relative; | |
float: left; | |
padding: 6px 12px; | |
line-height: 1.42857143; | |
text-decoration: none; | |
color: #337ab7; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
margin-left: -1px; | |
} | |
.pagination > li:first-child > a, | |
.pagination > li:first-child > span { | |
margin-left: 0; | |
border-bottom-left-radius: 2px; | |
border-top-left-radius: 2px; | |
} | |
.pagination > li:last-child > a, | |
.pagination > li:last-child > span { | |
border-bottom-right-radius: 2px; | |
border-top-right-radius: 2px; | |
} | |
.pagination > li > a:hover, | |
.pagination > li > span:hover, | |
.pagination > li > a:focus, | |
.pagination > li > span:focus { | |
z-index: 2; | |
color: #23527c; | |
background-color: #eeeeee; | |
border-color: #ddd; | |
} | |
.pagination > .active > a, | |
.pagination > .active > span, | |
.pagination > .active > a:hover, | |
.pagination > .active > span:hover, | |
.pagination > .active > a:focus, | |
.pagination > .active > span:focus { | |
z-index: 3; | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #337ab7; | |
cursor: default; | |
} | |
.pagination > .disabled > span, | |
.pagination > .disabled > span:hover, | |
.pagination > .disabled > span:focus, | |
.pagination > .disabled > a, | |
.pagination > .disabled > a:hover, | |
.pagination > .disabled > a:focus { | |
color: #777777; | |
background-color: #fff; | |
border-color: #ddd; | |
cursor: not-allowed; | |
} | |
.pagination-lg > li > a, | |
.pagination-lg > li > span { | |
padding: 10px 16px; | |
font-size: 17px; | |
line-height: 1.3333333; | |
} | |
.pagination-lg > li:first-child > a, | |
.pagination-lg > li:first-child > span { | |
border-bottom-left-radius: 3px; | |
border-top-left-radius: 3px; | |
} | |
.pagination-lg > li:last-child > a, | |
.pagination-lg > li:last-child > span { | |
border-bottom-right-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.pagination-sm > li > a, | |
.pagination-sm > li > span { | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
} | |
.pagination-sm > li:first-child > a, | |
.pagination-sm > li:first-child > span { | |
border-bottom-left-radius: 1px; | |
border-top-left-radius: 1px; | |
} | |
.pagination-sm > li:last-child > a, | |
.pagination-sm > li:last-child > span { | |
border-bottom-right-radius: 1px; | |
border-top-right-radius: 1px; | |
} | |
.pager { | |
padding-left: 0; | |
margin: 18px 0; | |
list-style: none; | |
text-align: center; | |
} | |
.pager li { | |
display: inline; | |
} | |
.pager li > a, | |
.pager li > span { | |
display: inline-block; | |
padding: 5px 14px; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 15px; | |
} | |
.pager li > a:hover, | |
.pager li > a:focus { | |
text-decoration: none; | |
background-color: #eeeeee; | |
} | |
.pager .next > a, | |
.pager .next > span { | |
float: right; | |
} | |
.pager .previous > a, | |
.pager .previous > span { | |
float: left; | |
} | |
.pager .disabled > a, | |
.pager .disabled > a:hover, | |
.pager .disabled > a:focus, | |
.pager .disabled > span { | |
color: #777777; | |
background-color: #fff; | |
cursor: not-allowed; | |
} | |
.label { | |
display: inline; | |
padding: .2em .6em .3em; | |
font-size: 75%; | |
font-weight: bold; | |
line-height: 1; | |
color: #fff; | |
text-align: center; | |
white-space: nowrap; | |
vertical-align: baseline; | |
border-radius: .25em; | |
} | |
a.label:hover, | |
a.label:focus { | |
color: #fff; | |
text-decoration: none; | |
cursor: pointer; | |
} | |
.label:empty { | |
display: none; | |
} | |
.btn .label { | |
position: relative; | |
top: -1px; | |
} | |
.label-default { | |
background-color: #777777; | |
} | |
.label-default[href]:hover, | |
.label-default[href]:focus { | |
background-color: #5e5e5e; | |
} | |
.label-primary { | |
background-color: #337ab7; | |
} | |
.label-primary[href]:hover, | |
.label-primary[href]:focus { | |
background-color: #286090; | |
} | |
.label-success { | |
background-color: #5cb85c; | |
} | |
.label-success[href]:hover, | |
.label-success[href]:focus { | |
background-color: #449d44; | |
} | |
.label-info { | |
background-color: #5bc0de; | |
} | |
.label-info[href]:hover, | |
.label-info[href]:focus { | |
background-color: #31b0d5; | |
} | |
.label-warning { | |
background-color: #f0ad4e; | |
} | |
.label-warning[href]:hover, | |
.label-warning[href]:focus { | |
background-color: #ec971f; | |
} | |
.label-danger { | |
background-color: #d9534f; | |
} | |
.label-danger[href]:hover, | |
.label-danger[href]:focus { | |
background-color: #c9302c; | |
} | |
.badge { | |
display: inline-block; | |
min-width: 10px; | |
padding: 3px 7px; | |
font-size: 12px; | |
font-weight: bold; | |
color: #fff; | |
line-height: 1; | |
vertical-align: middle; | |
white-space: nowrap; | |
text-align: center; | |
background-color: #777777; | |
border-radius: 10px; | |
} | |
.badge:empty { | |
display: none; | |
} | |
.btn .badge { | |
position: relative; | |
top: -1px; | |
} | |
.btn-xs .badge, | |
.btn-group-xs > .btn .badge { | |
top: 0; | |
padding: 1px 5px; | |
} | |
a.badge:hover, | |
a.badge:focus { | |
color: #fff; | |
text-decoration: none; | |
cursor: pointer; | |
} | |
.list-group-item.active > .badge, | |
.nav-pills > .active > a > .badge { | |
color: #337ab7; | |
background-color: #fff; | |
} | |
.list-group-item > .badge { | |
float: right; | |
} | |
.list-group-item > .badge + .badge { | |
margin-right: 5px; | |
} | |
.nav-pills > li > a > .badge { | |
margin-left: 3px; | |
} | |
.jumbotron { | |
padding-top: 30px; | |
padding-bottom: 30px; | |
margin-bottom: 30px; | |
color: inherit; | |
background-color: #eeeeee; | |
} | |
.jumbotron h1, | |
.jumbotron .h1 { | |
color: inherit; | |
} | |
.jumbotron p { | |
margin-bottom: 15px; | |
font-size: 20px; | |
font-weight: 200; | |
} | |
.jumbotron > hr { | |
border-top-color: #d5d5d5; | |
} | |
.container .jumbotron, | |
.container-fluid .jumbotron { | |
border-radius: 3px; | |
padding-left: 0px; | |
padding-right: 0px; | |
} | |
.jumbotron .container { | |
max-width: 100%; | |
} | |
@media screen and (min-width: 768px) { | |
.jumbotron { | |
padding-top: 48px; | |
padding-bottom: 48px; | |
} | |
.container .jumbotron, | |
.container-fluid .jumbotron { | |
padding-left: 60px; | |
padding-right: 60px; | |
} | |
.jumbotron h1, | |
.jumbotron .h1 { | |
font-size: 59px; | |
} | |
} | |
.thumbnail { | |
display: block; | |
padding: 4px; | |
margin-bottom: 18px; | |
line-height: 1.42857143; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 2px; | |
-webkit-transition: border 0.2s ease-in-out; | |
-o-transition: border 0.2s ease-in-out; | |
transition: border 0.2s ease-in-out; | |
} | |
.thumbnail > img, | |
.thumbnail a > img { | |
margin-left: auto; | |
margin-right: auto; | |
} | |
a.thumbnail:hover, | |
a.thumbnail:focus, | |
a.thumbnail.active { | |
border-color: #337ab7; | |
} | |
.thumbnail .caption { | |
padding: 9px; | |
color: #000; | |
} | |
.alert { | |
padding: 15px; | |
margin-bottom: 18px; | |
border: 1px solid transparent; | |
border-radius: 2px; | |
} | |
.alert h4 { | |
margin-top: 0; | |
color: inherit; | |
} | |
.alert .alert-link { | |
font-weight: bold; | |
} | |
.alert > p, | |
.alert > ul { | |
margin-bottom: 0; | |
} | |
.alert > p + p { | |
margin-top: 5px; | |
} | |
.alert-dismissable, | |
.alert-dismissible { | |
padding-right: 35px; | |
} | |
.alert-dismissable .close, | |
.alert-dismissible .close { | |
position: relative; | |
top: -2px; | |
right: -21px; | |
color: inherit; | |
} | |
.alert-success { | |
background-color: #dff0d8; | |
border-color: #d6e9c6; | |
color: #3c763d; | |
} | |
.alert-success hr { | |
border-top-color: #c9e2b3; | |
} | |
.alert-success .alert-link { | |
color: #2b542c; | |
} | |
.alert-info { | |
background-color: #d9edf7; | |
border-color: #bce8f1; | |
color: #31708f; | |
} | |
.alert-info hr { | |
border-top-color: #a6e1ec; | |
} | |
.alert-info .alert-link { | |
color: #245269; | |
} | |
.alert-warning { | |
background-color: #fcf8e3; | |
border-color: #faebcc; | |
color: #8a6d3b; | |
} | |
.alert-warning hr { | |
border-top-color: #f7e1b5; | |
} | |
.alert-warning .alert-link { | |
color: #66512c; | |
} | |
.alert-danger { | |
background-color: #f2dede; | |
border-color: #ebccd1; | |
color: #a94442; | |
} | |
.alert-danger hr { | |
border-top-color: #e4b9c0; | |
} | |
.alert-danger .alert-link { | |
color: #843534; | |
} | |
@-webkit-keyframes progress-bar-stripes { | |
from { | |
background-position: 40px 0; | |
} | |
to { | |
background-position: 0 0; | |
} | |
} | |
@keyframes progress-bar-stripes { | |
from { | |
background-position: 40px 0; | |
} | |
to { | |
background-position: 0 0; | |
} | |
} | |
.progress { | |
overflow: hidden; | |
height: 18px; | |
margin-bottom: 18px; | |
background-color: #f5f5f5; | |
border-radius: 2px; | |
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); | |
} | |
.progress-bar { | |
float: left; | |
width: 0%; | |
height: 100%; | |
font-size: 12px; | |
line-height: 18px; | |
color: #fff; | |
text-align: center; | |
background-color: #337ab7; | |
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); | |
-webkit-transition: width 0.6s ease; | |
-o-transition: width 0.6s ease; | |
transition: width 0.6s ease; | |
} | |
.progress-striped .progress-bar, | |
.progress-bar-striped { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-size: 40px 40px; | |
} | |
.progress.active .progress-bar, | |
.progress-bar.active { | |
-webkit-animation: progress-bar-stripes 2s linear infinite; | |
-o-animation: progress-bar-stripes 2s linear infinite; | |
animation: progress-bar-stripes 2s linear infinite; | |
} | |
.progress-bar-success { | |
background-color: #5cb85c; | |
} | |
.progress-striped .progress-bar-success { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
} | |
.progress-bar-info { | |
background-color: #5bc0de; | |
} | |
.progress-striped .progress-bar-info { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
} | |
.progress-bar-warning { | |
background-color: #f0ad4e; | |
} | |
.progress-striped .progress-bar-warning { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
} | |
.progress-bar-danger { | |
background-color: #d9534f; | |
} | |
.progress-striped .progress-bar-danger { | |
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); | |
} | |
.media { | |
margin-top: 15px; | |
} | |
.media:first-child { | |
margin-top: 0; | |
} | |
.media, | |
.media-body { | |
zoom: 1; | |
overflow: hidden; | |
} | |
.media-body { | |
width: 10000px; | |
} | |
.media-object { | |
display: block; | |
} | |
.media-object.img-thumbnail { | |
max-width: none; | |
} | |
.media-right, | |
.media > .pull-right { | |
padding-left: 10px; | |
} | |
.media-left, | |
.media > .pull-left { | |
padding-right: 10px; | |
} | |
.media-left, | |
.media-right, | |
.media-body { | |
display: table-cell; | |
vertical-align: top; | |
} | |
.media-middle { | |
vertical-align: middle; | |
} | |
.media-bottom { | |
vertical-align: bottom; | |
} | |
.media-heading { | |
margin-top: 0; | |
margin-bottom: 5px; | |
} | |
.media-list { | |
padding-left: 0; | |
list-style: none; | |
} | |
.list-group { | |
margin-bottom: 20px; | |
padding-left: 0; | |
} | |
.list-group-item { | |
position: relative; | |
display: block; | |
padding: 10px 15px; | |
margin-bottom: -1px; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
} | |
.list-group-item:first-child { | |
border-top-right-radius: 2px; | |
border-top-left-radius: 2px; | |
} | |
.list-group-item:last-child { | |
margin-bottom: 0; | |
border-bottom-right-radius: 2px; | |
border-bottom-left-radius: 2px; | |
} | |
a.list-group-item, | |
button.list-group-item { | |
color: #555; | |
} | |
a.list-group-item .list-group-item-heading, | |
button.list-group-item .list-group-item-heading { | |
color: #333; | |
} | |
a.list-group-item:hover, | |
button.list-group-item:hover, | |
a.list-group-item:focus, | |
button.list-group-item:focus { | |
text-decoration: none; | |
color: #555; | |
background-color: #f5f5f5; | |
} | |
button.list-group-item { | |
width: 100%; | |
text-align: left; | |
} | |
.list-group-item.disabled, | |
.list-group-item.disabled:hover, | |
.list-group-item.disabled:focus { | |
background-color: #eeeeee; | |
color: #777777; | |
cursor: not-allowed; | |
} | |
.list-group-item.disabled .list-group-item-heading, | |
.list-group-item.disabled:hover .list-group-item-heading, | |
.list-group-item.disabled:focus .list-group-item-heading { | |
color: inherit; | |
} | |
.list-group-item.disabled .list-group-item-text, | |
.list-group-item.disabled:hover .list-group-item-text, | |
.list-group-item.disabled:focus .list-group-item-text { | |
color: #777777; | |
} | |
.list-group-item.active, | |
.list-group-item.active:hover, | |
.list-group-item.active:focus { | |
z-index: 2; | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #337ab7; | |
} | |
.list-group-item.active .list-group-item-heading, | |
.list-group-item.active:hover .list-group-item-heading, | |
.list-group-item.active:focus .list-group-item-heading, | |
.list-group-item.active .list-group-item-heading > small, | |
.list-group-item.active:hover .list-group-item-heading > small, | |
.list-group-item.active:focus .list-group-item-heading > small, | |
.list-group-item.active .list-group-item-heading > .small, | |
.list-group-item.active:hover .list-group-item-heading > .small, | |
.list-group-item.active:focus .list-group-item-heading > .small { | |
color: inherit; | |
} | |
.list-group-item.active .list-group-item-text, | |
.list-group-item.active:hover .list-group-item-text, | |
.list-group-item.active:focus .list-group-item-text { | |
color: #c7ddef; | |
} | |
.list-group-item-success { | |
color: #3c763d; | |
background-color: #dff0d8; | |
} | |
a.list-group-item-success, | |
button.list-group-item-success { | |
color: #3c763d; | |
} | |
a.list-group-item-success .list-group-item-heading, | |
button.list-group-item-success .list-group-item-heading { | |
color: inherit; | |
} | |
a.list-group-item-success:hover, | |
button.list-group-item-success:hover, | |
a.list-group-item-success:focus, | |
button.list-group-item-success:focus { | |
color: #3c763d; | |
background-color: #d0e9c6; | |
} | |
a.list-group-item-success.active, | |
button.list-group-item-success.active, | |
a.list-group-item-success.active:hover, | |
button.list-group-item-success.active:hover, | |
a.list-group-item-success.active:focus, | |
button.list-group-item-success.active:focus { | |
color: #fff; | |
background-color: #3c763d; | |
border-color: #3c763d; | |
} | |
.list-group-item-info { | |
color: #31708f; | |
background-color: #d9edf7; | |
} | |
a.list-group-item-info, | |
button.list-group-item-info { | |
color: #31708f; | |
} | |
a.list-group-item-info .list-group-item-heading, | |
button.list-group-item-info .list-group-item-heading { | |
color: inherit; | |
} | |
a.list-group-item-info:hover, | |
button.list-group-item-info:hover, | |
a.list-group-item-info:focus, | |
button.list-group-item-info:focus { | |
color: #31708f; | |
background-color: #c4e3f3; | |
} | |
a.list-group-item-info.active, | |
button.list-group-item-info.active, | |
a.list-group-item-info.active:hover, | |
button.list-group-item-info.active:hover, | |
a.list-group-item-info.active:focus, | |
button.list-group-item-info.active:focus { | |
color: #fff; | |
background-color: #31708f; | |
border-color: #31708f; | |
} | |
.list-group-item-warning { | |
color: #8a6d3b; | |
background-color: #fcf8e3; | |
} | |
a.list-group-item-warning, | |
button.list-group-item-warning { | |
color: #8a6d3b; | |
} | |
a.list-group-item-warning .list-group-item-heading, | |
button.list-group-item-warning .list-group-item-heading { | |
color: inherit; | |
} | |
a.list-group-item-warning:hover, | |
button.list-group-item-warning:hover, | |
a.list-group-item-warning:focus, | |
button.list-group-item-warning:focus { | |
color: #8a6d3b; | |
background-color: #faf2cc; | |
} | |
a.list-group-item-warning.active, | |
button.list-group-item-warning.active, | |
a.list-group-item-warning.active:hover, | |
button.list-group-item-warning.active:hover, | |
a.list-group-item-warning.active:focus, | |
button.list-group-item-warning.active:focus { | |
color: #fff; | |
background-color: #8a6d3b; | |
border-color: #8a6d3b; | |
} | |
.list-group-item-danger { | |
color: #a94442; | |
background-color: #f2dede; | |
} | |
a.list-group-item-danger, | |
button.list-group-item-danger { | |
color: #a94442; | |
} | |
a.list-group-item-danger .list-group-item-heading, | |
button.list-group-item-danger .list-group-item-heading { | |
color: inherit; | |
} | |
a.list-group-item-danger:hover, | |
button.list-group-item-danger:hover, | |
a.list-group-item-danger:focus, | |
button.list-group-item-danger:focus { | |
color: #a94442; | |
background-color: #ebcccc; | |
} | |
a.list-group-item-danger.active, | |
button.list-group-item-danger.active, | |
a.list-group-item-danger.active:hover, | |
button.list-group-item-danger.active:hover, | |
a.list-group-item-danger.active:focus, | |
button.list-group-item-danger.active:focus { | |
color: #fff; | |
background-color: #a94442; | |
border-color: #a94442; | |
} | |
.list-group-item-heading { | |
margin-top: 0; | |
margin-bottom: 5px; | |
} | |
.list-group-item-text { | |
margin-bottom: 0; | |
line-height: 1.3; | |
} | |
.panel { | |
margin-bottom: 18px; | |
background-color: #fff; | |
border: 1px solid transparent; | |
border-radius: 2px; | |
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); | |
} | |
.panel-body { | |
padding: 15px; | |
} | |
.panel-heading { | |
padding: 10px 15px; | |
border-bottom: 1px solid transparent; | |
border-top-right-radius: 1px; | |
border-top-left-radius: 1px; | |
} | |
.panel-heading > .dropdown .dropdown-toggle { | |
color: inherit; | |
} | |
.panel-title { | |
margin-top: 0; | |
margin-bottom: 0; | |
font-size: 15px; | |
color: inherit; | |
} | |
.panel-title > a, | |
.panel-title > small, | |
.panel-title > .small, | |
.panel-title > small > a, | |
.panel-title > .small > a { | |
color: inherit; | |
} | |
.panel-footer { | |
padding: 10px 15px; | |
background-color: #f5f5f5; | |
border-top: 1px solid #ddd; | |
border-bottom-right-radius: 1px; | |
border-bottom-left-radius: 1px; | |
} | |
.panel > .list-group, | |
.panel > .panel-collapse > .list-group { | |
margin-bottom: 0; | |
} | |
.panel > .list-group .list-group-item, | |
.panel > .panel-collapse > .list-group .list-group-item { | |
border-width: 1px 0; | |
border-radius: 0; | |
} | |
.panel > .list-group:first-child .list-group-item:first-child, | |
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { | |
border-top: 0; | |
border-top-right-radius: 1px; | |
border-top-left-radius: 1px; | |
} | |
.panel > .list-group:last-child .list-group-item:last-child, | |
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { | |
border-bottom: 0; | |
border-bottom-right-radius: 1px; | |
border-bottom-left-radius: 1px; | |
} | |
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; | |
} | |
.panel-heading + .list-group .list-group-item:first-child { | |
border-top-width: 0; | |
} | |
.list-group + .panel-footer { | |
border-top-width: 0; | |
} | |
.panel > .table, | |
.panel > .table-responsive > .table, | |
.panel > .panel-collapse > .table { | |
margin-bottom: 0; | |
} | |
.panel > .table caption, | |
.panel > .table-responsive > .table caption, | |
.panel > .panel-collapse > .table caption { | |
padding-left: 15px; | |
padding-right: 15px; | |
} | |
.panel > .table:first-child, | |
.panel > .table-responsive:first-child > .table:first-child { | |
border-top-right-radius: 1px; | |
border-top-left-radius: 1px; | |
} | |
.panel > .table:first-child > thead:first-child > tr:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { | |
border-top-left-radius: 1px; | |
border-top-right-radius: 1px; | |
} | |
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { | |
border-top-left-radius: 1px; | |
} | |
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { | |
border-top-right-radius: 1px; | |
} | |
.panel > .table:last-child, | |
.panel > .table-responsive:last-child > .table:last-child { | |
border-bottom-right-radius: 1px; | |
border-bottom-left-radius: 1px; | |
} | |
.panel > .table:last-child > tbody:last-child > tr:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { | |
border-bottom-left-radius: 1px; | |
border-bottom-right-radius: 1px; | |
} | |
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { | |
border-bottom-left-radius: 1px; | |
} | |
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { | |
border-bottom-right-radius: 1px; | |
} | |
.panel > .panel-body + .table, | |
.panel > .panel-body + .table-responsive, | |
.panel > .table + .panel-body, | |
.panel > .table-responsive + .panel-body { | |
border-top: 1px solid #ddd; | |
} | |
.panel > .table > tbody:first-child > tr:first-child th, | |
.panel > .table > tbody:first-child > tr:first-child td { | |
border-top: 0; | |
} | |
.panel > .table-bordered, | |
.panel > .table-responsive > .table-bordered { | |
border: 0; | |
} | |
.panel > .table-bordered > thead > tr > th:first-child, | |
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, | |
.panel > .table-bordered > tbody > tr > th:first-child, | |
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
.panel > .table-bordered > tfoot > tr > th:first-child, | |
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
.panel > .table-bordered > thead > tr > td:first-child, | |
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, | |
.panel > .table-bordered > tbody > tr > td:first-child, | |
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
.panel > .table-bordered > tfoot > tr > td:first-child, | |
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
border-left: 0; | |
} | |
.panel > .table-bordered > thead > tr > th:last-child, | |
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, | |
.panel > .table-bordered > tbody > tr > th:last-child, | |
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
.panel > .table-bordered > tfoot > tr > th:last-child, | |
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
.panel > .table-bordered > thead > tr > td:last-child, | |
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, | |
.panel > .table-bordered > tbody > tr > td:last-child, | |
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
.panel > .table-bordered > tfoot > tr > td:last-child, | |
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
border-right: 0; | |
} | |
.panel > .table-bordered > thead > tr:first-child > td, | |
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, | |
.panel > .table-bordered > tbody > tr:first-child > td, | |
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, | |
.panel > .table-bordered > thead > tr:first-child > th, | |
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, | |
.panel > .table-bordered > tbody > tr:first-child > th, | |
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { | |
border-bottom: 0; | |
} | |
.panel > .table-bordered > tbody > tr:last-child > td, | |
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
.panel > .table-bordered > tfoot > tr:last-child > td, | |
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, | |
.panel > .table-bordered > tbody > tr:last-child > th, | |
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
.panel > .table-bordered > tfoot > tr:last-child > th, | |
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { | |
border-bottom: 0; | |
} | |
.panel > .table-responsive { | |
border: 0; | |
margin-bottom: 0; | |
} | |
.panel-group { | |
margin-bottom: 18px; | |
} | |
.panel-group .panel { | |
margin-bottom: 0; | |
border-radius: 2px; | |
} | |
.panel-group .panel + .panel { | |
margin-top: 5px; | |
} | |
.panel-group .panel-heading { | |
border-bottom: 0; | |
} | |
.panel-group .panel-heading + .panel-collapse > .panel-body, | |
.panel-group .panel-heading + .panel-collapse > .list-group { | |
border-top: 1px solid #ddd; | |
} | |
.panel-group .panel-footer { | |
border-top: 0; | |
} | |
.panel-group .panel-footer + .panel-collapse .panel-body { | |
border-bottom: 1px solid #ddd; | |
} | |
.panel-default { | |
border-color: #ddd; | |
} | |
.panel-default > .panel-heading { | |
color: #333333; | |
background-color: #f5f5f5; | |
border-color: #ddd; | |
} | |
.panel-default > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #ddd; | |
} | |
.panel-default > .panel-heading .badge { | |
color: #f5f5f5; | |
background-color: #333333; | |
} | |
.panel-default > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #ddd; | |
} | |
.panel-primary { | |
border-color: #337ab7; | |
} | |
.panel-primary > .panel-heading { | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #337ab7; | |
} | |
.panel-primary > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #337ab7; | |
} | |
.panel-primary > .panel-heading .badge { | |
color: #337ab7; | |
background-color: #fff; | |
} | |
.panel-primary > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #337ab7; | |
} | |
.panel-success { | |
border-color: #d6e9c6; | |
} | |
.panel-success > .panel-heading { | |
color: #3c763d; | |
background-color: #dff0d8; | |
border-color: #d6e9c6; | |
} | |
.panel-success > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #d6e9c6; | |
} | |
.panel-success > .panel-heading .badge { | |
color: #dff0d8; | |
background-color: #3c763d; | |
} | |
.panel-success > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #d6e9c6; | |
} | |
.panel-info { | |
border-color: #bce8f1; | |
} | |
.panel-info > .panel-heading { | |
color: #31708f; | |
background-color: #d9edf7; | |
border-color: #bce8f1; | |
} | |
.panel-info > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #bce8f1; | |
} | |
.panel-info > .panel-heading .badge { | |
color: #d9edf7; | |
background-color: #31708f; | |
} | |
.panel-info > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #bce8f1; | |
} | |
.panel-warning { | |
border-color: #faebcc; | |
} | |
.panel-warning > .panel-heading { | |
color: #8a6d3b; | |
background-color: #fcf8e3; | |
border-color: #faebcc; | |
} | |
.panel-warning > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #faebcc; | |
} | |
.panel-warning > .panel-heading .badge { | |
color: #fcf8e3; | |
background-color: #8a6d3b; | |
} | |
.panel-warning > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #faebcc; | |
} | |
.panel-danger { | |
border-color: #ebccd1; | |
} | |
.panel-danger > .panel-heading { | |
color: #a94442; | |
background-color: #f2dede; | |
border-color: #ebccd1; | |
} | |
.panel-danger > .panel-heading + .panel-collapse > .panel-body { | |
border-top-color: #ebccd1; | |
} | |
.panel-danger > .panel-heading .badge { | |
color: #f2dede; | |
background-color: #a94442; | |
} | |
.panel-danger > .panel-footer + .panel-collapse > .panel-body { | |
border-bottom-color: #ebccd1; | |
} | |
.embed-responsive { | |
position: relative; | |
display: block; | |
height: 0; | |
padding: 0; | |
overflow: hidden; | |
} | |
.embed-responsive .embed-responsive-item, | |
.embed-responsive iframe, | |
.embed-responsive embed, | |
.embed-responsive object, | |
.embed-responsive video { | |
position: absolute; | |
top: 0; | |
left: 0; | |
bottom: 0; | |
height: 100%; | |
width: 100%; | |
border: 0; | |
} | |
.embed-responsive-16by9 { | |
padding-bottom: 56.25%; | |
} | |
.embed-responsive-4by3 { | |
padding-bottom: 75%; | |
} | |
.well { | |
min-height: 20px; | |
padding: 19px; | |
margin-bottom: 20px; | |
background-color: #f5f5f5; | |
border: 1px solid #e3e3e3; | |
border-radius: 2px; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); | |
} | |
.well blockquote { | |
border-color: #ddd; | |
border-color: rgba(0, 0, 0, 0.15); | |
} | |
.well-lg { | |
padding: 24px; | |
border-radius: 3px; | |
} | |
.well-sm { | |
padding: 9px; | |
border-radius: 1px; | |
} | |
.close { | |
float: right; | |
font-size: 19.5px; | |
font-weight: bold; | |
line-height: 1; | |
color: #000; | |
text-shadow: 0 1px 0 #fff; | |
opacity: 0.2; | |
filter: alpha(opacity=20); | |
} | |
.close:hover, | |
.close:focus { | |
color: #000; | |
text-decoration: none; | |
cursor: pointer; | |
opacity: 0.5; | |
filter: alpha(opacity=50); | |
} | |
button.close { | |
padding: 0; | |
cursor: pointer; | |
background: transparent; | |
border: 0; | |
-webkit-appearance: none; | |
} | |
.modal-open { | |
overflow: hidden; | |
} | |
.modal { | |
display: none; | |
overflow: hidden; | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 1050; | |
-webkit-overflow-scrolling: touch; | |
outline: 0; | |
} | |
.modal.fade .modal-dialog { | |
-webkit-transform: translate(0, -25%); | |
-ms-transform: translate(0, -25%); | |
-o-transform: translate(0, -25%); | |
transform: translate(0, -25%); | |
-webkit-transition: -webkit-transform 0.3s ease-out; | |
-moz-transition: -moz-transform 0.3s ease-out; | |
-o-transition: -o-transform 0.3s ease-out; | |
transition: transform 0.3s ease-out; | |
} | |
.modal.in .modal-dialog { | |
-webkit-transform: translate(0, 0); | |
-ms-transform: translate(0, 0); | |
-o-transform: translate(0, 0); | |
transform: translate(0, 0); | |
} | |
.modal-open .modal { | |
overflow-x: hidden; | |
overflow-y: auto; | |
} | |
.modal-dialog { | |
position: relative; | |
width: auto; | |
margin: 10px; | |
} | |
.modal-content { | |
position: relative; | |
background-color: #fff; | |
border: 1px solid #999; | |
border: 1px solid rgba(0, 0, 0, 0.2); | |
border-radius: 3px; | |
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); | |
background-clip: padding-box; | |
outline: 0; | |
} | |
.modal-backdrop { | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 1040; | |
background-color: #000; | |
} | |
.modal-backdrop.fade { | |
opacity: 0; | |
filter: alpha(opacity=0); | |
} | |
.modal-backdrop.in { | |
opacity: 0.5; | |
filter: alpha(opacity=50); | |
} | |
.modal-header { | |
padding: 15px; | |
border-bottom: 1px solid #e5e5e5; | |
} | |
.modal-header .close { | |
margin-top: -2px; | |
} | |
.modal-title { | |
margin: 0; | |
line-height: 1.42857143; | |
} | |
.modal-body { | |
position: relative; | |
padding: 15px; | |
} | |
.modal-footer { | |
padding: 15px; | |
text-align: right; | |
border-top: 1px solid #e5e5e5; | |
} | |
.modal-footer .btn + .btn { | |
margin-left: 5px; | |
margin-bottom: 0; | |
} | |
.modal-footer .btn-group .btn + .btn { | |
margin-left: -1px; | |
} | |
.modal-footer .btn-block + .btn-block { | |
margin-left: 0; | |
} | |
.modal-scrollbar-measure { | |
position: absolute; | |
top: -9999px; | |
width: 50px; | |
height: 50px; | |
overflow: scroll; | |
} | |
@media (min-width: 768px) { | |
.modal-dialog { | |
width: 600px; | |
margin: 30px auto; | |
} | |
.modal-content { | |
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); | |
} | |
.modal-sm { | |
width: 300px; | |
} | |
} | |
@media (min-width: 992px) { | |
.modal-lg { | |
width: 900px; | |
} | |
} | |
.tooltip { | |
position: absolute; | |
z-index: 1070; | |
display: block; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-style: normal; | |
font-weight: normal; | |
letter-spacing: normal; | |
line-break: auto; | |
line-height: 1.42857143; | |
text-align: left; | |
text-align: start; | |
text-decoration: none; | |
text-shadow: none; | |
text-transform: none; | |
white-space: normal; | |
word-break: normal; | |
word-spacing: normal; | |
word-wrap: normal; | |
font-size: 12px; | |
opacity: 0; | |
filter: alpha(opacity=0); | |
} | |
.tooltip.in { | |
opacity: 0.9; | |
filter: alpha(opacity=90); | |
} | |
.tooltip.top { | |
margin-top: -3px; | |
padding: 5px 0; | |
} | |
.tooltip.right { | |
margin-left: 3px; | |
padding: 0 5px; | |
} | |
.tooltip.bottom { | |
margin-top: 3px; | |
padding: 5px 0; | |
} | |
.tooltip.left { | |
margin-left: -3px; | |
padding: 0 5px; | |
} | |
.tooltip-inner { | |
max-width: 200px; | |
padding: 3px 8px; | |
color: #fff; | |
text-align: center; | |
background-color: #000; | |
border-radius: 2px; | |
} | |
.tooltip-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid; | |
} | |
.tooltip.top .tooltip-arrow { | |
bottom: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000; | |
} | |
.tooltip.top-left .tooltip-arrow { | |
bottom: 0; | |
right: 5px; | |
margin-bottom: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000; | |
} | |
.tooltip.top-right .tooltip-arrow { | |
bottom: 0; | |
left: 5px; | |
margin-bottom: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000; | |
} | |
.tooltip.right .tooltip-arrow { | |
top: 50%; | |
left: 0; | |
margin-top: -5px; | |
border-width: 5px 5px 5px 0; | |
border-right-color: #000; | |
} | |
.tooltip.left .tooltip-arrow { | |
top: 50%; | |
right: 0; | |
margin-top: -5px; | |
border-width: 5px 0 5px 5px; | |
border-left-color: #000; | |
} | |
.tooltip.bottom .tooltip-arrow { | |
top: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000; | |
} | |
.tooltip.bottom-left .tooltip-arrow { | |
top: 0; | |
right: 5px; | |
margin-top: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000; | |
} | |
.tooltip.bottom-right .tooltip-arrow { | |
top: 0; | |
left: 5px; | |
margin-top: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000; | |
} | |
.popover { | |
position: absolute; | |
top: 0; | |
left: 0; | |
z-index: 1060; | |
display: none; | |
max-width: 276px; | |
padding: 1px; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-style: normal; | |
font-weight: normal; | |
letter-spacing: normal; | |
line-break: auto; | |
line-height: 1.42857143; | |
text-align: left; | |
text-align: start; | |
text-decoration: none; | |
text-shadow: none; | |
text-transform: none; | |
white-space: normal; | |
word-break: normal; | |
word-spacing: normal; | |
word-wrap: normal; | |
font-size: 13px; | |
background-color: #fff; | |
background-clip: padding-box; | |
border: 1px solid #ccc; | |
border: 1px solid rgba(0, 0, 0, 0.2); | |
border-radius: 3px; | |
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); | |
} | |
.popover.top { | |
margin-top: -10px; | |
} | |
.popover.right { | |
margin-left: 10px; | |
} | |
.popover.bottom { | |
margin-top: 10px; | |
} | |
.popover.left { | |
margin-left: -10px; | |
} | |
.popover-title { | |
margin: 0; | |
padding: 8px 14px; | |
font-size: 13px; | |
background-color: #f7f7f7; | |
border-bottom: 1px solid #ebebeb; | |
border-radius: 2px 2px 0 0; | |
} | |
.popover-content { | |
padding: 9px 14px; | |
} | |
.popover > .arrow, | |
.popover > .arrow:after { | |
position: absolute; | |
display: block; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid; | |
} | |
.popover > .arrow { | |
border-width: 11px; | |
} | |
.popover > .arrow:after { | |
border-width: 10px; | |
content: ""; | |
} | |
.popover.top > .arrow { | |
left: 50%; | |
margin-left: -11px; | |
border-bottom-width: 0; | |
border-top-color: #999999; | |
border-top-color: rgba(0, 0, 0, 0.25); | |
bottom: -11px; | |
} | |
.popover.top > .arrow:after { | |
content: " "; | |
bottom: 1px; | |
margin-left: -10px; | |
border-bottom-width: 0; | |
border-top-color: #fff; | |
} | |
.popover.right > .arrow { | |
top: 50%; | |
left: -11px; | |
margin-top: -11px; | |
border-left-width: 0; | |
border-right-color: #999999; | |
border-right-color: rgba(0, 0, 0, 0.25); | |
} | |
.popover.right > .arrow:after { | |
content: " "; | |
left: 1px; | |
bottom: -10px; | |
border-left-width: 0; | |
border-right-color: #fff; | |
} | |
.popover.bottom > .arrow { | |
left: 50%; | |
margin-left: -11px; | |
border-top-width: 0; | |
border-bottom-color: #999999; | |
border-bottom-color: rgba(0, 0, 0, 0.25); | |
top: -11px; | |
} | |
.popover.bottom > .arrow:after { | |
content: " "; | |
top: 1px; | |
margin-left: -10px; | |
border-top-width: 0; | |
border-bottom-color: #fff; | |
} | |
.popover.left > .arrow { | |
top: 50%; | |
right: -11px; | |
margin-top: -11px; | |
border-right-width: 0; | |
border-left-color: #999999; | |
border-left-color: rgba(0, 0, 0, 0.25); | |
} | |
.popover.left > .arrow:after { | |
content: " "; | |
right: 1px; | |
border-right-width: 0; | |
border-left-color: #fff; | |
bottom: -10px; | |
} | |
.carousel { | |
position: relative; | |
} | |
.carousel-inner { | |
position: relative; | |
overflow: hidden; | |
width: 100%; | |
} | |
.carousel-inner > .item { | |
display: none; | |
position: relative; | |
-webkit-transition: 0.6s ease-in-out left; | |
-o-transition: 0.6s ease-in-out left; | |
transition: 0.6s ease-in-out left; | |
} | |
.carousel-inner > .item > img, | |
.carousel-inner > .item > a > img { | |
line-height: 1; | |
} | |
@media all and (transform-3d), (-webkit-transform-3d) { | |
.carousel-inner > .item { | |
-webkit-transition: -webkit-transform 0.6s ease-in-out; | |
-moz-transition: -moz-transform 0.6s ease-in-out; | |
-o-transition: -o-transform 0.6s ease-in-out; | |
transition: transform 0.6s ease-in-out; | |
-webkit-backface-visibility: hidden; | |
-moz-backface-visibility: hidden; | |
backface-visibility: hidden; | |
-webkit-perspective: 1000px; | |
-moz-perspective: 1000px; | |
perspective: 1000px; | |
} | |
.carousel-inner > .item.next, | |
.carousel-inner > .item.active.right { | |
-webkit-transform: translate3d(100%, 0, 0); | |
transform: translate3d(100%, 0, 0); | |
left: 0; | |
} | |
.carousel-inner > .item.prev, | |
.carousel-inner > .item.active.left { | |
-webkit-transform: translate3d(-100%, 0, 0); | |
transform: translate3d(-100%, 0, 0); | |
left: 0; | |
} | |
.carousel-inner > .item.next.left, | |
.carousel-inner > .item.prev.right, | |
.carousel-inner > .item.active { | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); | |
left: 0; | |
} | |
} | |
.carousel-inner > .active, | |
.carousel-inner > .next, | |
.carousel-inner > .prev { | |
display: block; | |
} | |
.carousel-inner > .active { | |
left: 0; | |
} | |
.carousel-inner > .next, | |
.carousel-inner > .prev { | |
position: absolute; | |
top: 0; | |
width: 100%; | |
} | |
.carousel-inner > .next { | |
left: 100%; | |
} | |
.carousel-inner > .prev { | |
left: -100%; | |
} | |
.carousel-inner > .next.left, | |
.carousel-inner > .prev.right { | |
left: 0; | |
} | |
.carousel-inner > .active.left { | |
left: -100%; | |
} | |
.carousel-inner > .active.right { | |
left: 100%; | |
} | |
.carousel-control { | |
position: absolute; | |
top: 0; | |
left: 0; | |
bottom: 0; | |
width: 15%; | |
opacity: 0.5; | |
filter: alpha(opacity=50); | |
font-size: 20px; | |
color: #fff; | |
text-align: center; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | |
background-color: rgba(0, 0, 0, 0); | |
} | |
.carousel-control.left { | |
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | |
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | |
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); | |
} | |
.carousel-control.right { | |
left: auto; | |
right: 0; | |
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | |
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | |
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); | |
} | |
.carousel-control:hover, | |
.carousel-control:focus { | |
outline: 0; | |
color: #fff; | |
text-decoration: none; | |
opacity: 0.9; | |
filter: alpha(opacity=90); | |
} | |
.carousel-control .icon-prev, | |
.carousel-control .icon-next, | |
.carousel-control .glyphicon-chevron-left, | |
.carousel-control .glyphicon-chevron-right { | |
position: absolute; | |
top: 50%; | |
margin-top: -10px; | |
z-index: 5; | |
display: inline-block; | |
} | |
.carousel-control .icon-prev, | |
.carousel-control .glyphicon-chevron-left { | |
left: 50%; | |
margin-left: -10px; | |
} | |
.carousel-control .icon-next, | |
.carousel-control .glyphicon-chevron-right { | |
right: 50%; | |
margin-right: -10px; | |
} | |
.carousel-control .icon-prev, | |
.carousel-control .icon-next { | |
width: 20px; | |
height: 20px; | |
line-height: 1; | |
font-family: serif; | |
} | |
.carousel-control .icon-prev:before { | |
content: '\2039'; | |
} | |
.carousel-control .icon-next:before { | |
content: '\203a'; | |
} | |
.carousel-indicators { | |
position: absolute; | |
bottom: 10px; | |
left: 50%; | |
z-index: 15; | |
width: 60%; | |
margin-left: -30%; | |
padding-left: 0; | |
list-style: none; | |
text-align: center; | |
} | |
.carousel-indicators li { | |
display: inline-block; | |
width: 10px; | |
height: 10px; | |
margin: 1px; | |
text-indent: -999px; | |
border: 1px solid #fff; | |
border-radius: 10px; | |
cursor: pointer; | |
background-color: #000 \9; | |
background-color: rgba(0, 0, 0, 0); | |
} | |
.carousel-indicators .active { | |
margin: 0; | |
width: 12px; | |
height: 12px; | |
background-color: #fff; | |
} | |
.carousel-caption { | |
position: absolute; | |
left: 15%; | |
right: 15%; | |
bottom: 20px; | |
z-index: 10; | |
padding-top: 20px; | |
padding-bottom: 20px; | |
color: #fff; | |
text-align: center; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); | |
} | |
.carousel-caption .btn { | |
text-shadow: none; | |
} | |
@media screen and (min-width: 768px) { | |
.carousel-control .glyphicon-chevron-left, | |
.carousel-control .glyphicon-chevron-right, | |
.carousel-control .icon-prev, | |
.carousel-control .icon-next { | |
width: 30px; | |
height: 30px; | |
margin-top: -10px; | |
font-size: 30px; | |
} | |
.carousel-control .glyphicon-chevron-left, | |
.carousel-control .icon-prev { | |
margin-left: -10px; | |
} | |
.carousel-control .glyphicon-chevron-right, | |
.carousel-control .icon-next { | |
margin-right: -10px; | |
} | |
.carousel-caption { | |
left: 20%; | |
right: 20%; | |
padding-bottom: 30px; | |
} | |
.carousel-indicators { | |
bottom: 20px; | |
} | |
} | |
.clearfix:before, | |
.clearfix:after, | |
.dl-horizontal dd:before, | |
.dl-horizontal dd:after, | |
.container:before, | |
.container:after, | |
.container-fluid:before, | |
.container-fluid:after, | |
.row:before, | |
.row:after, | |
.form-horizontal .form-group:before, | |
.form-horizontal .form-group:after, | |
.btn-toolbar:before, | |
.btn-toolbar:after, | |
.btn-group-vertical > .btn-group:before, | |
.btn-group-vertical > .btn-group:after, | |
.nav:before, | |
.nav:after, | |
.navbar:before, | |
.navbar:after, | |
.navbar-header:before, | |
.navbar-header:after, | |
.navbar-collapse:before, | |
.navbar-collapse:after, | |
.pager:before, | |
.pager:after, | |
.panel-body:before, | |
.panel-body:after, | |
.modal-header:before, | |
.modal-header:after, | |
.modal-footer:before, | |
.modal-footer:after, | |
.item_buttons:before, | |
.item_buttons:after { | |
content: " "; | |
display: table; | |
} | |
.clearfix:after, | |
.dl-horizontal dd:after, | |
.container:after, | |
.container-fluid:after, | |
.row:after, | |
.form-horizontal .form-group:after, | |
.btn-toolbar:after, | |
.btn-group-vertical > .btn-group:after, | |
.nav:after, | |
.navbar:after, | |
.navbar-header:after, | |
.navbar-collapse:after, | |
.pager:after, | |
.panel-body:after, | |
.modal-header:after, | |
.modal-footer:after, | |
.item_buttons:after { | |
clear: both; | |
} | |
.center-block { | |
display: block; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.pull-right { | |
float: right !important; | |
} | |
.pull-left { | |
float: left !important; | |
} | |
.hide { | |
display: none !important; | |
} | |
.show { | |
display: block !important; | |
} | |
.invisible { | |
visibility: hidden; | |
} | |
.text-hide { | |
font: 0/0 a; | |
color: transparent; | |
text-shadow: none; | |
background-color: transparent; | |
border: 0; | |
} | |
.hidden { | |
display: none !important; | |
} | |
.affix { | |
position: fixed; | |
} | |
@-ms-viewport { | |
width: device-width; | |
} | |
.visible-xs, | |
.visible-sm, | |
.visible-md, | |
.visible-lg { | |
display: none !important; | |
} | |
.visible-xs-block, | |
.visible-xs-inline, | |
.visible-xs-inline-block, | |
.visible-sm-block, | |
.visible-sm-inline, | |
.visible-sm-inline-block, | |
.visible-md-block, | |
.visible-md-inline, | |
.visible-md-inline-block, | |
.visible-lg-block, | |
.visible-lg-inline, | |
.visible-lg-inline-block { | |
display: none !important; | |
} | |
@media (max-width: 767px) { | |
.visible-xs { | |
display: block !important; | |
} | |
table.visible-xs { | |
display: table !important; | |
} | |
tr.visible-xs { | |
display: table-row !important; | |
} | |
th.visible-xs, | |
td.visible-xs { | |
display: table-cell !important; | |
} | |
} | |
@media (max-width: 767px) { | |
.visible-xs-block { | |
display: block !important; | |
} | |
} | |
@media (max-width: 767px) { | |
.visible-xs-inline { | |
display: inline !important; | |
} | |
} | |
@media (max-width: 767px) { | |
.visible-xs-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.visible-sm { | |
display: block !important; | |
} | |
table.visible-sm { | |
display: table !important; | |
} | |
tr.visible-sm { | |
display: table-row !important; | |
} | |
th.visible-sm, | |
td.visible-sm { | |
display: table-cell !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.visible-sm-block { | |
display: block !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.visible-sm-inline { | |
display: inline !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.visible-sm-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.visible-md { | |
display: block !important; | |
} | |
table.visible-md { | |
display: table !important; | |
} | |
tr.visible-md { | |
display: table-row !important; | |
} | |
th.visible-md, | |
td.visible-md { | |
display: table-cell !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.visible-md-block { | |
display: block !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.visible-md-inline { | |
display: inline !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.visible-md-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.visible-lg { | |
display: block !important; | |
} | |
table.visible-lg { | |
display: table !important; | |
} | |
tr.visible-lg { | |
display: table-row !important; | |
} | |
th.visible-lg, | |
td.visible-lg { | |
display: table-cell !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.visible-lg-block { | |
display: block !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.visible-lg-inline { | |
display: inline !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.visible-lg-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media (max-width: 767px) { | |
.hidden-xs { | |
display: none !important; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
.hidden-sm { | |
display: none !important; | |
} | |
} | |
@media (min-width: 992px) and (max-width: 1199px) { | |
.hidden-md { | |
display: none !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.hidden-lg { | |
display: none !important; | |
} | |
} | |
.visible-print { | |
display: none !important; | |
} | |
@media print { | |
.visible-print { | |
display: block !important; | |
} | |
table.visible-print { | |
display: table !important; | |
} | |
tr.visible-print { | |
display: table-row !important; | |
} | |
th.visible-print, | |
td.visible-print { | |
display: table-cell !important; | |
} | |
} | |
.visible-print-block { | |
display: none !important; | |
} | |
@media print { | |
.visible-print-block { | |
display: block !important; | |
} | |
} | |
.visible-print-inline { | |
display: none !important; | |
} | |
@media print { | |
.visible-print-inline { | |
display: inline !important; | |
} | |
} | |
.visible-print-inline-block { | |
display: none !important; | |
} | |
@media print { | |
.visible-print-inline-block { | |
display: inline-block !important; | |
} | |
} | |
@media print { | |
.hidden-print { | |
display: none !important; | |
} | |
} | |
/*! | |
* | |
* Font Awesome | |
* | |
*/ | |
/*! | |
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome | |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | |
*/ | |
/* FONT PATH | |
* -------------------------- */ | |
@font-face { | |
font-family: 'FontAwesome'; | |
src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); | |
src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
.fa { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
} | |
/* makes the font 33% larger relative to the icon container */ | |
.fa-lg { | |
font-size: 1.33333333em; | |
line-height: 0.75em; | |
vertical-align: -15%; | |
} | |
.fa-2x { | |
font-size: 2em; | |
} | |
.fa-3x { | |
font-size: 3em; | |
} | |
.fa-4x { | |
font-size: 4em; | |
} | |
.fa-5x { | |
font-size: 5em; | |
} | |
.fa-fw { | |
width: 1.28571429em; | |
text-align: center; | |
} | |
.fa-ul { | |
padding-left: 0; | |
margin-left: 2.14285714em; | |
list-style-type: none; | |
} | |
.fa-ul > li { | |
position: relative; | |
} | |
.fa-li { | |
position: absolute; | |
left: -2.14285714em; | |
width: 2.14285714em; | |
top: 0.14285714em; | |
text-align: center; | |
} | |
.fa-li.fa-lg { | |
left: -1.85714286em; | |
} | |
.fa-border { | |
padding: .2em .25em .15em; | |
border: solid 0.08em #eee; | |
border-radius: .1em; | |
} | |
.fa-pull-left { | |
float: left; | |
} | |
.fa-pull-right { | |
float: right; | |
} | |
.fa.fa-pull-left { | |
margin-right: .3em; | |
} | |
.fa.fa-pull-right { | |
margin-left: .3em; | |
} | |
/* Deprecated as of 4.4.0 */ | |
.pull-right { | |
float: right; | |
} | |
.pull-left { | |
float: left; | |
} | |
.fa.pull-left { | |
margin-right: .3em; | |
} | |
.fa.pull-right { | |
margin-left: .3em; | |
} | |
.fa-spin { | |
-webkit-animation: fa-spin 2s infinite linear; | |
animation: fa-spin 2s infinite linear; | |
} | |
.fa-pulse { | |
-webkit-animation: fa-spin 1s infinite steps(8); | |
animation: fa-spin 1s infinite steps(8); | |
} | |
@-webkit-keyframes fa-spin { | |
0% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); | |
} | |
100% { | |
-webkit-transform: rotate(359deg); | |
transform: rotate(359deg); | |
} | |
} | |
@keyframes fa-spin { | |
0% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); | |
} | |
100% { | |
-webkit-transform: rotate(359deg); | |
transform: rotate(359deg); | |
} | |
} | |
.fa-rotate-90 { | |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; | |
-webkit-transform: rotate(90deg); | |
-ms-transform: rotate(90deg); | |
transform: rotate(90deg); | |
} | |
.fa-rotate-180 { | |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; | |
-webkit-transform: rotate(180deg); | |
-ms-transform: rotate(180deg); | |
transform: rotate(180deg); | |
} | |
.fa-rotate-270 { | |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; | |
-webkit-transform: rotate(270deg); | |
-ms-transform: rotate(270deg); | |
transform: rotate(270deg); | |
} | |
.fa-flip-horizontal { | |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; | |
-webkit-transform: scale(-1, 1); | |
-ms-transform: scale(-1, 1); | |
transform: scale(-1, 1); | |
} | |
.fa-flip-vertical { | |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; | |
-webkit-transform: scale(1, -1); | |
-ms-transform: scale(1, -1); | |
transform: scale(1, -1); | |
} | |
:root .fa-rotate-90, | |
:root .fa-rotate-180, | |
:root .fa-rotate-270, | |
:root .fa-flip-horizontal, | |
:root .fa-flip-vertical { | |
filter: none; | |
} | |
.fa-stack { | |
position: relative; | |
display: inline-block; | |
width: 2em; | |
height: 2em; | |
line-height: 2em; | |
vertical-align: middle; | |
} | |
.fa-stack-1x, | |
.fa-stack-2x { | |
position: absolute; | |
left: 0; | |
width: 100%; | |
text-align: center; | |
} | |
.fa-stack-1x { | |
line-height: inherit; | |
} | |
.fa-stack-2x { | |
font-size: 2em; | |
} | |
.fa-inverse { | |
color: #fff; | |
} | |
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen | |
readers do not read off random characters that represent icons */ | |
.fa-glass:before { | |
content: "\f000"; | |
} | |
.fa-music:before { | |
content: "\f001"; | |
} | |
.fa-search:before { | |
content: "\f002"; | |
} | |
.fa-envelope-o:before { | |
content: "\f003"; | |
} | |
.fa-heart:before { | |
content: "\f004"; | |
} | |
.fa-star:before { | |
content: "\f005"; | |
} | |
.fa-star-o:before { | |
content: "\f006"; | |
} | |
.fa-user:before { | |
content: "\f007"; | |
} | |
.fa-film:before { | |
content: "\f008"; | |
} | |
.fa-th-large:before { | |
content: "\f009"; | |
} | |
.fa-th:before { | |
content: "\f00a"; | |
} | |
.fa-th-list:before { | |
content: "\f00b"; | |
} | |
.fa-check:before { | |
content: "\f00c"; | |
} | |
.fa-remove:before, | |
.fa-close:before, | |
.fa-times:before { | |
content: "\f00d"; | |
} | |
.fa-search-plus:before { | |
content: "\f00e"; | |
} | |
.fa-search-minus:before { | |
content: "\f010"; | |
} | |
.fa-power-off:before { | |
content: "\f011"; | |
} | |
.fa-signal:before { | |
content: "\f012"; | |
} | |
.fa-gear:before, | |
.fa-cog:before { | |
content: "\f013"; | |
} | |
.fa-trash-o:before { | |
content: "\f014"; | |
} | |
.fa-home:before { | |
content: "\f015"; | |
} | |
.fa-file-o:before { | |
content: "\f016"; | |
} | |
.fa-clock-o:before { | |
content: "\f017"; | |
} | |
.fa-road:before { | |
content: "\f018"; | |
} | |
.fa-download:before { | |
content: "\f019"; | |
} | |
.fa-arrow-circle-o-down:before { | |
content: "\f01a"; | |
} | |
.fa-arrow-circle-o-up:before { | |
content: "\f01b"; | |
} | |
.fa-inbox:before { | |
content: "\f01c"; | |
} | |
.fa-play-circle-o:before { | |
content: "\f01d"; | |
} | |
.fa-rotate-right:before, | |
.fa-repeat:before { | |
content: "\f01e"; | |
} | |
.fa-refresh:before { | |
content: "\f021"; | |
} | |
.fa-list-alt:before { | |
content: "\f022"; | |
} | |
.fa-lock:before { | |
content: "\f023"; | |
} | |
.fa-flag:before { | |
content: "\f024"; | |
} | |
.fa-headphones:before { | |
content: "\f025"; | |
} | |
.fa-volume-off:before { | |
content: "\f026"; | |
} | |
.fa-volume-down:before { | |
content: "\f027"; | |
} | |
.fa-volume-up:before { | |
content: "\f028"; | |
} | |
.fa-qrcode:before { | |
content: "\f029"; | |
} | |
.fa-barcode:before { | |
content: "\f02a"; | |
} | |
.fa-tag:before { | |
content: "\f02b"; | |
} | |
.fa-tags:before { | |
content: "\f02c"; | |
} | |
.fa-book:before { | |
content: "\f02d"; | |
} | |
.fa-bookmark:before { | |
content: "\f02e"; | |
} | |
.fa-print:before { | |
content: "\f02f"; | |
} | |
.fa-camera:before { | |
content: "\f030"; | |
} | |
.fa-font:before { | |
content: "\f031"; | |
} | |
.fa-bold:before { | |
content: "\f032"; | |
} | |
.fa-italic:before { | |
content: "\f033"; | |
} | |
.fa-text-height:before { | |
content: "\f034"; | |
} | |
.fa-text-width:before { | |
content: "\f035"; | |
} | |
.fa-align-left:before { | |
content: "\f036"; | |
} | |
.fa-align-center:before { | |
content: "\f037"; | |
} | |
.fa-align-right:before { | |
content: "\f038"; | |
} | |
.fa-align-justify:before { | |
content: "\f039"; | |
} | |
.fa-list:before { | |
content: "\f03a"; | |
} | |
.fa-dedent:before, | |
.fa-outdent:before { | |
content: "\f03b"; | |
} | |
.fa-indent:before { | |
content: "\f03c"; | |
} | |
.fa-video-camera:before { | |
content: "\f03d"; | |
} | |
.fa-photo:before, | |
.fa-image:before, | |
.fa-picture-o:before { | |
content: "\f03e"; | |
} | |
.fa-pencil:before { | |
content: "\f040"; | |
} | |
.fa-map-marker:before { | |
content: "\f041"; | |
} | |
.fa-adjust:before { | |
content: "\f042"; | |
} | |
.fa-tint:before { | |
content: "\f043"; | |
} | |
.fa-edit:before, | |
.fa-pencil-square-o:before { | |
content: "\f044"; | |
} | |
.fa-share-square-o:before { | |
content: "\f045"; | |
} | |
.fa-check-square-o:before { | |
content: "\f046"; | |
} | |
.fa-arrows:before { | |
content: "\f047"; | |
} | |
.fa-step-backward:before { | |
content: "\f048"; | |
} | |
.fa-fast-backward:before { | |
content: "\f049"; | |
} | |
.fa-backward:before { | |
content: "\f04a"; | |
} | |
.fa-play:before { | |
content: "\f04b"; | |
} | |
.fa-pause:before { | |
content: "\f04c"; | |
} | |
.fa-stop:before { | |
content: "\f04d"; | |
} | |
.fa-forward:before { | |
content: "\f04e"; | |
} | |
.fa-fast-forward:before { | |
content: "\f050"; | |
} | |
.fa-step-forward:before { | |
content: "\f051"; | |
} | |
.fa-eject:before { | |
content: "\f052"; | |
} | |
.fa-chevron-left:before { | |
content: "\f053"; | |
} | |
.fa-chevron-right:before { | |
content: "\f054"; | |
} | |
.fa-plus-circle:before { | |
content: "\f055"; | |
} | |
.fa-minus-circle:before { | |
content: "\f056"; | |
} | |
.fa-times-circle:before { | |
content: "\f057"; | |
} | |
.fa-check-circle:before { | |
content: "\f058"; | |
} | |
.fa-question-circle:before { | |
content: "\f059"; | |
} | |
.fa-info-circle:before { | |
content: "\f05a"; | |
} | |
.fa-crosshairs:before { | |
content: "\f05b"; | |
} | |
.fa-times-circle-o:before { | |
content: "\f05c"; | |
} | |
.fa-check-circle-o:before { | |
content: "\f05d"; | |
} | |
.fa-ban:before { | |
content: "\f05e"; | |
} | |
.fa-arrow-left:before { | |
content: "\f060"; | |
} | |
.fa-arrow-right:before { | |
content: "\f061"; | |
} | |
.fa-arrow-up:before { | |
content: "\f062"; | |
} | |
.fa-arrow-down:before { | |
content: "\f063"; | |
} | |
.fa-mail-forward:before, | |
.fa-share:before { | |
content: "\f064"; | |
} | |
.fa-expand:before { | |
content: "\f065"; | |
} | |
.fa-compress:before { | |
content: "\f066"; | |
} | |
.fa-plus:before { | |
content: "\f067"; | |
} | |
.fa-minus:before { | |
content: "\f068"; | |
} | |
.fa-asterisk:before { | |
content: "\f069"; | |
} | |
.fa-exclamation-circle:before { | |
content: "\f06a"; | |
} | |
.fa-gift:before { | |
content: "\f06b"; | |
} | |
.fa-leaf:before { | |
content: "\f06c"; | |
} | |
.fa-fire:before { | |
content: "\f06d"; | |
} | |
.fa-eye:before { | |
content: "\f06e"; | |
} | |
.fa-eye-slash:before { | |
content: "\f070"; | |
} | |
.fa-warning:before, | |
.fa-exclamation-triangle:before { | |
content: "\f071"; | |
} | |
.fa-plane:before { | |
content: "\f072"; | |
} | |
.fa-calendar:before { | |
content: "\f073"; | |
} | |
.fa-random:before { | |
content: "\f074"; | |
} | |
.fa-comment:before { | |
content: "\f075"; | |
} | |
.fa-magnet:before { | |
content: "\f076"; | |
} | |
.fa-chevron-up:before { | |
content: "\f077"; | |
} | |
.fa-chevron-down:before { | |
content: "\f078"; | |
} | |
.fa-retweet:before { | |
content: "\f079"; | |
} | |
.fa-shopping-cart:before { | |
content: "\f07a"; | |
} | |
.fa-folder:before { | |
content: "\f07b"; | |
} | |
.fa-folder-open:before { | |
content: "\f07c"; | |
} | |
.fa-arrows-v:before { | |
content: "\f07d"; | |
} | |
.fa-arrows-h:before { | |
content: "\f07e"; | |
} | |
.fa-bar-chart-o:before, | |
.fa-bar-chart:before { | |
content: "\f080"; | |
} | |
.fa-twitter-square:before { | |
content: "\f081"; | |
} | |
.fa-facebook-square:before { | |
content: "\f082"; | |
} | |
.fa-camera-retro:before { | |
content: "\f083"; | |
} | |
.fa-key:before { | |
content: "\f084"; | |
} | |
.fa-gears:before, | |
.fa-cogs:before { | |
content: "\f085"; | |
} | |
.fa-comments:before { | |
content: "\f086"; | |
} | |
.fa-thumbs-o-up:before { | |
content: "\f087"; | |
} | |
.fa-thumbs-o-down:before { | |
content: "\f088"; | |
} | |
.fa-star-half:before { | |
content: "\f089"; | |
} | |
.fa-heart-o:before { | |
content: "\f08a"; | |
} | |
.fa-sign-out:before { | |
content: "\f08b"; | |
} | |
.fa-linkedin-square:before { | |
content: "\f08c"; | |
} | |
.fa-thumb-tack:before { | |
content: "\f08d"; | |
} | |
.fa-external-link:before { | |
content: "\f08e"; | |
} | |
.fa-sign-in:before { | |
content: "\f090"; | |
} | |
.fa-trophy:before { | |
content: "\f091"; | |
} | |
.fa-github-square:before { | |
content: "\f092"; | |
} | |
.fa-upload:before { | |
content: "\f093"; | |
} | |
.fa-lemon-o:before { | |
content: "\f094"; | |
} | |
.fa-phone:before { | |
content: "\f095"; | |
} | |
.fa-square-o:before { | |
content: "\f096"; | |
} | |
.fa-bookmark-o:before { | |
content: "\f097"; | |
} | |
.fa-phone-square:before { | |
content: "\f098"; | |
} | |
.fa-twitter:before { | |
content: "\f099"; | |
} | |
.fa-facebook-f:before, | |
.fa-facebook:before { | |
content: "\f09a"; | |
} | |
.fa-github:before { | |
content: "\f09b"; | |
} | |
.fa-unlock:before { | |
content: "\f09c"; | |
} | |
.fa-credit-card:before { | |
content: "\f09d"; | |
} | |
.fa-feed:before, | |
.fa-rss:before { | |
content: "\f09e"; | |
} | |
.fa-hdd-o:before { | |
content: "\f0a0"; | |
} | |
.fa-bullhorn:before { | |
content: "\f0a1"; | |
} | |
.fa-bell:before { | |
content: "\f0f3"; | |
} | |
.fa-certificate:before { | |
content: "\f0a3"; | |
} | |
.fa-hand-o-right:before { | |
content: "\f0a4"; | |
} | |
.fa-hand-o-left:before { | |
content: "\f0a5"; | |
} | |
.fa-hand-o-up:before { | |
content: "\f0a6"; | |
} | |
.fa-hand-o-down:before { | |
content: "\f0a7"; | |
} | |
.fa-arrow-circle-left:before { | |
content: "\f0a8"; | |
} | |
.fa-arrow-circle-right:before { | |
content: "\f0a9"; | |
} | |
.fa-arrow-circle-up:before { | |
content: "\f0aa"; | |
} | |
.fa-arrow-circle-down:before { | |
content: "\f0ab"; | |
} | |
.fa-globe:before { | |
content: "\f0ac"; | |
} | |
.fa-wrench:before { | |
content: "\f0ad"; | |
} | |
.fa-tasks:before { | |
content: "\f0ae"; | |
} | |
.fa-filter:before { | |
content: "\f0b0"; | |
} | |
.fa-briefcase:before { | |
content: "\f0b1"; | |
} | |
.fa-arrows-alt:before { | |
content: "\f0b2"; | |
} | |
.fa-group:before, | |
.fa-users:before { | |
content: "\f0c0"; | |
} | |
.fa-chain:before, | |
.fa-link:before { | |
content: "\f0c1"; | |
} | |
.fa-cloud:before { | |
content: "\f0c2"; | |
} | |
.fa-flask:before { | |
content: "\f0c3"; | |
} | |
.fa-cut:before, | |
.fa-scissors:before { | |
content: "\f0c4"; | |
} | |
.fa-copy:before, | |
.fa-files-o:before { | |
content: "\f0c5"; | |
} | |
.fa-paperclip:before { | |
content: "\f0c6"; | |
} | |
.fa-save:before, | |
.fa-floppy-o:before { | |
content: "\f0c7"; | |
} | |
.fa-square:before { | |
content: "\f0c8"; | |
} | |
.fa-navicon:before, | |
.fa-reorder:before, | |
.fa-bars:before { | |
content: "\f0c9"; | |
} | |
.fa-list-ul:before { | |
content: "\f0ca"; | |
} | |
.fa-list-ol:before { | |
content: "\f0cb"; | |
} | |
.fa-strikethrough:before { | |
content: "\f0cc"; | |
} | |
.fa-underline:before { | |
content: "\f0cd"; | |
} | |
.fa-table:before { | |
content: "\f0ce"; | |
} | |
.fa-magic:before { | |
content: "\f0d0"; | |
} | |
.fa-truck:before { | |
content: "\f0d1"; | |
} | |
.fa-pinterest:before { | |
content: "\f0d2"; | |
} | |
.fa-pinterest-square:before { | |
content: "\f0d3"; | |
} | |
.fa-google-plus-square:before { | |
content: "\f0d4"; | |
} | |
.fa-google-plus:before { | |
content: "\f0d5"; | |
} | |
.fa-money:before { | |
content: "\f0d6"; | |
} | |
.fa-caret-down:before { | |
content: "\f0d7"; | |
} | |
.fa-caret-up:before { | |
content: "\f0d8"; | |
} | |
.fa-caret-left:before { | |
content: "\f0d9"; | |
} | |
.fa-caret-right:before { | |
content: "\f0da"; | |
} | |
.fa-columns:before { | |
content: "\f0db"; | |
} | |
.fa-unsorted:before, | |
.fa-sort:before { | |
content: "\f0dc"; | |
} | |
.fa-sort-down:before, | |
.fa-sort-desc:before { | |
content: "\f0dd"; | |
} | |
.fa-sort-up:before, | |
.fa-sort-asc:before { | |
content: "\f0de"; | |
} | |
.fa-envelope:before { | |
content: "\f0e0"; | |
} | |
.fa-linkedin:before { | |
content: "\f0e1"; | |
} | |
.fa-rotate-left:before, | |
.fa-undo:before { | |
content: "\f0e2"; | |
} | |
.fa-legal:before, | |
.fa-gavel:before { | |
content: "\f0e3"; | |
} | |
.fa-dashboard:before, | |
.fa-tachometer:before { | |
content: "\f0e4"; | |
} | |
.fa-comment-o:before { | |
content: "\f0e5"; | |
} | |
.fa-comments-o:before { | |
content: "\f0e6"; | |
} | |
.fa-flash:before, | |
.fa-bolt:before { | |
content: "\f0e7"; | |
} | |
.fa-sitemap:before { | |
content: "\f0e8"; | |
} | |
.fa-umbrella:before { | |
content: "\f0e9"; | |
} | |
.fa-paste:before, | |
.fa-clipboard:before { | |
content: "\f0ea"; | |
} | |
.fa-lightbulb-o:before { | |
content: "\f0eb"; | |
} | |
.fa-exchange:before { | |
content: "\f0ec"; | |
} | |
.fa-cloud-download:before { | |
content: "\f0ed"; | |
} | |
.fa-cloud-upload:before { | |
content: "\f0ee"; | |
} | |
.fa-user-md:before { | |
content: "\f0f0"; | |
} | |
.fa-stethoscope:before { | |
content: "\f0f1"; | |
} | |
.fa-suitcase:before { | |
content: "\f0f2"; | |
} | |
.fa-bell-o:before { | |
content: "\f0a2"; | |
} | |
.fa-coffee:before { | |
content: "\f0f4"; | |
} | |
.fa-cutlery:before { | |
content: "\f0f5"; | |
} | |
.fa-file-text-o:before { | |
content: "\f0f6"; | |
} | |
.fa-building-o:before { | |
content: "\f0f7"; | |
} | |
.fa-hospital-o:before { | |
content: "\f0f8"; | |
} | |
.fa-ambulance:before { | |
content: "\f0f9"; | |
} | |
.fa-medkit:before { | |
content: "\f0fa"; | |
} | |
.fa-fighter-jet:before { | |
content: "\f0fb"; | |
} | |
.fa-beer:before { | |
content: "\f0fc"; | |
} | |
.fa-h-square:before { | |
content: "\f0fd"; | |
} | |
.fa-plus-square:before { | |
content: "\f0fe"; | |
} | |
.fa-angle-double-left:before { | |
content: "\f100"; | |
} | |
.fa-angle-double-right:before { | |
content: "\f101"; | |
} | |
.fa-angle-double-up:before { | |
content: "\f102"; | |
} | |
.fa-angle-double-down:before { | |
content: "\f103"; | |
} | |
.fa-angle-left:before { | |
content: "\f104"; | |
} | |
.fa-angle-right:before { | |
content: "\f105"; | |
} | |
.fa-angle-up:before { | |
content: "\f106"; | |
} | |
.fa-angle-down:before { | |
content: "\f107"; | |
} | |
.fa-desktop:before { | |
content: "\f108"; | |
} | |
.fa-laptop:before { | |
content: "\f109"; | |
} | |
.fa-tablet:before { | |
content: "\f10a"; | |
} | |
.fa-mobile-phone:before, | |
.fa-mobile:before { | |
content: "\f10b"; | |
} | |
.fa-circle-o:before { | |
content: "\f10c"; | |
} | |
.fa-quote-left:before { | |
content: "\f10d"; | |
} | |
.fa-quote-right:before { | |
content: "\f10e"; | |
} | |
.fa-spinner:before { | |
content: "\f110"; | |
} | |
.fa-circle:before { | |
content: "\f111"; | |
} | |
.fa-mail-reply:before, | |
.fa-reply:before { | |
content: "\f112"; | |
} | |
.fa-github-alt:before { | |
content: "\f113"; | |
} | |
.fa-folder-o:before { | |
content: "\f114"; | |
} | |
.fa-folder-open-o:before { | |
content: "\f115"; | |
} | |
.fa-smile-o:before { | |
content: "\f118"; | |
} | |
.fa-frown-o:before { | |
content: "\f119"; | |
} | |
.fa-meh-o:before { | |
content: "\f11a"; | |
} | |
.fa-gamepad:before { | |
content: "\f11b"; | |
} | |
.fa-keyboard-o:before { | |
content: "\f11c"; | |
} | |
.fa-flag-o:before { | |
content: "\f11d"; | |
} | |
.fa-flag-checkered:before { | |
content: "\f11e"; | |
} | |
.fa-terminal:before { | |
content: "\f120"; | |
} | |
.fa-code:before { | |
content: "\f121"; | |
} | |
.fa-mail-reply-all:before, | |
.fa-reply-all:before { | |
content: "\f122"; | |
} | |
.fa-star-half-empty:before, | |
.fa-star-half-full:before, | |
.fa-star-half-o:before { | |
content: "\f123"; | |
} | |
.fa-location-arrow:before { | |
content: "\f124"; | |
} | |
.fa-crop:before { | |
content: "\f125"; | |
} | |
.fa-code-fork:before { | |
content: "\f126"; | |
} | |
.fa-unlink:before, | |
.fa-chain-broken:before { | |
content: "\f127"; | |
} | |
.fa-question:before { | |
content: "\f128"; | |
} | |
.fa-info:before { | |
content: "\f129"; | |
} | |
.fa-exclamation:before { | |
content: "\f12a"; | |
} | |
.fa-superscript:before { | |
content: "\f12b"; | |
} | |
.fa-subscript:before { | |
content: "\f12c"; | |
} | |
.fa-eraser:before { | |
content: "\f12d"; | |
} | |
.fa-puzzle-piece:before { | |
content: "\f12e"; | |
} | |
.fa-microphone:before { | |
content: "\f130"; | |
} | |
.fa-microphone-slash:before { | |
content: "\f131"; | |
} | |
.fa-shield:before { | |
content: "\f132"; | |
} | |
.fa-calendar-o:before { | |
content: "\f133"; | |
} | |
.fa-fire-extinguisher:before { | |
content: "\f134"; | |
} | |
.fa-rocket:before { | |
content: "\f135"; | |
} | |
.fa-maxcdn:before { | |
content: "\f136"; | |
} | |
.fa-chevron-circle-left:before { | |
content: "\f137"; | |
} | |
.fa-chevron-circle-right:before { | |
content: "\f138"; | |
} | |
.fa-chevron-circle-up:before { | |
content: "\f139"; | |
} | |
.fa-chevron-circle-down:before { | |
content: "\f13a"; | |
} | |
.fa-html5:before { | |
content: "\f13b"; | |
} | |
.fa-css3:before { | |
content: "\f13c"; | |
} | |
.fa-anchor:before { | |
content: "\f13d"; | |
} | |
.fa-unlock-alt:before { | |
content: "\f13e"; | |
} | |
.fa-bullseye:before { | |
content: "\f140"; | |
} | |
.fa-ellipsis-h:before { | |
content: "\f141"; | |
} | |
.fa-ellipsis-v:before { | |
content: "\f142"; | |
} | |
.fa-rss-square:before { | |
content: "\f143"; | |
} | |
.fa-play-circle:before { | |
content: "\f144"; | |
} | |
.fa-ticket:before { | |
content: "\f145"; | |
} | |
.fa-minus-square:before { | |
content: "\f146"; | |
} | |
.fa-minus-square-o:before { | |
content: "\f147"; | |
} | |
.fa-level-up:before { | |
content: "\f148"; | |
} | |
.fa-level-down:before { | |
content: "\f149"; | |
} | |
.fa-check-square:before { | |
content: "\f14a"; | |
} | |
.fa-pencil-square:before { | |
content: "\f14b"; | |
} | |
.fa-external-link-square:before { | |
content: "\f14c"; | |
} | |
.fa-share-square:before { | |
content: "\f14d"; | |
} | |
.fa-compass:before { | |
content: "\f14e"; | |
} | |
.fa-toggle-down:before, | |
.fa-caret-square-o-down:before { | |
content: "\f150"; | |
} | |
.fa-toggle-up:before, | |
.fa-caret-square-o-up:before { | |
content: "\f151"; | |
} | |
.fa-toggle-right:before, | |
.fa-caret-square-o-right:before { | |
content: "\f152"; | |
} | |
.fa-euro:before, | |
.fa-eur:before { | |
content: "\f153"; | |
} | |
.fa-gbp:before { | |
content: "\f154"; | |
} | |
.fa-dollar:before, | |
.fa-usd:before { | |
content: "\f155"; | |
} | |
.fa-rupee:before, | |
.fa-inr:before { | |
content: "\f156"; | |
} | |
.fa-cny:before, | |
.fa-rmb:before, | |
.fa-yen:before, | |
.fa-jpy:before { | |
content: "\f157"; | |
} | |
.fa-ruble:before, | |
.fa-rouble:before, | |
.fa-rub:before { | |
content: "\f158"; | |
} | |
.fa-won:before, | |
.fa-krw:before { | |
content: "\f159"; | |
} | |
.fa-bitcoin:before, | |
.fa-btc:before { | |
content: "\f15a"; | |
} | |
.fa-file:before { | |
content: "\f15b"; | |
} | |
.fa-file-text:before { | |
content: "\f15c"; | |
} | |
.fa-sort-alpha-asc:before { | |
content: "\f15d"; | |
} | |
.fa-sort-alpha-desc:before { | |
content: "\f15e"; | |
} | |
.fa-sort-amount-asc:before { | |
content: "\f160"; | |
} | |
.fa-sort-amount-desc:before { | |
content: "\f161"; | |
} | |
.fa-sort-numeric-asc:before { | |
content: "\f162"; | |
} | |
.fa-sort-numeric-desc:before { | |
content: "\f163"; | |
} | |
.fa-thumbs-up:before { | |
content: "\f164"; | |
} | |
.fa-thumbs-down:before { | |
content: "\f165"; | |
} | |
.fa-youtube-square:before { | |
content: "\f166"; | |
} | |
.fa-youtube:before { | |
content: "\f167"; | |
} | |
.fa-xing:before { | |
content: "\f168"; | |
} | |
.fa-xing-square:before { | |
content: "\f169"; | |
} | |
.fa-youtube-play:before { | |
content: "\f16a"; | |
} | |
.fa-dropbox:before { | |
content: "\f16b"; | |
} | |
.fa-stack-overflow:before { | |
content: "\f16c"; | |
} | |
.fa-instagram:before { | |
content: "\f16d"; | |
} | |
.fa-flickr:before { | |
content: "\f16e"; | |
} | |
.fa-adn:before { | |
content: "\f170"; | |
} | |
.fa-bitbucket:before { | |
content: "\f171"; | |
} | |
.fa-bitbucket-square:before { | |
content: "\f172"; | |
} | |
.fa-tumblr:before { | |
content: "\f173"; | |
} | |
.fa-tumblr-square:before { | |
content: "\f174"; | |
} | |
.fa-long-arrow-down:before { | |
content: "\f175"; | |
} | |
.fa-long-arrow-up:before { | |
content: "\f176"; | |
} | |
.fa-long-arrow-left:before { | |
content: "\f177"; | |
} | |
.fa-long-arrow-right:before { | |
content: "\f178"; | |
} | |
.fa-apple:before { | |
content: "\f179"; | |
} | |
.fa-windows:before { | |
content: "\f17a"; | |
} | |
.fa-android:before { | |
content: "\f17b"; | |
} | |
.fa-linux:before { | |
content: "\f17c"; | |
} | |
.fa-dribbble:before { | |
content: "\f17d"; | |
} | |
.fa-skype:before { | |
content: "\f17e"; | |
} | |
.fa-foursquare:before { | |
content: "\f180"; | |
} | |
.fa-trello:before { | |
content: "\f181"; | |
} | |
.fa-female:before { | |
content: "\f182"; | |
} | |
.fa-male:before { | |
content: "\f183"; | |
} | |
.fa-gittip:before, | |
.fa-gratipay:before { | |
content: "\f184"; | |
} | |
.fa-sun-o:before { | |
content: "\f185"; | |
} | |
.fa-moon-o:before { | |
content: "\f186"; | |
} | |
.fa-archive:before { | |
content: "\f187"; | |
} | |
.fa-bug:before { | |
content: "\f188"; | |
} | |
.fa-vk:before { | |
content: "\f189"; | |
} | |
.fa-weibo:before { | |
content: "\f18a"; | |
} | |
.fa-renren:before { | |
content: "\f18b"; | |
} | |
.fa-pagelines:before { | |
content: "\f18c"; | |
} | |
.fa-stack-exchange:before { | |
content: "\f18d"; | |
} | |
.fa-arrow-circle-o-right:before { | |
content: "\f18e"; | |
} | |
.fa-arrow-circle-o-left:before { | |
content: "\f190"; | |
} | |
.fa-toggle-left:before, | |
.fa-caret-square-o-left:before { | |
content: "\f191"; | |
} | |
.fa-dot-circle-o:before { | |
content: "\f192"; | |
} | |
.fa-wheelchair:before { | |
content: "\f193"; | |
} | |
.fa-vimeo-square:before { | |
content: "\f194"; | |
} | |
.fa-turkish-lira:before, | |
.fa-try:before { | |
content: "\f195"; | |
} | |
.fa-plus-square-o:before { | |
content: "\f196"; | |
} | |
.fa-space-shuttle:before { | |
content: "\f197"; | |
} | |
.fa-slack:before { | |
content: "\f198"; | |
} | |
.fa-envelope-square:before { | |
content: "\f199"; | |
} | |
.fa-wordpress:before { | |
content: "\f19a"; | |
} | |
.fa-openid:before { | |
content: "\f19b"; | |
} | |
.fa-institution:before, | |
.fa-bank:before, | |
.fa-university:before { | |
content: "\f19c"; | |
} | |
.fa-mortar-board:before, | |
.fa-graduation-cap:before { | |
content: "\f19d"; | |
} | |
.fa-yahoo:before { | |
content: "\f19e"; | |
} | |
.fa-google:before { | |
content: "\f1a0"; | |
} | |
.fa-reddit:before { | |
content: "\f1a1"; | |
} | |
.fa-reddit-square:before { | |
content: "\f1a2"; | |
} | |
.fa-stumbleupon-circle:before { | |
content: "\f1a3"; | |
} | |
.fa-stumbleupon:before { | |
content: "\f1a4"; | |
} | |
.fa-delicious:before { | |
content: "\f1a5"; | |
} | |
.fa-digg:before { | |
content: "\f1a6"; | |
} | |
.fa-pied-piper-pp:before { | |
content: "\f1a7"; | |
} | |
.fa-pied-piper-alt:before { | |
content: "\f1a8"; | |
} | |
.fa-drupal:before { | |
content: "\f1a9"; | |
} | |
.fa-joomla:before { | |
content: "\f1aa"; | |
} | |
.fa-language:before { | |
content: "\f1ab"; | |
} | |
.fa-fax:before { | |
content: "\f1ac"; | |
} | |
.fa-building:before { | |
content: "\f1ad"; | |
} | |
.fa-child:before { | |
content: "\f1ae"; | |
} | |
.fa-paw:before { | |
content: "\f1b0"; | |
} | |
.fa-spoon:before { | |
content: "\f1b1"; | |
} | |
.fa-cube:before { | |
content: "\f1b2"; | |
} | |
.fa-cubes:before { | |
content: "\f1b3"; | |
} | |
.fa-behance:before { | |
content: "\f1b4"; | |
} | |
.fa-behance-square:before { | |
content: "\f1b5"; | |
} | |
.fa-steam:before { | |
content: "\f1b6"; | |
} | |
.fa-steam-square:before { | |
content: "\f1b7"; | |
} | |
.fa-recycle:before { | |
content: "\f1b8"; | |
} | |
.fa-automobile:before, | |
.fa-car:before { | |
content: "\f1b9"; | |
} | |
.fa-cab:before, | |
.fa-taxi:before { | |
content: "\f1ba"; | |
} | |
.fa-tree:before { | |
content: "\f1bb"; | |
} | |
.fa-spotify:before { | |
content: "\f1bc"; | |
} | |
.fa-deviantart:before { | |
content: "\f1bd"; | |
} | |
.fa-soundcloud:before { | |
content: "\f1be"; | |
} | |
.fa-database:before { | |
content: "\f1c0"; | |
} | |
.fa-file-pdf-o:before { | |
content: "\f1c1"; | |
} | |
.fa-file-word-o:before { | |
content: "\f1c2"; | |
} | |
.fa-file-excel-o:before { | |
content: "\f1c3"; | |
} | |
.fa-file-powerpoint-o:before { | |
content: "\f1c4"; | |
} | |
.fa-file-photo-o:before, | |
.fa-file-picture-o:before, | |
.fa-file-image-o:before { | |
content: "\f1c5"; | |
} | |
.fa-file-zip-o:before, | |
.fa-file-archive-o:before { | |
content: "\f1c6"; | |
} | |
.fa-file-sound-o:before, | |
.fa-file-audio-o:before { | |
content: "\f1c7"; | |
} | |
.fa-file-movie-o:before, | |
.fa-file-video-o:before { | |
content: "\f1c8"; | |
} | |
.fa-file-code-o:before { | |
content: "\f1c9"; | |
} | |
.fa-vine:before { | |
content: "\f1ca"; | |
} | |
.fa-codepen:before { | |
content: "\f1cb"; | |
} | |
.fa-jsfiddle:before { | |
content: "\f1cc"; | |
} | |
.fa-life-bouy:before, | |
.fa-life-buoy:before, | |
.fa-life-saver:before, | |
.fa-support:before, | |
.fa-life-ring:before { | |
content: "\f1cd"; | |
} | |
.fa-circle-o-notch:before { | |
content: "\f1ce"; | |
} | |
.fa-ra:before, | |
.fa-resistance:before, | |
.fa-rebel:before { | |
content: "\f1d0"; | |
} | |
.fa-ge:before, | |
.fa-empire:before { | |
content: "\f1d1"; | |
} | |
.fa-git-square:before { | |
content: "\f1d2"; | |
} | |
.fa-git:before { | |
content: "\f1d3"; | |
} | |
.fa-y-combinator-square:before, | |
.fa-yc-square:before, | |
.fa-hacker-news:before { | |
content: "\f1d4"; | |
} | |
.fa-tencent-weibo:before { | |
content: "\f1d5"; | |
} | |
.fa-qq:before { | |
content: "\f1d6"; | |
} | |
.fa-wechat:before, | |
.fa-weixin:before { | |
content: "\f1d7"; | |
} | |
.fa-send:before, | |
.fa-paper-plane:before { | |
content: "\f1d8"; | |
} | |
.fa-send-o:before, | |
.fa-paper-plane-o:before { | |
content: "\f1d9"; | |
} | |
.fa-history:before { | |
content: "\f1da"; | |
} | |
.fa-circle-thin:before { | |
content: "\f1db"; | |
} | |
.fa-header:before { | |
content: "\f1dc"; | |
} | |
.fa-paragraph:before { | |
content: "\f1dd"; | |
} | |
.fa-sliders:before { | |
content: "\f1de"; | |
} | |
.fa-share-alt:before { | |
content: "\f1e0"; | |
} | |
.fa-share-alt-square:before { | |
content: "\f1e1"; | |
} | |
.fa-bomb:before { | |
content: "\f1e2"; | |
} | |
.fa-soccer-ball-o:before, | |
.fa-futbol-o:before { | |
content: "\f1e3"; | |
} | |
.fa-tty:before { | |
content: "\f1e4"; | |
} | |
.fa-binoculars:before { | |
content: "\f1e5"; | |
} | |
.fa-plug:before { | |
content: "\f1e6"; | |
} | |
.fa-slideshare:before { | |
content: "\f1e7"; | |
} | |
.fa-twitch:before { | |
content: "\f1e8"; | |
} | |
.fa-yelp:before { | |
content: "\f1e9"; | |
} | |
.fa-newspaper-o:before { | |
content: "\f1ea"; | |
} | |
.fa-wifi:before { | |
content: "\f1eb"; | |
} | |
.fa-calculator:before { | |
content: "\f1ec"; | |
} | |
.fa-paypal:before { | |
content: "\f1ed"; | |
} | |
.fa-google-wallet:before { | |
content: "\f1ee"; | |
} | |
.fa-cc-visa:before { | |
content: "\f1f0"; | |
} | |
.fa-cc-mastercard:before { | |
content: "\f1f1"; | |
} | |
.fa-cc-discover:before { | |
content: "\f1f2"; | |
} | |
.fa-cc-amex:before { | |
content: "\f1f3"; | |
} | |
.fa-cc-paypal:before { | |
content: "\f1f4"; | |
} | |
.fa-cc-stripe:before { | |
content: "\f1f5"; | |
} | |
.fa-bell-slash:before { | |
content: "\f1f6"; | |
} | |
.fa-bell-slash-o:before { | |
content: "\f1f7"; | |
} | |
.fa-trash:before { | |
content: "\f1f8"; | |
} | |
.fa-copyright:before { | |
content: "\f1f9"; | |
} | |
.fa-at:before { | |
content: "\f1fa"; | |
} | |
.fa-eyedropper:before { | |
content: "\f1fb"; | |
} | |
.fa-paint-brush:before { | |
content: "\f1fc"; | |
} | |
.fa-birthday-cake:before { | |
content: "\f1fd"; | |
} | |
.fa-area-chart:before { | |
content: "\f1fe"; | |
} | |
.fa-pie-chart:before { | |
content: "\f200"; | |
} | |
.fa-line-chart:before { | |
content: "\f201"; | |
} | |
.fa-lastfm:before { | |
content: "\f202"; | |
} | |
.fa-lastfm-square:before { | |
content: "\f203"; | |
} | |
.fa-toggle-off:before { | |
content: "\f204"; | |
} | |
.fa-toggle-on:before { | |
content: "\f205"; | |
} | |
.fa-bicycle:before { | |
content: "\f206"; | |
} | |
.fa-bus:before { | |
content: "\f207"; | |
} | |
.fa-ioxhost:before { | |
content: "\f208"; | |
} | |
.fa-angellist:before { | |
content: "\f209"; | |
} | |
.fa-cc:before { | |
content: "\f20a"; | |
} | |
.fa-shekel:before, | |
.fa-sheqel:before, | |
.fa-ils:before { | |
content: "\f20b"; | |
} | |
.fa-meanpath:before { | |
content: "\f20c"; | |
} | |
.fa-buysellads:before { | |
content: "\f20d"; | |
} | |
.fa-connectdevelop:before { | |
content: "\f20e"; | |
} | |
.fa-dashcube:before { | |
content: "\f210"; | |
} | |
.fa-forumbee:before { | |
content: "\f211"; | |
} | |
.fa-leanpub:before { | |
content: "\f212"; | |
} | |
.fa-sellsy:before { | |
content: "\f213"; | |
} | |
.fa-shirtsinbulk:before { | |
content: "\f214"; | |
} | |
.fa-simplybuilt:before { | |
content: "\f215"; | |
} | |
.fa-skyatlas:before { | |
content: "\f216"; | |
} | |
.fa-cart-plus:before { | |
content: "\f217"; | |
} | |
.fa-cart-arrow-down:before { | |
content: "\f218"; | |
} | |
.fa-diamond:before { | |
content: "\f219"; | |
} | |
.fa-ship:before { | |
content: "\f21a"; | |
} | |
.fa-user-secret:before { | |
content: "\f21b"; | |
} | |
.fa-motorcycle:before { | |
content: "\f21c"; | |
} | |
.fa-street-view:before { | |
content: "\f21d"; | |
} | |
.fa-heartbeat:before { | |
content: "\f21e"; | |
} | |
.fa-venus:before { | |
content: "\f221"; | |
} | |
.fa-mars:before { | |
content: "\f222"; | |
} | |
.fa-mercury:before { | |
content: "\f223"; | |
} | |
.fa-intersex:before, | |
.fa-transgender:before { | |
content: "\f224"; | |
} | |
.fa-transgender-alt:before { | |
content: "\f225"; | |
} | |
.fa-venus-double:before { | |
content: "\f226"; | |
} | |
.fa-mars-double:before { | |
content: "\f227"; | |
} | |
.fa-venus-mars:before { | |
content: "\f228"; | |
} | |
.fa-mars-stroke:before { | |
content: "\f229"; | |
} | |
.fa-mars-stroke-v:before { | |
content: "\f22a"; | |
} | |
.fa-mars-stroke-h:before { | |
content: "\f22b"; | |
} | |
.fa-neuter:before { | |
content: "\f22c"; | |
} | |
.fa-genderless:before { | |
content: "\f22d"; | |
} | |
.fa-facebook-official:before { | |
content: "\f230"; | |
} | |
.fa-pinterest-p:before { | |
content: "\f231"; | |
} | |
.fa-whatsapp:before { | |
content: "\f232"; | |
} | |
.fa-server:before { | |
content: "\f233"; | |
} | |
.fa-user-plus:before { | |
content: "\f234"; | |
} | |
.fa-user-times:before { | |
content: "\f235"; | |
} | |
.fa-hotel:before, | |
.fa-bed:before { | |
content: "\f236"; | |
} | |
.fa-viacoin:before { | |
content: "\f237"; | |
} | |
.fa-train:before { | |
content: "\f238"; | |
} | |
.fa-subway:before { | |
content: "\f239"; | |
} | |
.fa-medium:before { | |
content: "\f23a"; | |
} | |
.fa-yc:before, | |
.fa-y-combinator:before { | |
content: "\f23b"; | |
} | |
.fa-optin-monster:before { | |
content: "\f23c"; | |
} | |
.fa-opencart:before { | |
content: "\f23d"; | |
} | |
.fa-expeditedssl:before { | |
content: "\f23e"; | |
} | |
.fa-battery-4:before, | |
.fa-battery:before, | |
.fa-battery-full:before { | |
content: "\f240"; | |
} | |
.fa-battery-3:before, | |
.fa-battery-three-quarters:before { | |
content: "\f241"; | |
} | |
.fa-battery-2:before, | |
.fa-battery-half:before { | |
content: "\f242"; | |
} | |
.fa-battery-1:before, | |
.fa-battery-quarter:before { | |
content: "\f243"; | |
} | |
.fa-battery-0:before, | |
.fa-battery-empty:before { | |
content: "\f244"; | |
} | |
.fa-mouse-pointer:before { | |
content: "\f245"; | |
} | |
.fa-i-cursor:before { | |
content: "\f246"; | |
} | |
.fa-object-group:before { | |
content: "\f247"; | |
} | |
.fa-object-ungroup:before { | |
content: "\f248"; | |
} | |
.fa-sticky-note:before { | |
content: "\f249"; | |
} | |
.fa-sticky-note-o:before { | |
content: "\f24a"; | |
} | |
.fa-cc-jcb:before { | |
content: "\f24b"; | |
} | |
.fa-cc-diners-club:before { | |
content: "\f24c"; | |
} | |
.fa-clone:before { | |
content: "\f24d"; | |
} | |
.fa-balance-scale:before { | |
content: "\f24e"; | |
} | |
.fa-hourglass-o:before { | |
content: "\f250"; | |
} | |
.fa-hourglass-1:before, | |
.fa-hourglass-start:before { | |
content: "\f251"; | |
} | |
.fa-hourglass-2:before, | |
.fa-hourglass-half:before { | |
content: "\f252"; | |
} | |
.fa-hourglass-3:before, | |
.fa-hourglass-end:before { | |
content: "\f253"; | |
} | |
.fa-hourglass:before { | |
content: "\f254"; | |
} | |
.fa-hand-grab-o:before, | |
.fa-hand-rock-o:before { | |
content: "\f255"; | |
} | |
.fa-hand-stop-o:before, | |
.fa-hand-paper-o:before { | |
content: "\f256"; | |
} | |
.fa-hand-scissors-o:before { | |
content: "\f257"; | |
} | |
.fa-hand-lizard-o:before { | |
content: "\f258"; | |
} | |
.fa-hand-spock-o:before { | |
content: "\f259"; | |
} | |
.fa-hand-pointer-o:before { | |
content: "\f25a"; | |
} | |
.fa-hand-peace-o:before { | |
content: "\f25b"; | |
} | |
.fa-trademark:before { | |
content: "\f25c"; | |
} | |
.fa-registered:before { | |
content: "\f25d"; | |
} | |
.fa-creative-commons:before { | |
content: "\f25e"; | |
} | |
.fa-gg:before { | |
content: "\f260"; | |
} | |
.fa-gg-circle:before { | |
content: "\f261"; | |
} | |
.fa-tripadvisor:before { | |
content: "\f262"; | |
} | |
.fa-odnoklassniki:before { | |
content: "\f263"; | |
} | |
.fa-odnoklassniki-square:before { | |
content: "\f264"; | |
} | |
.fa-get-pocket:before { | |
content: "\f265"; | |
} | |
.fa-wikipedia-w:before { | |
content: "\f266"; | |
} | |
.fa-safari:before { | |
content: "\f267"; | |
} | |
.fa-chrome:before { | |
content: "\f268"; | |
} | |
.fa-firefox:before { | |
content: "\f269"; | |
} | |
.fa-opera:before { | |
content: "\f26a"; | |
} | |
.fa-internet-explorer:before { | |
content: "\f26b"; | |
} | |
.fa-tv:before, | |
.fa-television:before { | |
content: "\f26c"; | |
} | |
.fa-contao:before { | |
content: "\f26d"; | |
} | |
.fa-500px:before { | |
content: "\f26e"; | |
} | |
.fa-amazon:before { | |
content: "\f270"; | |
} | |
.fa-calendar-plus-o:before { | |
content: "\f271"; | |
} | |
.fa-calendar-minus-o:before { | |
content: "\f272"; | |
} | |
.fa-calendar-times-o:before { | |
content: "\f273"; | |
} | |
.fa-calendar-check-o:before { | |
content: "\f274"; | |
} | |
.fa-industry:before { | |
content: "\f275"; | |
} | |
.fa-map-pin:before { | |
content: "\f276"; | |
} | |
.fa-map-signs:before { | |
content: "\f277"; | |
} | |
.fa-map-o:before { | |
content: "\f278"; | |
} | |
.fa-map:before { | |
content: "\f279"; | |
} | |
.fa-commenting:before { | |
content: "\f27a"; | |
} | |
.fa-commenting-o:before { | |
content: "\f27b"; | |
} | |
.fa-houzz:before { | |
content: "\f27c"; | |
} | |
.fa-vimeo:before { | |
content: "\f27d"; | |
} | |
.fa-black-tie:before { | |
content: "\f27e"; | |
} | |
.fa-fonticons:before { | |
content: "\f280"; | |
} | |
.fa-reddit-alien:before { | |
content: "\f281"; | |
} | |
.fa-edge:before { | |
content: "\f282"; | |
} | |
.fa-credit-card-alt:before { | |
content: "\f283"; | |
} | |
.fa-codiepie:before { | |
content: "\f284"; | |
} | |
.fa-modx:before { | |
content: "\f285"; | |
} | |
.fa-fort-awesome:before { | |
content: "\f286"; | |
} | |
.fa-usb:before { | |
content: "\f287"; | |
} | |
.fa-product-hunt:before { | |
content: "\f288"; | |
} | |
.fa-mixcloud:before { | |
content: "\f289"; | |
} | |
.fa-scribd:before { | |
content: "\f28a"; | |
} | |
.fa-pause-circle:before { | |
content: "\f28b"; | |
} | |
.fa-pause-circle-o:before { | |
content: "\f28c"; | |
} | |
.fa-stop-circle:before { | |
content: "\f28d"; | |
} | |
.fa-stop-circle-o:before { | |
content: "\f28e"; | |
} | |
.fa-shopping-bag:before { | |
content: "\f290"; | |
} | |
.fa-shopping-basket:before { | |
content: "\f291"; | |
} | |
.fa-hashtag:before { | |
content: "\f292"; | |
} | |
.fa-bluetooth:before { | |
content: "\f293"; | |
} | |
.fa-bluetooth-b:before { | |
content: "\f294"; | |
} | |
.fa-percent:before { | |
content: "\f295"; | |
} | |
.fa-gitlab:before { | |
content: "\f296"; | |
} | |
.fa-wpbeginner:before { | |
content: "\f297"; | |
} | |
.fa-wpforms:before { | |
content: "\f298"; | |
} | |
.fa-envira:before { | |
content: "\f299"; | |
} | |
.fa-universal-access:before { | |
content: "\f29a"; | |
} | |
.fa-wheelchair-alt:before { | |
content: "\f29b"; | |
} | |
.fa-question-circle-o:before { | |
content: "\f29c"; | |
} | |
.fa-blind:before { | |
content: "\f29d"; | |
} | |
.fa-audio-description:before { | |
content: "\f29e"; | |
} | |
.fa-volume-control-phone:before { | |
content: "\f2a0"; | |
} | |
.fa-braille:before { | |
content: "\f2a1"; | |
} | |
.fa-assistive-listening-systems:before { | |
content: "\f2a2"; | |
} | |
.fa-asl-interpreting:before, | |
.fa-american-sign-language-interpreting:before { | |
content: "\f2a3"; | |
} | |
.fa-deafness:before, | |
.fa-hard-of-hearing:before, | |
.fa-deaf:before { | |
content: "\f2a4"; | |
} | |
.fa-glide:before { | |
content: "\f2a5"; | |
} | |
.fa-glide-g:before { | |
content: "\f2a6"; | |
} | |
.fa-signing:before, | |
.fa-sign-language:before { | |
content: "\f2a7"; | |
} | |
.fa-low-vision:before { | |
content: "\f2a8"; | |
} | |
.fa-viadeo:before { | |
content: "\f2a9"; | |
} | |
.fa-viadeo-square:before { | |
content: "\f2aa"; | |
} | |
.fa-snapchat:before { | |
content: "\f2ab"; | |
} | |
.fa-snapchat-ghost:before { | |
content: "\f2ac"; | |
} | |
.fa-snapchat-square:before { | |
content: "\f2ad"; | |
} | |
.fa-pied-piper:before { | |
content: "\f2ae"; | |
} | |
.fa-first-order:before { | |
content: "\f2b0"; | |
} | |
.fa-yoast:before { | |
content: "\f2b1"; | |
} | |
.fa-themeisle:before { | |
content: "\f2b2"; | |
} | |
.fa-google-plus-circle:before, | |
.fa-google-plus-official:before { | |
content: "\f2b3"; | |
} | |
.fa-fa:before, | |
.fa-font-awesome:before { | |
content: "\f2b4"; | |
} | |
.fa-handshake-o:before { | |
content: "\f2b5"; | |
} | |
.fa-envelope-open:before { | |
content: "\f2b6"; | |
} | |
.fa-envelope-open-o:before { | |
content: "\f2b7"; | |
} | |
.fa-linode:before { | |
content: "\f2b8"; | |
} | |
.fa-address-book:before { | |
content: "\f2b9"; | |
} | |
.fa-address-book-o:before { | |
content: "\f2ba"; | |
} | |
.fa-vcard:before, | |
.fa-address-card:before { | |
content: "\f2bb"; | |
} | |
.fa-vcard-o:before, | |
.fa-address-card-o:before { | |
content: "\f2bc"; | |
} | |
.fa-user-circle:before { | |
content: "\f2bd"; | |
} | |
.fa-user-circle-o:before { | |
content: "\f2be"; | |
} | |
.fa-user-o:before { | |
content: "\f2c0"; | |
} | |
.fa-id-badge:before { | |
content: "\f2c1"; | |
} | |
.fa-drivers-license:before, | |
.fa-id-card:before { | |
content: "\f2c2"; | |
} | |
.fa-drivers-license-o:before, | |
.fa-id-card-o:before { | |
content: "\f2c3"; | |
} | |
.fa-quora:before { | |
content: "\f2c4"; | |
} | |
.fa-free-code-camp:before { | |
content: "\f2c5"; | |
} | |
.fa-telegram:before { | |
content: "\f2c6"; | |
} | |
.fa-thermometer-4:before, | |
.fa-thermometer:before, | |
.fa-thermometer-full:before { | |
content: "\f2c7"; | |
} | |
.fa-thermometer-3:before, | |
.fa-thermometer-three-quarters:before { | |
content: "\f2c8"; | |
} | |
.fa-thermometer-2:before, | |
.fa-thermometer-half:before { | |
content: "\f2c9"; | |
} | |
.fa-thermometer-1:before, | |
.fa-thermometer-quarter:before { | |
content: "\f2ca"; | |
} | |
.fa-thermometer-0:before, | |
.fa-thermometer-empty:before { | |
content: "\f2cb"; | |
} | |
.fa-shower:before { | |
content: "\f2cc"; | |
} | |
.fa-bathtub:before, | |
.fa-s15:before, | |
.fa-bath:before { | |
content: "\f2cd"; | |
} | |
.fa-podcast:before { | |
content: "\f2ce"; | |
} | |
.fa-window-maximize:before { | |
content: "\f2d0"; | |
} | |
.fa-window-minimize:before { | |
content: "\f2d1"; | |
} | |
.fa-window-restore:before { | |
content: "\f2d2"; | |
} | |
.fa-times-rectangle:before, | |
.fa-window-close:before { | |
content: "\f2d3"; | |
} | |
.fa-times-rectangle-o:before, | |
.fa-window-close-o:before { | |
content: "\f2d4"; | |
} | |
.fa-bandcamp:before { | |
content: "\f2d5"; | |
} | |
.fa-grav:before { | |
content: "\f2d6"; | |
} | |
.fa-etsy:before { | |
content: "\f2d7"; | |
} | |
.fa-imdb:before { | |
content: "\f2d8"; | |
} | |
.fa-ravelry:before { | |
content: "\f2d9"; | |
} | |
.fa-eercast:before { | |
content: "\f2da"; | |
} | |
.fa-microchip:before { | |
content: "\f2db"; | |
} | |
.fa-snowflake-o:before { | |
content: "\f2dc"; | |
} | |
.fa-superpowers:before { | |
content: "\f2dd"; | |
} | |
.fa-wpexplorer:before { | |
content: "\f2de"; | |
} | |
.fa-meetup:before { | |
content: "\f2e0"; | |
} | |
.sr-only { | |
position: absolute; | |
width: 1px; | |
height: 1px; | |
padding: 0; | |
margin: -1px; | |
overflow: hidden; | |
clip: rect(0, 0, 0, 0); | |
border: 0; | |
} | |
.sr-only-focusable:active, | |
.sr-only-focusable:focus { | |
position: static; | |
width: auto; | |
height: auto; | |
margin: 0; | |
overflow: visible; | |
clip: auto; | |
} | |
.sr-only-focusable:active, | |
.sr-only-focusable:focus { | |
position: static; | |
width: auto; | |
height: auto; | |
margin: 0; | |
overflow: visible; | |
clip: auto; | |
} | |
/*! | |
* | |
* IPython base | |
* | |
*/ | |
.modal.fade .modal-dialog { | |
-webkit-transform: translate(0, 0); | |
-ms-transform: translate(0, 0); | |
-o-transform: translate(0, 0); | |
transform: translate(0, 0); | |
} | |
code { | |
color: #000; | |
} | |
pre { | |
font-size: inherit; | |
line-height: inherit; | |
} | |
label { | |
font-weight: normal; | |
} | |
/* Make the page background atleast 100% the height of the view port */ | |
/* Make the page itself atleast 70% the height of the view port */ | |
.border-box-sizing { | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
} | |
.corner-all { | |
border-radius: 2px; | |
} | |
.no-padding { | |
padding: 0px; | |
} | |
/* Flexible box model classes */ | |
/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ | |
/* This file is a compatability layer. It allows the usage of flexible box | |
model layouts accross multiple browsers, including older browsers. The newest, | |
universal implementation of the flexible box model is used when available (see | |
`Modern browsers` comments below). Browsers that are known to implement this | |
new spec completely include: | |
Firefox 28.0+ | |
Chrome 29.0+ | |
Internet Explorer 11+ | |
Opera 17.0+ | |
Browsers not listed, including Safari, are supported via the styling under the | |
`Old browsers` comments below. | |
*/ | |
.hbox { | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: horizontal; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: horizontal; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: horizontal; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: row; | |
align-items: stretch; | |
} | |
.hbox > * { | |
/* Old browsers */ | |
-webkit-box-flex: 0; | |
-moz-box-flex: 0; | |
box-flex: 0; | |
/* Modern browsers */ | |
flex: none; | |
} | |
.vbox { | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: vertical; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: vertical; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: column; | |
align-items: stretch; | |
} | |
.vbox > * { | |
/* Old browsers */ | |
-webkit-box-flex: 0; | |
-moz-box-flex: 0; | |
box-flex: 0; | |
/* Modern browsers */ | |
flex: none; | |
} | |
.hbox.reverse, | |
.vbox.reverse, | |
.reverse { | |
/* Old browsers */ | |
-webkit-box-direction: reverse; | |
-moz-box-direction: reverse; | |
box-direction: reverse; | |
/* Modern browsers */ | |
flex-direction: row-reverse; | |
} | |
.hbox.box-flex0, | |
.vbox.box-flex0, | |
.box-flex0 { | |
/* Old browsers */ | |
-webkit-box-flex: 0; | |
-moz-box-flex: 0; | |
box-flex: 0; | |
/* Modern browsers */ | |
flex: none; | |
width: auto; | |
} | |
.hbox.box-flex1, | |
.vbox.box-flex1, | |
.box-flex1 { | |
/* Old browsers */ | |
-webkit-box-flex: 1; | |
-moz-box-flex: 1; | |
box-flex: 1; | |
/* Modern browsers */ | |
flex: 1; | |
} | |
.hbox.box-flex, | |
.vbox.box-flex, | |
.box-flex { | |
/* Old browsers */ | |
/* Old browsers */ | |
-webkit-box-flex: 1; | |
-moz-box-flex: 1; | |
box-flex: 1; | |
/* Modern browsers */ | |
flex: 1; | |
} | |
.hbox.box-flex2, | |
.vbox.box-flex2, | |
.box-flex2 { | |
/* Old browsers */ | |
-webkit-box-flex: 2; | |
-moz-box-flex: 2; | |
box-flex: 2; | |
/* Modern browsers */ | |
flex: 2; | |
} | |
.box-group1 { | |
/* Deprecated */ | |
-webkit-box-flex-group: 1; | |
-moz-box-flex-group: 1; | |
box-flex-group: 1; | |
} | |
.box-group2 { | |
/* Deprecated */ | |
-webkit-box-flex-group: 2; | |
-moz-box-flex-group: 2; | |
box-flex-group: 2; | |
} | |
.hbox.start, | |
.vbox.start, | |
.start { | |
/* Old browsers */ | |
-webkit-box-pack: start; | |
-moz-box-pack: start; | |
box-pack: start; | |
/* Modern browsers */ | |
justify-content: flex-start; | |
} | |
.hbox.end, | |
.vbox.end, | |
.end { | |
/* Old browsers */ | |
-webkit-box-pack: end; | |
-moz-box-pack: end; | |
box-pack: end; | |
/* Modern browsers */ | |
justify-content: flex-end; | |
} | |
.hbox.center, | |
.vbox.center, | |
.center { | |
/* Old browsers */ | |
-webkit-box-pack: center; | |
-moz-box-pack: center; | |
box-pack: center; | |
/* Modern browsers */ | |
justify-content: center; | |
} | |
.hbox.baseline, | |
.vbox.baseline, | |
.baseline { | |
/* Old browsers */ | |
-webkit-box-pack: baseline; | |
-moz-box-pack: baseline; | |
box-pack: baseline; | |
/* Modern browsers */ | |
justify-content: baseline; | |
} | |
.hbox.stretch, | |
.vbox.stretch, | |
.stretch { | |
/* Old browsers */ | |
-webkit-box-pack: stretch; | |
-moz-box-pack: stretch; | |
box-pack: stretch; | |
/* Modern browsers */ | |
justify-content: stretch; | |
} | |
.hbox.align-start, | |
.vbox.align-start, | |
.align-start { | |
/* Old browsers */ | |
-webkit-box-align: start; | |
-moz-box-align: start; | |
box-align: start; | |
/* Modern browsers */ | |
align-items: flex-start; | |
} | |
.hbox.align-end, | |
.vbox.align-end, | |
.align-end { | |
/* Old browsers */ | |
-webkit-box-align: end; | |
-moz-box-align: end; | |
box-align: end; | |
/* Modern browsers */ | |
align-items: flex-end; | |
} | |
.hbox.align-center, | |
.vbox.align-center, | |
.align-center { | |
/* Old browsers */ | |
-webkit-box-align: center; | |
-moz-box-align: center; | |
box-align: center; | |
/* Modern browsers */ | |
align-items: center; | |
} | |
.hbox.align-baseline, | |
.vbox.align-baseline, | |
.align-baseline { | |
/* Old browsers */ | |
-webkit-box-align: baseline; | |
-moz-box-align: baseline; | |
box-align: baseline; | |
/* Modern browsers */ | |
align-items: baseline; | |
} | |
.hbox.align-stretch, | |
.vbox.align-stretch, | |
.align-stretch { | |
/* Old browsers */ | |
-webkit-box-align: stretch; | |
-moz-box-align: stretch; | |
box-align: stretch; | |
/* Modern browsers */ | |
align-items: stretch; | |
} | |
div.error { | |
margin: 2em; | |
text-align: center; | |
} | |
div.error > h1 { | |
font-size: 500%; | |
line-height: normal; | |
} | |
div.error > p { | |
font-size: 200%; | |
line-height: normal; | |
} | |
div.traceback-wrapper { | |
text-align: left; | |
max-width: 800px; | |
margin: auto; | |
} | |
div.traceback-wrapper pre.traceback { | |
max-height: 600px; | |
overflow: auto; | |
} | |
/** | |
* Primary styles | |
* | |
* Author: Jupyter Development Team | |
*/ | |
body { | |
background-color: #fff; | |
/* This makes sure that the body covers the entire window and needs to | |
be in a different element than the display: box in wrapper below */ | |
position: absolute; | |
left: 0px; | |
right: 0px; | |
top: 0px; | |
bottom: 0px; | |
overflow: visible; | |
} | |
body > #header { | |
/* Initially hidden to prevent FLOUC */ | |
display: none; | |
background-color: #fff; | |
/* Display over codemirror */ | |
position: relative; | |
z-index: 100; | |
} | |
body > #header #header-container { | |
display: flex; | |
flex-direction: row; | |
justify-content: space-between; | |
padding: 5px; | |
padding-bottom: 5px; | |
padding-top: 5px; | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
} | |
body > #header .header-bar { | |
width: 100%; | |
height: 1px; | |
background: #e7e7e7; | |
margin-bottom: -1px; | |
} | |
@media print { | |
body > #header { | |
display: none !important; | |
} | |
} | |
#header-spacer { | |
width: 100%; | |
visibility: hidden; | |
} | |
@media print { | |
#header-spacer { | |
display: none; | |
} | |
} | |
#ipython_notebook { | |
padding-left: 0px; | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
[dir="rtl"] #ipython_notebook { | |
margin-right: 10px; | |
margin-left: 0; | |
} | |
[dir="rtl"] #ipython_notebook.pull-left { | |
float: right !important; | |
float: right; | |
} | |
.flex-spacer { | |
flex: 1; | |
} | |
#noscript { | |
width: auto; | |
padding-top: 16px; | |
padding-bottom: 16px; | |
text-align: center; | |
font-size: 22px; | |
color: red; | |
font-weight: bold; | |
} | |
#ipython_notebook img { | |
height: 28px; | |
} | |
#site { | |
width: 100%; | |
display: none; | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
overflow: auto; | |
} | |
@media print { | |
#site { | |
height: auto !important; | |
} | |
} | |
/* Smaller buttons */ | |
.ui-button .ui-button-text { | |
padding: 0.2em 0.8em; | |
font-size: 77%; | |
} | |
input.ui-button { | |
padding: 0.3em 0.9em; | |
} | |
span#kernel_logo_widget { | |
margin: 0 10px; | |
} | |
span#login_widget { | |
float: right; | |
} | |
[dir="rtl"] span#login_widget { | |
float: left; | |
} | |
span#login_widget > .button, | |
#logout { | |
color: #333; | |
background-color: #fff; | |
border-color: #ccc; | |
} | |
span#login_widget > .button:focus, | |
#logout:focus, | |
span#login_widget > .button.focus, | |
#logout.focus { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #8c8c8c; | |
} | |
span#login_widget > .button:hover, | |
#logout:hover { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; | |
} | |
span#login_widget > .button:active, | |
#logout:active, | |
span#login_widget > .button.active, | |
#logout.active, | |
.open > .dropdown-togglespan#login_widget > .button, | |
.open > .dropdown-toggle#logout { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; | |
} | |
span#login_widget > .button:active:hover, | |
#logout:active:hover, | |
span#login_widget > .button.active:hover, | |
#logout.active:hover, | |
.open > .dropdown-togglespan#login_widget > .button:hover, | |
.open > .dropdown-toggle#logout:hover, | |
span#login_widget > .button:active:focus, | |
#logout:active:focus, | |
span#login_widget > .button.active:focus, | |
#logout.active:focus, | |
.open > .dropdown-togglespan#login_widget > .button:focus, | |
.open > .dropdown-toggle#logout:focus, | |
span#login_widget > .button:active.focus, | |
#logout:active.focus, | |
span#login_widget > .button.active.focus, | |
#logout.active.focus, | |
.open > .dropdown-togglespan#login_widget > .button.focus, | |
.open > .dropdown-toggle#logout.focus { | |
color: #333; | |
background-color: #d4d4d4; | |
border-color: #8c8c8c; | |
} | |
span#login_widget > .button:active, | |
#logout:active, | |
span#login_widget > .button.active, | |
#logout.active, | |
.open > .dropdown-togglespan#login_widget > .button, | |
.open > .dropdown-toggle#logout { | |
background-image: none; | |
} | |
span#login_widget > .button.disabled:hover, | |
#logout.disabled:hover, | |
span#login_widget > .button[disabled]:hover, | |
#logout[disabled]:hover, | |
fieldset[disabled] span#login_widget > .button:hover, | |
fieldset[disabled] #logout:hover, | |
span#login_widget > .button.disabled:focus, | |
#logout.disabled:focus, | |
span#login_widget > .button[disabled]:focus, | |
#logout[disabled]:focus, | |
fieldset[disabled] span#login_widget > .button:focus, | |
fieldset[disabled] #logout:focus, | |
span#login_widget > .button.disabled.focus, | |
#logout.disabled.focus, | |
span#login_widget > .button[disabled].focus, | |
#logout[disabled].focus, | |
fieldset[disabled] span#login_widget > .button.focus, | |
fieldset[disabled] #logout.focus { | |
background-color: #fff; | |
border-color: #ccc; | |
} | |
span#login_widget > .button .badge, | |
#logout .badge { | |
color: #fff; | |
background-color: #333; | |
} | |
.nav-header { | |
text-transform: none; | |
} | |
#header > span { | |
margin-top: 10px; | |
} | |
.modal_stretch .modal-dialog { | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: vertical; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: vertical; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: column; | |
align-items: stretch; | |
min-height: 80vh; | |
} | |
.modal_stretch .modal-dialog .modal-body { | |
max-height: calc(100vh - 200px); | |
overflow: auto; | |
flex: 1; | |
} | |
.modal-header { | |
cursor: move; | |
} | |
@media (min-width: 768px) { | |
.modal .modal-dialog { | |
width: 700px; | |
} | |
} | |
@media (min-width: 768px) { | |
select.form-control { | |
margin-left: 12px; | |
margin-right: 12px; | |
} | |
} | |
/*! | |
* | |
* IPython auth | |
* | |
*/ | |
.center-nav { | |
display: inline-block; | |
margin-bottom: -4px; | |
} | |
[dir="rtl"] .center-nav form.pull-left { | |
float: right !important; | |
float: right; | |
} | |
[dir="rtl"] .center-nav .navbar-text { | |
float: right; | |
} | |
[dir="rtl"] .navbar-inner { | |
text-align: right; | |
} | |
[dir="rtl"] div.text-left { | |
text-align: right; | |
} | |
/*! | |
* | |
* IPython tree view | |
* | |
*/ | |
/* We need an invisible input field on top of the sentense*/ | |
/* "Drag file onto the list ..." */ | |
.alternate_upload { | |
background-color: none; | |
display: inline; | |
} | |
.alternate_upload.form { | |
padding: 0; | |
margin: 0; | |
} | |
.alternate_upload input.fileinput { | |
position: absolute; | |
display: block; | |
width: 100%; | |
height: 100%; | |
overflow: hidden; | |
cursor: pointer; | |
opacity: 0; | |
z-index: 2; | |
} | |
.alternate_upload .btn-xs > input.fileinput { | |
margin: -1px -5px; | |
} | |
.alternate_upload .btn-upload { | |
position: relative; | |
height: 22px; | |
} | |
::-webkit-file-upload-button { | |
cursor: pointer; | |
} | |
/** | |
* Primary styles | |
* | |
* Author: Jupyter Development Team | |
*/ | |
ul#tabs { | |
margin-bottom: 4px; | |
} | |
ul#tabs a { | |
padding-top: 6px; | |
padding-bottom: 4px; | |
} | |
[dir="rtl"] ul#tabs.nav-tabs > li { | |
float: right; | |
} | |
[dir="rtl"] ul#tabs.nav.nav-tabs { | |
padding-right: 0; | |
} | |
ul.breadcrumb a:focus, | |
ul.breadcrumb a:hover { | |
text-decoration: none; | |
} | |
ul.breadcrumb i.icon-home { | |
font-size: 16px; | |
margin-right: 4px; | |
} | |
ul.breadcrumb span { | |
color: #5e5e5e; | |
} | |
.list_toolbar { | |
padding: 4px 0 4px 0; | |
vertical-align: middle; | |
} | |
.list_toolbar .tree-buttons { | |
padding-top: 1px; | |
} | |
[dir="rtl"] .list_toolbar .tree-buttons .pull-right { | |
float: left !important; | |
float: left; | |
} | |
[dir="rtl"] .list_toolbar .col-sm-4, | |
[dir="rtl"] .list_toolbar .col-sm-8 { | |
float: right; | |
} | |
.dynamic-buttons { | |
padding-top: 3px; | |
display: inline-block; | |
} | |
.list_toolbar [class*="span"] { | |
min-height: 24px; | |
} | |
.list_header { | |
font-weight: bold; | |
background-color: #EEE; | |
} | |
.list_placeholder { | |
font-weight: bold; | |
padding-top: 4px; | |
padding-bottom: 4px; | |
padding-left: 7px; | |
padding-right: 7px; | |
} | |
.list_container { | |
margin-top: 4px; | |
margin-bottom: 20px; | |
border: 1px solid #ddd; | |
border-radius: 2px; | |
} | |
.list_container > div { | |
border-bottom: 1px solid #ddd; | |
} | |
.list_container > div:hover .list-item { | |
background-color: red; | |
} | |
.list_container > div:last-child { | |
border: none; | |
} | |
.list_item:hover .list_item { | |
background-color: #ddd; | |
} | |
.list_item a { | |
text-decoration: none; | |
} | |
.list_item:hover { | |
background-color: #fafafa; | |
} | |
.list_header > div, | |
.list_item > div { | |
padding-top: 4px; | |
padding-bottom: 4px; | |
padding-left: 7px; | |
padding-right: 7px; | |
line-height: 22px; | |
} | |
.list_header > div input, | |
.list_item > div input { | |
margin-right: 7px; | |
margin-left: 14px; | |
vertical-align: text-bottom; | |
line-height: 22px; | |
position: relative; | |
top: -1px; | |
} | |
.list_header > div .item_link, | |
.list_item > div .item_link { | |
margin-left: -1px; | |
vertical-align: baseline; | |
line-height: 22px; | |
} | |
[dir="rtl"] .list_item > div input { | |
margin-right: 0; | |
} | |
.new-file input[type=checkbox] { | |
visibility: hidden; | |
} | |
.item_name { | |
line-height: 22px; | |
height: 24px; | |
} | |
.item_icon { | |
font-size: 14px; | |
color: #5e5e5e; | |
margin-right: 7px; | |
margin-left: 7px; | |
line-height: 22px; | |
vertical-align: baseline; | |
} | |
.item_modified { | |
margin-right: 7px; | |
margin-left: 7px; | |
} | |
[dir="rtl"] .item_modified.pull-right { | |
float: left !important; | |
float: left; | |
} | |
.item_buttons { | |
line-height: 1em; | |
margin-left: -5px; | |
} | |
.item_buttons .btn, | |
.item_buttons .btn-group, | |
.item_buttons .input-group { | |
float: left; | |
} | |
.item_buttons > .btn, | |
.item_buttons > .btn-group, | |
.item_buttons > .input-group { | |
margin-left: 5px; | |
} | |
.item_buttons .btn { | |
min-width: 13ex; | |
} | |
.item_buttons .running-indicator { | |
padding-top: 4px; | |
color: #5cb85c; | |
} | |
.item_buttons .kernel-name { | |
padding-top: 4px; | |
color: #5bc0de; | |
margin-right: 7px; | |
float: left; | |
} | |
[dir="rtl"] .item_buttons.pull-right { | |
float: left !important; | |
float: left; | |
} | |
[dir="rtl"] .item_buttons .kernel-name { | |
margin-left: 7px; | |
float: right; | |
} | |
.toolbar_info { | |
height: 24px; | |
line-height: 24px; | |
} | |
.list_item input:not([type=checkbox]) { | |
padding-top: 3px; | |
padding-bottom: 3px; | |
height: 22px; | |
line-height: 14px; | |
margin: 0px; | |
} | |
.highlight_text { | |
color: blue; | |
} | |
#project_name { | |
display: inline-block; | |
padding-left: 7px; | |
margin-left: -2px; | |
} | |
#project_name > .breadcrumb { | |
padding: 0px; | |
margin-bottom: 0px; | |
background-color: transparent; | |
font-weight: bold; | |
} | |
.sort_button { | |
display: inline-block; | |
padding-left: 7px; | |
} | |
[dir="rtl"] .sort_button.pull-right { | |
float: left !important; | |
float: left; | |
} | |
#tree-selector { | |
padding-right: 0px; | |
} | |
#button-select-all { | |
min-width: 50px; | |
} | |
[dir="rtl"] #button-select-all.btn { | |
float: right ; | |
} | |
#select-all { | |
margin-left: 7px; | |
margin-right: 2px; | |
margin-top: 2px; | |
height: 16px; | |
} | |
[dir="rtl"] #select-all.pull-left { | |
float: right !important; | |
float: right; | |
} | |
.menu_icon { | |
margin-right: 2px; | |
} | |
.tab-content .row { | |
margin-left: 0px; | |
margin-right: 0px; | |
} | |
.folder_icon:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f114"; | |
} | |
.folder_icon:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.folder_icon:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.folder_icon:before.pull-left { | |
margin-right: .3em; | |
} | |
.folder_icon:before.pull-right { | |
margin-left: .3em; | |
} | |
.notebook_icon:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f02d"; | |
position: relative; | |
top: -1px; | |
} | |
.notebook_icon:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.notebook_icon:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.notebook_icon:before.pull-left { | |
margin-right: .3em; | |
} | |
.notebook_icon:before.pull-right { | |
margin-left: .3em; | |
} | |
.running_notebook_icon:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f02d"; | |
position: relative; | |
top: -1px; | |
color: #5cb85c; | |
} | |
.running_notebook_icon:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.running_notebook_icon:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.running_notebook_icon:before.pull-left { | |
margin-right: .3em; | |
} | |
.running_notebook_icon:before.pull-right { | |
margin-left: .3em; | |
} | |
.file_icon:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f016"; | |
position: relative; | |
top: -2px; | |
} | |
.file_icon:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.file_icon:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.file_icon:before.pull-left { | |
margin-right: .3em; | |
} | |
.file_icon:before.pull-right { | |
margin-left: .3em; | |
} | |
#notebook_toolbar .pull-right { | |
padding-top: 0px; | |
margin-right: -1px; | |
} | |
ul#new-menu { | |
left: auto; | |
right: 0; | |
} | |
#new-menu .dropdown-header { | |
font-size: 10px; | |
border-bottom: 1px solid #e5e5e5; | |
padding: 0 0 3px; | |
margin: -3px 20px 0; | |
} | |
.kernel-menu-icon { | |
padding-right: 12px; | |
width: 24px; | |
content: "\f096"; | |
} | |
.kernel-menu-icon:before { | |
content: "\f096"; | |
} | |
.kernel-menu-icon-current:before { | |
content: "\f00c"; | |
} | |
#tab_content { | |
padding-top: 20px; | |
} | |
#running .panel-group .panel { | |
margin-top: 3px; | |
margin-bottom: 1em; | |
} | |
#running .panel-group .panel .panel-heading { | |
background-color: #EEE; | |
padding-top: 4px; | |
padding-bottom: 4px; | |
padding-left: 7px; | |
padding-right: 7px; | |
line-height: 22px; | |
} | |
#running .panel-group .panel .panel-heading a:focus, | |
#running .panel-group .panel .panel-heading a:hover { | |
text-decoration: none; | |
} | |
#running .panel-group .panel .panel-body { | |
padding: 0px; | |
} | |
#running .panel-group .panel .panel-body .list_container { | |
margin-top: 0px; | |
margin-bottom: 0px; | |
border: 0px; | |
border-radius: 0px; | |
} | |
#running .panel-group .panel .panel-body .list_container .list_item { | |
border-bottom: 1px solid #ddd; | |
} | |
#running .panel-group .panel .panel-body .list_container .list_item:last-child { | |
border-bottom: 0px; | |
} | |
.delete-button { | |
display: none; | |
} | |
.duplicate-button { | |
display: none; | |
} | |
.rename-button { | |
display: none; | |
} | |
.move-button { | |
display: none; | |
} | |
.download-button { | |
display: none; | |
} | |
.shutdown-button { | |
display: none; | |
} | |
.dynamic-instructions { | |
display: inline-block; | |
padding-top: 4px; | |
} | |
/*! | |
* | |
* IPython text editor webapp | |
* | |
*/ | |
.selected-keymap i.fa { | |
padding: 0px 5px; | |
} | |
.selected-keymap i.fa:before { | |
content: "\f00c"; | |
} | |
#mode-menu { | |
overflow: auto; | |
max-height: 20em; | |
} | |
.edit_app #header { | |
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
} | |
.edit_app #menubar .navbar { | |
/* Use a negative 1 bottom margin, so the border overlaps the border of the | |
header */ | |
margin-bottom: -1px; | |
} | |
.dirty-indicator { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
width: 20px; | |
} | |
.dirty-indicator.fa-pull-left { | |
margin-right: .3em; | |
} | |
.dirty-indicator.fa-pull-right { | |
margin-left: .3em; | |
} | |
.dirty-indicator.pull-left { | |
margin-right: .3em; | |
} | |
.dirty-indicator.pull-right { | |
margin-left: .3em; | |
} | |
.dirty-indicator-dirty { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
width: 20px; | |
} | |
.dirty-indicator-dirty.fa-pull-left { | |
margin-right: .3em; | |
} | |
.dirty-indicator-dirty.fa-pull-right { | |
margin-left: .3em; | |
} | |
.dirty-indicator-dirty.pull-left { | |
margin-right: .3em; | |
} | |
.dirty-indicator-dirty.pull-right { | |
margin-left: .3em; | |
} | |
.dirty-indicator-clean { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
width: 20px; | |
} | |
.dirty-indicator-clean.fa-pull-left { | |
margin-right: .3em; | |
} | |
.dirty-indicator-clean.fa-pull-right { | |
margin-left: .3em; | |
} | |
.dirty-indicator-clean.pull-left { | |
margin-right: .3em; | |
} | |
.dirty-indicator-clean.pull-right { | |
margin-left: .3em; | |
} | |
.dirty-indicator-clean:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f00c"; | |
} | |
.dirty-indicator-clean:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.dirty-indicator-clean:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.dirty-indicator-clean:before.pull-left { | |
margin-right: .3em; | |
} | |
.dirty-indicator-clean:before.pull-right { | |
margin-left: .3em; | |
} | |
#filename { | |
font-size: 16pt; | |
display: table; | |
padding: 0px 5px; | |
} | |
#current-mode { | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
#texteditor-backdrop { | |
padding-top: 20px; | |
padding-bottom: 20px; | |
} | |
@media not print { | |
#texteditor-backdrop { | |
background-color: #EEE; | |
} | |
} | |
@media print { | |
#texteditor-backdrop #texteditor-container .CodeMirror-gutter, | |
#texteditor-backdrop #texteditor-container .CodeMirror-gutters { | |
background-color: #fff; | |
} | |
} | |
@media not print { | |
#texteditor-backdrop #texteditor-container .CodeMirror-gutter, | |
#texteditor-backdrop #texteditor-container .CodeMirror-gutters { | |
background-color: #fff; | |
} | |
} | |
@media not print { | |
#texteditor-backdrop #texteditor-container { | |
padding: 0px; | |
background-color: #fff; | |
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
} | |
} | |
.CodeMirror-dialog { | |
background-color: #fff; | |
} | |
/*! | |
* | |
* IPython notebook | |
* | |
*/ | |
/* CSS font colors for translated ANSI escape sequences */ | |
/* The color values are a mix of | |
http://www.xcolors.net/dl/baskerville-ivorylight and | |
http://www.xcolors.net/dl/euphrasia */ | |
.ansi-black-fg { | |
color: #3E424D; | |
} | |
.ansi-black-bg { | |
background-color: #3E424D; | |
} | |
.ansi-black-intense-fg { | |
color: #282C36; | |
} | |
.ansi-black-intense-bg { | |
background-color: #282C36; | |
} | |
.ansi-red-fg { | |
color: #E75C58; | |
} | |
.ansi-red-bg { | |
background-color: #E75C58; | |
} | |
.ansi-red-intense-fg { | |
color: #B22B31; | |
} | |
.ansi-red-intense-bg { | |
background-color: #B22B31; | |
} | |
.ansi-green-fg { | |
color: #00A250; | |
} | |
.ansi-green-bg { | |
background-color: #00A250; | |
} | |
.ansi-green-intense-fg { | |
color: #007427; | |
} | |
.ansi-green-intense-bg { | |
background-color: #007427; | |
} | |
.ansi-yellow-fg { | |
color: #DDB62B; | |
} | |
.ansi-yellow-bg { | |
background-color: #DDB62B; | |
} | |
.ansi-yellow-intense-fg { | |
color: #B27D12; | |
} | |
.ansi-yellow-intense-bg { | |
background-color: #B27D12; | |
} | |
.ansi-blue-fg { | |
color: #208FFB; | |
} | |
.ansi-blue-bg { | |
background-color: #208FFB; | |
} | |
.ansi-blue-intense-fg { | |
color: #0065CA; | |
} | |
.ansi-blue-intense-bg { | |
background-color: #0065CA; | |
} | |
.ansi-magenta-fg { | |
color: #D160C4; | |
} | |
.ansi-magenta-bg { | |
background-color: #D160C4; | |
} | |
.ansi-magenta-intense-fg { | |
color: #A03196; | |
} | |
.ansi-magenta-intense-bg { | |
background-color: #A03196; | |
} | |
.ansi-cyan-fg { | |
color: #60C6C8; | |
} | |
.ansi-cyan-bg { | |
background-color: #60C6C8; | |
} | |
.ansi-cyan-intense-fg { | |
color: #258F8F; | |
} | |
.ansi-cyan-intense-bg { | |
background-color: #258F8F; | |
} | |
.ansi-white-fg { | |
color: #C5C1B4; | |
} | |
.ansi-white-bg { | |
background-color: #C5C1B4; | |
} | |
.ansi-white-intense-fg { | |
color: #A1A6B2; | |
} | |
.ansi-white-intense-bg { | |
background-color: #A1A6B2; | |
} | |
.ansi-default-inverse-fg { | |
color: #FFFFFF; | |
} | |
.ansi-default-inverse-bg { | |
background-color: #000000; | |
} | |
.ansi-bold { | |
font-weight: bold; | |
} | |
.ansi-underline { | |
text-decoration: underline; | |
} | |
/* The following styles are deprecated an will be removed in a future version */ | |
.ansibold { | |
font-weight: bold; | |
} | |
.ansi-inverse { | |
outline: 0.5px dotted; | |
} | |
/* use dark versions for foreground, to improve visibility */ | |
.ansiblack { | |
color: black; | |
} | |
.ansired { | |
color: darkred; | |
} | |
.ansigreen { | |
color: darkgreen; | |
} | |
.ansiyellow { | |
color: #c4a000; | |
} | |
.ansiblue { | |
color: darkblue; | |
} | |
.ansipurple { | |
color: darkviolet; | |
} | |
.ansicyan { | |
color: steelblue; | |
} | |
.ansigray { | |
color: gray; | |
} | |
/* and light for background, for the same reason */ | |
.ansibgblack { | |
background-color: black; | |
} | |
.ansibgred { | |
background-color: red; | |
} | |
.ansibggreen { | |
background-color: green; | |
} | |
.ansibgyellow { | |
background-color: yellow; | |
} | |
.ansibgblue { | |
background-color: blue; | |
} | |
.ansibgpurple { | |
background-color: magenta; | |
} | |
.ansibgcyan { | |
background-color: cyan; | |
} | |
.ansibggray { | |
background-color: gray; | |
} | |
div.cell { | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: vertical; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: vertical; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: column; | |
align-items: stretch; | |
border-radius: 2px; | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
border-width: 1px; | |
border-style: solid; | |
border-color: transparent; | |
width: 100%; | |
padding: 5px; | |
/* This acts as a spacer between cells, that is outside the border */ | |
margin: 0px; | |
outline: none; | |
position: relative; | |
overflow: visible; | |
} | |
div.cell:before { | |
position: absolute; | |
display: block; | |
top: -1px; | |
left: -1px; | |
width: 5px; | |
height: calc(100% + 2px); | |
content: ''; | |
background: transparent; | |
} | |
div.cell.jupyter-soft-selected { | |
border-left-color: #E3F2FD; | |
border-left-width: 1px; | |
padding-left: 5px; | |
border-right-color: #E3F2FD; | |
border-right-width: 1px; | |
background: #E3F2FD; | |
} | |
@media print { | |
div.cell.jupyter-soft-selected { | |
border-color: transparent; | |
} | |
} | |
div.cell.selected, | |
div.cell.selected.jupyter-soft-selected { | |
border-color: #ababab; | |
} | |
div.cell.selected:before, | |
div.cell.selected.jupyter-soft-selected:before { | |
position: absolute; | |
display: block; | |
top: -1px; | |
left: -1px; | |
width: 5px; | |
height: calc(100% + 2px); | |
content: ''; | |
background: #42A5F5; | |
} | |
@media print { | |
div.cell.selected, | |
div.cell.selected.jupyter-soft-selected { | |
border-color: transparent; | |
} | |
} | |
.edit_mode div.cell.selected { | |
border-color: #66BB6A; | |
} | |
.edit_mode div.cell.selected:before { | |
position: absolute; | |
display: block; | |
top: -1px; | |
left: -1px; | |
width: 5px; | |
height: calc(100% + 2px); | |
content: ''; | |
background: #66BB6A; | |
} | |
@media print { | |
.edit_mode div.cell.selected { | |
border-color: transparent; | |
} | |
} | |
.prompt { | |
/* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ | |
min-width: 14ex; | |
/* This padding is tuned to match the padding on the CodeMirror editor. */ | |
padding: 0.4em; | |
margin: 0px; | |
font-family: monospace; | |
text-align: right; | |
/* This has to match that of the the CodeMirror class line-height below */ | |
line-height: 1.21429em; | |
/* Don't highlight prompt number selection */ | |
-webkit-touch-callout: none; | |
-webkit-user-select: none; | |
-khtml-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
/* Use default cursor */ | |
cursor: default; | |
} | |
@media (max-width: 540px) { | |
.prompt { | |
text-align: left; | |
} | |
} | |
div.inner_cell { | |
min-width: 0; | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: vertical; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: vertical; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: column; | |
align-items: stretch; | |
/* Old browsers */ | |
-webkit-box-flex: 1; | |
-moz-box-flex: 1; | |
box-flex: 1; | |
/* Modern browsers */ | |
flex: 1; | |
} | |
/* input_area and input_prompt must match in top border and margin for alignment */ | |
div.input_area { | |
border: 1px solid #cfcfcf; | |
border-radius: 2px; | |
background: #f7f7f7; | |
line-height: 1.21429em; | |
} | |
/* This is needed so that empty prompt areas can collapse to zero height when there | |
is no content in the output_subarea and the prompt. The main purpose of this is | |
to make sure that empty JavaScript output_subareas have no height. */ | |
div.prompt:empty { | |
padding-top: 0; | |
padding-bottom: 0; | |
} | |
div.unrecognized_cell { | |
padding: 5px 5px 5px 0px; | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: horizontal; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: horizontal; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: horizontal; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: row; | |
align-items: stretch; | |
} | |
div.unrecognized_cell .inner_cell { | |
border-radius: 2px; | |
padding: 5px; | |
font-weight: bold; | |
color: red; | |
border: 1px solid #cfcfcf; | |
background: #eaeaea; | |
} | |
div.unrecognized_cell .inner_cell a { | |
color: inherit; | |
text-decoration: none; | |
} | |
div.unrecognized_cell .inner_cell a:hover { | |
color: inherit; | |
text-decoration: none; | |
} | |
@media (max-width: 540px) { | |
div.unrecognized_cell > div.prompt { | |
display: none; | |
} | |
} | |
div.code_cell { | |
/* avoid page breaking on code cells when printing */ | |
} | |
@media print { | |
div.code_cell { | |
page-break-inside: avoid; | |
} | |
} | |
/* any special styling for code cells that are currently running goes here */ | |
div.input { | |
page-break-inside: avoid; | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: horizontal; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: horizontal; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: horizontal; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: row; | |
align-items: stretch; | |
} | |
@media (max-width: 540px) { | |
div.input { | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: vertical; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: vertical; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: column; | |
align-items: stretch; | |
} | |
} | |
/* input_area and input_prompt must match in top border and margin for alignment */ | |
div.input_prompt { | |
color: #303F9F; | |
border-top: 1px solid transparent; | |
} | |
div.input_area > div.highlight { | |
margin: 0.4em; | |
border: none; | |
padding: 0px; | |
background-color: transparent; | |
} | |
div.input_area > div.highlight > pre { | |
margin: 0px; | |
border: none; | |
padding: 0px; | |
background-color: transparent; | |
} | |
/* The following gets added to the <head> if it is detected that the user has a | |
* monospace font with inconsistent normal/bold/italic height. See | |
* notebookmain.js. Such fonts will have keywords vertically offset with | |
* respect to the rest of the text. The user should select a better font. | |
* See: https://github.com/ipython/ipython/issues/1503 | |
* | |
* .CodeMirror span { | |
* vertical-align: bottom; | |
* } | |
*/ | |
.CodeMirror { | |
line-height: 1.21429em; | |
/* Changed from 1em to our global default */ | |
font-size: 14px; | |
height: auto; | |
/* Changed to auto to autogrow */ | |
background: none; | |
/* Changed from white to allow our bg to show through */ | |
} | |
.CodeMirror-scroll { | |
/* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ | |
/* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ | |
overflow-y: hidden; | |
overflow-x: auto; | |
} | |
.CodeMirror-lines { | |
/* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */ | |
/* we have set a different line-height and want this to scale with that. */ | |
/* Note that this should set vertical padding only, since CodeMirror assumes | |
that horizontal padding will be set on CodeMirror pre */ | |
padding: 0.4em 0; | |
} | |
.CodeMirror-linenumber { | |
padding: 0 8px 0 4px; | |
} | |
.CodeMirror-gutters { | |
border-bottom-left-radius: 2px; | |
border-top-left-radius: 2px; | |
} | |
.CodeMirror pre { | |
/* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, | |
use .CodeMirror-lines for vertical */ | |
padding: 0 0.4em; | |
border: 0; | |
border-radius: 0; | |
} | |
.CodeMirror-cursor { | |
border-left: 1.4px solid black; | |
} | |
@media screen and (min-width: 2138px) and (max-width: 4319px) { | |
.CodeMirror-cursor { | |
border-left: 2px solid black; | |
} | |
} | |
@media screen and (min-width: 4320px) { | |
.CodeMirror-cursor { | |
border-left: 4px solid black; | |
} | |
} | |
/* | |
Original style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]> | |
Adapted from GitHub theme | |
*/ | |
.highlight-base { | |
color: #000; | |
} | |
.highlight-variable { | |
color: #000; | |
} | |
.highlight-variable-2 { | |
color: #1a1a1a; | |
} | |
.highlight-variable-3 { | |
color: #333333; | |
} | |
.highlight-string { | |
color: #BA2121; | |
} | |
.highlight-comment { | |
color: #408080; | |
font-style: italic; | |
} | |
.highlight-number { | |
color: #080; | |
} | |
.highlight-atom { | |
color: #88F; | |
} | |
.highlight-keyword { | |
color: #008000; | |
font-weight: bold; | |
} | |
.highlight-builtin { | |
color: #008000; | |
} | |
.highlight-error { | |
color: #f00; | |
} | |
.highlight-operator { | |
color: #AA22FF; | |
font-weight: bold; | |
} | |
.highlight-meta { | |
color: #AA22FF; | |
} | |
/* previously not defined, copying from default codemirror */ | |
.highlight-def { | |
color: #00f; | |
} | |
.highlight-string-2 { | |
color: #f50; | |
} | |
.highlight-qualifier { | |
color: #555; | |
} | |
.highlight-bracket { | |
color: #997; | |
} | |
.highlight-tag { | |
color: #170; | |
} | |
.highlight-attribute { | |
color: #00c; | |
} | |
.highlight-header { | |
color: blue; | |
} | |
.highlight-quote { | |
color: #090; | |
} | |
.highlight-link { | |
color: #00c; | |
} | |
/* apply the same style to codemirror */ | |
.cm-s-ipython span.cm-keyword { | |
color: #008000; | |
font-weight: bold; | |
} | |
.cm-s-ipython span.cm-atom { | |
color: #88F; | |
} | |
.cm-s-ipython span.cm-number { | |
color: #080; | |
} | |
.cm-s-ipython span.cm-def { | |
color: #00f; | |
} | |
.cm-s-ipython span.cm-variable { | |
color: #000; | |
} | |
.cm-s-ipython span.cm-operator { | |
color: #AA22FF; | |
font-weight: bold; | |
} | |
.cm-s-ipython span.cm-variable-2 { | |
color: #1a1a1a; | |
} | |
.cm-s-ipython span.cm-variable-3 { | |
color: #333333; | |
} | |
.cm-s-ipython span.cm-comment { | |
color: #408080; | |
font-style: italic; | |
} | |
.cm-s-ipython span.cm-string { | |
color: #BA2121; | |
} | |
.cm-s-ipython span.cm-string-2 { | |
color: #f50; | |
} | |
.cm-s-ipython span.cm-meta { | |
color: #AA22FF; | |
} | |
.cm-s-ipython span.cm-qualifier { | |
color: #555; | |
} | |
.cm-s-ipython span.cm-builtin { | |
color: #008000; | |
} | |
.cm-s-ipython span.cm-bracket { | |
color: #997; | |
} | |
.cm-s-ipython span.cm-tag { | |
color: #170; | |
} | |
.cm-s-ipython span.cm-attribute { | |
color: #00c; | |
} | |
.cm-s-ipython span.cm-header { | |
color: blue; | |
} | |
.cm-s-ipython span.cm-quote { | |
color: #090; | |
} | |
.cm-s-ipython span.cm-link { | |
color: #00c; | |
} | |
.cm-s-ipython span.cm-error { | |
color: #f00; | |
} | |
.cm-s-ipython span.cm-tab { | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); | |
background-position: right; | |
background-repeat: no-repeat; | |
} | |
div.output_wrapper { | |
/* this position must be relative to enable descendents to be absolute within it */ | |
position: relative; | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: vertical; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: vertical; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: column; | |
align-items: stretch; | |
z-index: 1; | |
} | |
/* class for the output area when it should be height-limited */ | |
div.output_scroll { | |
/* ideally, this would be max-height, but FF barfs all over that */ | |
height: 24em; | |
/* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */ | |
width: 100%; | |
overflow: auto; | |
border-radius: 2px; | |
-webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); | |
box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); | |
display: block; | |
} | |
/* output div while it is collapsed */ | |
div.output_collapsed { | |
margin: 0px; | |
padding: 0px; | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: vertical; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: vertical; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: column; | |
align-items: stretch; | |
} | |
div.out_prompt_overlay { | |
height: 100%; | |
padding: 0px 0.4em; | |
position: absolute; | |
border-radius: 2px; | |
} | |
div.out_prompt_overlay:hover { | |
/* use inner shadow to get border that is computed the same on WebKit/FF */ | |
-webkit-box-shadow: inset 0 0 1px #000; | |
box-shadow: inset 0 0 1px #000; | |
background: rgba(240, 240, 240, 0.5); | |
} | |
div.output_prompt { | |
color: #D84315; | |
} | |
/* This class is the outer container of all output sections. */ | |
div.output_area { | |
padding: 0px; | |
page-break-inside: avoid; | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: horizontal; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: horizontal; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: horizontal; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: row; | |
align-items: stretch; | |
} | |
div.output_area .MathJax_Display { | |
text-align: left !important; | |
} | |
div.output_area .rendered_html table { | |
margin-left: 0; | |
margin-right: 0; | |
} | |
div.output_area .rendered_html img { | |
margin-left: 0; | |
margin-right: 0; | |
} | |
div.output_area img, | |
div.output_area svg { | |
max-width: 100%; | |
height: auto; | |
} | |
div.output_area img.unconfined, | |
div.output_area svg.unconfined { | |
max-width: none; | |
} | |
div.output_area .mglyph > img { | |
max-width: none; | |
} | |
/* This is needed to protect the pre formating from global settings such | |
as that of bootstrap */ | |
.output { | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: vertical; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: vertical; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: column; | |
align-items: stretch; | |
} | |
@media (max-width: 540px) { | |
div.output_area { | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: vertical; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: vertical; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: column; | |
align-items: stretch; | |
} | |
} | |
div.output_area pre { | |
margin: 0; | |
padding: 1px 0 1px 0; | |
border: 0; | |
vertical-align: baseline; | |
color: black; | |
background-color: transparent; | |
border-radius: 0; | |
} | |
/* This class is for the output subarea inside the output_area and after | |
the prompt div. */ | |
div.output_subarea { | |
overflow-x: auto; | |
padding: 0.4em; | |
/* Old browsers */ | |
-webkit-box-flex: 1; | |
-moz-box-flex: 1; | |
box-flex: 1; | |
/* Modern browsers */ | |
flex: 1; | |
max-width: calc(100% - 14ex); | |
} | |
div.output_scroll div.output_subarea { | |
overflow-x: visible; | |
} | |
/* The rest of the output_* classes are for special styling of the different | |
output types */ | |
/* all text output has this class: */ | |
div.output_text { | |
text-align: left; | |
color: #000; | |
/* This has to match that of the the CodeMirror class line-height below */ | |
line-height: 1.21429em; | |
} | |
/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */ | |
div.output_stderr { | |
background: #fdd; | |
/* very light red background for stderr */ | |
} | |
div.output_latex { | |
text-align: left; | |
} | |
/* Empty output_javascript divs should have no height */ | |
div.output_javascript:empty { | |
padding: 0; | |
} | |
.js-error { | |
color: darkred; | |
} | |
/* raw_input styles */ | |
div.raw_input_container { | |
line-height: 1.21429em; | |
padding-top: 5px; | |
} | |
pre.raw_input_prompt { | |
/* nothing needed here. */ | |
} | |
input.raw_input { | |
font-family: monospace; | |
font-size: inherit; | |
color: inherit; | |
width: auto; | |
/* make sure input baseline aligns with prompt */ | |
vertical-align: baseline; | |
/* padding + margin = 0.5em between prompt and cursor */ | |
padding: 0em 0.25em; | |
margin: 0em 0.25em; | |
} | |
input.raw_input:focus { | |
box-shadow: none; | |
} | |
p.p-space { | |
margin-bottom: 10px; | |
} | |
div.output_unrecognized { | |
padding: 5px; | |
font-weight: bold; | |
color: red; | |
} | |
div.output_unrecognized a { | |
color: inherit; | |
text-decoration: none; | |
} | |
div.output_unrecognized a:hover { | |
color: inherit; | |
text-decoration: none; | |
} | |
.rendered_html { | |
color: #000; | |
/* any extras will just be numbers: */ | |
} | |
.rendered_html em { | |
font-style: italic; | |
} | |
.rendered_html strong { | |
font-weight: bold; | |
} | |
.rendered_html u { | |
text-decoration: underline; | |
} | |
.rendered_html :link { | |
text-decoration: underline; | |
} | |
.rendered_html :visited { | |
text-decoration: underline; | |
} | |
.rendered_html h1 { | |
font-size: 185.7%; | |
margin: 1.08em 0 0 0; | |
font-weight: bold; | |
line-height: 1.0; | |
} | |
.rendered_html h2 { | |
font-size: 157.1%; | |
margin: 1.27em 0 0 0; | |
font-weight: bold; | |
line-height: 1.0; | |
} | |
.rendered_html h3 { | |
font-size: 128.6%; | |
margin: 1.55em 0 0 0; | |
font-weight: bold; | |
line-height: 1.0; | |
} | |
.rendered_html h4 { | |
font-size: 100%; | |
margin: 2em 0 0 0; | |
font-weight: bold; | |
line-height: 1.0; | |
} | |
.rendered_html h5 { | |
font-size: 100%; | |
margin: 2em 0 0 0; | |
font-weight: bold; | |
line-height: 1.0; | |
font-style: italic; | |
} | |
.rendered_html h6 { | |
font-size: 100%; | |
margin: 2em 0 0 0; | |
font-weight: bold; | |
line-height: 1.0; | |
font-style: italic; | |
} | |
.rendered_html h1:first-child { | |
margin-top: 0.538em; | |
} | |
.rendered_html h2:first-child { | |
margin-top: 0.636em; | |
} | |
.rendered_html h3:first-child { | |
margin-top: 0.777em; | |
} | |
.rendered_html h4:first-child { | |
margin-top: 1em; | |
} | |
.rendered_html h5:first-child { | |
margin-top: 1em; | |
} | |
.rendered_html h6:first-child { | |
margin-top: 1em; | |
} | |
.rendered_html ul:not(.list-inline), | |
.rendered_html ol:not(.list-inline) { | |
padding-left: 2em; | |
} | |
.rendered_html ul { | |
list-style: disc; | |
} | |
.rendered_html ul ul { | |
list-style: square; | |
margin-top: 0; | |
} | |
.rendered_html ul ul ul { | |
list-style: circle; | |
} | |
.rendered_html ol { | |
list-style: decimal; | |
} | |
.rendered_html ol ol { | |
list-style: upper-alpha; | |
margin-top: 0; | |
} | |
.rendered_html ol ol ol { | |
list-style: lower-alpha; | |
} | |
.rendered_html ol ol ol ol { | |
list-style: lower-roman; | |
} | |
.rendered_html ol ol ol ol ol { | |
list-style: decimal; | |
} | |
.rendered_html * + ul { | |
margin-top: 1em; | |
} | |
.rendered_html * + ol { | |
margin-top: 1em; | |
} | |
.rendered_html hr { | |
color: black; | |
background-color: black; | |
} | |
.rendered_html pre { | |
margin: 1em 2em; | |
padding: 0px; | |
background-color: #fff; | |
} | |
.rendered_html code { | |
background-color: #eff0f1; | |
} | |
.rendered_html p code { | |
padding: 1px 5px; | |
} | |
.rendered_html pre code { | |
background-color: #fff; | |
} | |
.rendered_html pre, | |
.rendered_html code { | |
border: 0; | |
color: #000; | |
font-size: 100%; | |
} | |
.rendered_html blockquote { | |
margin: 1em 2em; | |
} | |
.rendered_html table { | |
margin-left: auto; | |
margin-right: auto; | |
border: none; | |
border-collapse: collapse; | |
border-spacing: 0; | |
color: black; | |
font-size: 12px; | |
table-layout: fixed; | |
} | |
.rendered_html thead { | |
border-bottom: 1px solid black; | |
vertical-align: bottom; | |
} | |
.rendered_html tr, | |
.rendered_html th, | |
.rendered_html td { | |
text-align: right; | |
vertical-align: middle; | |
padding: 0.5em 0.5em; | |
line-height: normal; | |
white-space: normal; | |
max-width: none; | |
border: none; | |
} | |
.rendered_html th { | |
font-weight: bold; | |
} | |
.rendered_html tbody tr:nth-child(odd) { | |
background: #f5f5f5; | |
} | |
.rendered_html tbody tr:hover { | |
background: rgba(66, 165, 245, 0.2); | |
} | |
.rendered_html * + table { | |
margin-top: 1em; | |
} | |
.rendered_html p { | |
text-align: left; | |
} | |
.rendered_html * + p { | |
margin-top: 1em; | |
} | |
.rendered_html img { | |
display: block; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.rendered_html * + img { | |
margin-top: 1em; | |
} | |
.rendered_html img, | |
.rendered_html svg { | |
max-width: 100%; | |
height: auto; | |
} | |
.rendered_html img.unconfined, | |
.rendered_html svg.unconfined { | |
max-width: none; | |
} | |
.rendered_html .alert { | |
margin-bottom: initial; | |
} | |
.rendered_html * + .alert { | |
margin-top: 1em; | |
} | |
[dir="rtl"] .rendered_html p { | |
text-align: right; | |
} | |
div.text_cell { | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: horizontal; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: horizontal; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: horizontal; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: row; | |
align-items: stretch; | |
} | |
@media (max-width: 540px) { | |
div.text_cell > div.prompt { | |
display: none; | |
} | |
} | |
div.text_cell_render { | |
/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ | |
outline: none; | |
resize: none; | |
width: inherit; | |
border-style: none; | |
padding: 0.5em 0.5em 0.5em 0.4em; | |
color: #000; | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
} | |
a.anchor-link:link { | |
text-decoration: none; | |
padding: 0px 20px; | |
visibility: hidden; | |
} | |
h1:hover .anchor-link, | |
h2:hover .anchor-link, | |
h3:hover .anchor-link, | |
h4:hover .anchor-link, | |
h5:hover .anchor-link, | |
h6:hover .anchor-link { | |
visibility: visible; | |
} | |
.text_cell.rendered .input_area { | |
display: none; | |
} | |
.text_cell.rendered .rendered_html { | |
overflow-x: auto; | |
overflow-y: hidden; | |
} | |
.text_cell.rendered .rendered_html tr, | |
.text_cell.rendered .rendered_html th, | |
.text_cell.rendered .rendered_html td { | |
max-width: none; | |
} | |
.text_cell.unrendered .text_cell_render { | |
display: none; | |
} | |
.text_cell .dropzone .input_area { | |
border: 2px dashed #bababa; | |
margin: -1px; | |
} | |
.cm-header-1, | |
.cm-header-2, | |
.cm-header-3, | |
.cm-header-4, | |
.cm-header-5, | |
.cm-header-6 { | |
font-weight: bold; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
} | |
.cm-header-1 { | |
font-size: 185.7%; | |
} | |
.cm-header-2 { | |
font-size: 157.1%; | |
} | |
.cm-header-3 { | |
font-size: 128.6%; | |
} | |
.cm-header-4 { | |
font-size: 110%; | |
} | |
.cm-header-5 { | |
font-size: 100%; | |
font-style: italic; | |
} | |
.cm-header-6 { | |
font-size: 100%; | |
font-style: italic; | |
} | |
/*! | |
* | |
* IPython notebook webapp | |
* | |
*/ | |
@media (max-width: 767px) { | |
.notebook_app { | |
padding-left: 0px; | |
padding-right: 0px; | |
} | |
} | |
#ipython-main-app { | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
height: 100%; | |
} | |
div#notebook_panel { | |
margin: 0px; | |
padding: 0px; | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
height: 100%; | |
} | |
div#notebook { | |
font-size: 14px; | |
line-height: 20px; | |
overflow-y: hidden; | |
overflow-x: auto; | |
width: 100%; | |
/* This spaces the page away from the edge of the notebook area */ | |
padding-top: 20px; | |
margin: 0px; | |
outline: none; | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
min-height: 100%; | |
} | |
@media not print { | |
#notebook-container { | |
padding: 15px; | |
background-color: #fff; | |
min-height: 0; | |
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
} | |
} | |
@media print { | |
#notebook-container { | |
width: 100%; | |
} | |
} | |
div.ui-widget-content { | |
border: 1px solid #ababab; | |
outline: none; | |
} | |
pre.dialog { | |
background-color: #f7f7f7; | |
border: 1px solid #ddd; | |
border-radius: 2px; | |
padding: 0.4em; | |
padding-left: 2em; | |
} | |
p.dialog { | |
padding: 0.2em; | |
} | |
/* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems | |
to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. | |
*/ | |
pre, | |
code, | |
kbd, | |
samp { | |
white-space: pre-wrap; | |
} | |
#fonttest { | |
font-family: monospace; | |
} | |
p { | |
margin-bottom: 0; | |
} | |
.end_space { | |
min-height: 100px; | |
transition: height .2s ease; | |
} | |
.notebook_app > #header { | |
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
} | |
@media not print { | |
.notebook_app { | |
background-color: #EEE; | |
} | |
} | |
kbd { | |
border-style: solid; | |
border-width: 1px; | |
box-shadow: none; | |
margin: 2px; | |
padding-left: 2px; | |
padding-right: 2px; | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
.jupyter-keybindings { | |
padding: 1px; | |
line-height: 24px; | |
border-bottom: 1px solid gray; | |
} | |
.jupyter-keybindings input { | |
margin: 0; | |
padding: 0; | |
border: none; | |
} | |
.jupyter-keybindings i { | |
padding: 6px; | |
} | |
.well code { | |
background-color: #ffffff; | |
border-color: #ababab; | |
border-width: 1px; | |
border-style: solid; | |
padding: 2px; | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
/* CSS for the cell toolbar */ | |
.celltoolbar { | |
border: thin solid #CFCFCF; | |
border-bottom: none; | |
background: #EEE; | |
border-radius: 2px 2px 0px 0px; | |
width: 100%; | |
height: 29px; | |
padding-right: 4px; | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: horizontal; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: horizontal; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: horizontal; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: row; | |
align-items: stretch; | |
/* Old browsers */ | |
-webkit-box-pack: end; | |
-moz-box-pack: end; | |
box-pack: end; | |
/* Modern browsers */ | |
justify-content: flex-end; | |
display: -webkit-flex; | |
} | |
@media print { | |
.celltoolbar { | |
display: none; | |
} | |
} | |
.ctb_hideshow { | |
display: none; | |
vertical-align: bottom; | |
} | |
/* ctb_show is added to the ctb_hideshow div to show the cell toolbar. | |
Cell toolbars are only shown when the ctb_global_show class is also set. | |
*/ | |
.ctb_global_show .ctb_show.ctb_hideshow { | |
display: block; | |
} | |
.ctb_global_show .ctb_show + .input_area, | |
.ctb_global_show .ctb_show + div.text_cell_input, | |
.ctb_global_show .ctb_show ~ div.text_cell_render { | |
border-top-right-radius: 0px; | |
border-top-left-radius: 0px; | |
} | |
.ctb_global_show .ctb_show ~ div.text_cell_render { | |
border: 1px solid #cfcfcf; | |
} | |
.celltoolbar { | |
font-size: 87%; | |
padding-top: 3px; | |
} | |
.celltoolbar select { | |
display: block; | |
width: 100%; | |
height: 32px; | |
padding: 6px 12px; | |
font-size: 13px; | |
line-height: 1.42857143; | |
color: #555555; | |
background-color: #fff; | |
background-image: none; | |
border: 1px solid #ccc; | |
border-radius: 2px; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 1px; | |
width: inherit; | |
font-size: inherit; | |
height: 22px; | |
padding: 0px; | |
display: inline-block; | |
} | |
.celltoolbar select:focus { | |
border-color: #66afe9; | |
outline: 0; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
} | |
.celltoolbar select::-moz-placeholder { | |
color: #999; | |
opacity: 1; | |
} | |
.celltoolbar select:-ms-input-placeholder { | |
color: #999; | |
} | |
.celltoolbar select::-webkit-input-placeholder { | |
color: #999; | |
} | |
.celltoolbar select::-ms-expand { | |
border: 0; | |
background-color: transparent; | |
} | |
.celltoolbar select[disabled], | |
.celltoolbar select[readonly], | |
fieldset[disabled] .celltoolbar select { | |
background-color: #eeeeee; | |
opacity: 1; | |
} | |
.celltoolbar select[disabled], | |
fieldset[disabled] .celltoolbar select { | |
cursor: not-allowed; | |
} | |
textarea.celltoolbar select { | |
height: auto; | |
} | |
select.celltoolbar select { | |
height: 30px; | |
line-height: 30px; | |
} | |
textarea.celltoolbar select, | |
select[multiple].celltoolbar select { | |
height: auto; | |
} | |
.celltoolbar label { | |
margin-left: 5px; | |
margin-right: 5px; | |
} | |
.tags_button_container { | |
width: 100%; | |
display: flex; | |
} | |
.tag-container { | |
display: flex; | |
flex-direction: row; | |
flex-grow: 1; | |
overflow: hidden; | |
position: relative; | |
} | |
.tag-container > * { | |
margin: 0 4px; | |
} | |
.remove-tag-btn { | |
margin-left: 4px; | |
} | |
.tags-input { | |
display: flex; | |
} | |
.cell-tag:last-child:after { | |
content: ""; | |
position: absolute; | |
right: 0; | |
width: 40px; | |
height: 100%; | |
/* Fade to background color of cell toolbar */ | |
background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); | |
} | |
.tags-input > * { | |
margin-left: 4px; | |
} | |
.cell-tag, | |
.tags-input input, | |
.tags-input button { | |
display: block; | |
width: 100%; | |
height: 32px; | |
padding: 6px 12px; | |
font-size: 13px; | |
line-height: 1.42857143; | |
color: #555555; | |
background-color: #fff; | |
background-image: none; | |
border: 1px solid #ccc; | |
border-radius: 2px; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 1px; | |
box-shadow: none; | |
width: inherit; | |
font-size: inherit; | |
height: 22px; | |
line-height: 22px; | |
padding: 0px 4px; | |
display: inline-block; | |
} | |
.cell-tag:focus, | |
.tags-input input:focus, | |
.tags-input button:focus { | |
border-color: #66afe9; | |
outline: 0; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); | |
} | |
.cell-tag::-moz-placeholder, | |
.tags-input input::-moz-placeholder, | |
.tags-input button::-moz-placeholder { | |
color: #999; | |
opacity: 1; | |
} | |
.cell-tag:-ms-input-placeholder, | |
.tags-input input:-ms-input-placeholder, | |
.tags-input button:-ms-input-placeholder { | |
color: #999; | |
} | |
.cell-tag::-webkit-input-placeholder, | |
.tags-input input::-webkit-input-placeholder, | |
.tags-input button::-webkit-input-placeholder { | |
color: #999; | |
} | |
.cell-tag::-ms-expand, | |
.tags-input input::-ms-expand, | |
.tags-input button::-ms-expand { | |
border: 0; | |
background-color: transparent; | |
} | |
.cell-tag[disabled], | |
.tags-input input[disabled], | |
.tags-input button[disabled], | |
.cell-tag[readonly], | |
.tags-input input[readonly], | |
.tags-input button[readonly], | |
fieldset[disabled] .cell-tag, | |
fieldset[disabled] .tags-input input, | |
fieldset[disabled] .tags-input button { | |
background-color: #eeeeee; | |
opacity: 1; | |
} | |
.cell-tag[disabled], | |
.tags-input input[disabled], | |
.tags-input button[disabled], | |
fieldset[disabled] .cell-tag, | |
fieldset[disabled] .tags-input input, | |
fieldset[disabled] .tags-input button { | |
cursor: not-allowed; | |
} | |
textarea.cell-tag, | |
textarea.tags-input input, | |
textarea.tags-input button { | |
height: auto; | |
} | |
select.cell-tag, | |
select.tags-input input, | |
select.tags-input button { | |
height: 30px; | |
line-height: 30px; | |
} | |
textarea.cell-tag, | |
textarea.tags-input input, | |
textarea.tags-input button, | |
select[multiple].cell-tag, | |
select[multiple].tags-input input, | |
select[multiple].tags-input button { | |
height: auto; | |
} | |
.cell-tag, | |
.tags-input button { | |
padding: 0px 4px; | |
} | |
.cell-tag { | |
background-color: #fff; | |
white-space: nowrap; | |
} | |
.tags-input input[type=text]:focus { | |
outline: none; | |
box-shadow: none; | |
border-color: #ccc; | |
} | |
.completions { | |
position: absolute; | |
z-index: 110; | |
overflow: hidden; | |
border: 1px solid #ababab; | |
border-radius: 2px; | |
-webkit-box-shadow: 0px 6px 10px -1px #adadad; | |
box-shadow: 0px 6px 10px -1px #adadad; | |
line-height: 1; | |
} | |
.completions select { | |
background: white; | |
outline: none; | |
border: none; | |
padding: 0px; | |
margin: 0px; | |
overflow: auto; | |
font-family: monospace; | |
font-size: 110%; | |
color: #000; | |
width: auto; | |
} | |
.completions select option.context { | |
color: #286090; | |
} | |
#kernel_logo_widget .current_kernel_logo { | |
display: none; | |
margin-top: -1px; | |
margin-bottom: -1px; | |
width: 32px; | |
height: 32px; | |
} | |
[dir="rtl"] #kernel_logo_widget { | |
float: left !important; | |
float: left; | |
} | |
.modal .modal-body .move-path { | |
display: flex; | |
flex-direction: row; | |
justify-content: space; | |
align-items: center; | |
} | |
.modal .modal-body .move-path .server-root { | |
padding-right: 20px; | |
} | |
.modal .modal-body .move-path .path-input { | |
flex: 1; | |
} | |
#menubar { | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
margin-top: 1px; | |
} | |
#menubar .navbar { | |
border-top: 1px; | |
border-radius: 0px 0px 2px 2px; | |
margin-bottom: 0px; | |
} | |
#menubar .navbar-toggle { | |
float: left; | |
padding-top: 7px; | |
padding-bottom: 7px; | |
border: none; | |
} | |
#menubar .navbar-collapse { | |
clear: left; | |
} | |
[dir="rtl"] #menubar .navbar-toggle { | |
float: right; | |
} | |
[dir="rtl"] #menubar .navbar-collapse { | |
clear: right; | |
} | |
[dir="rtl"] #menubar .navbar-nav { | |
float: right; | |
} | |
[dir="rtl"] #menubar .nav { | |
padding-right: 0px; | |
} | |
[dir="rtl"] #menubar .navbar-nav > li { | |
float: right; | |
} | |
[dir="rtl"] #menubar .navbar-right { | |
float: left !important; | |
} | |
[dir="rtl"] ul.dropdown-menu { | |
text-align: right; | |
left: auto; | |
} | |
[dir="rtl"] ul#new-menu.dropdown-menu { | |
right: auto; | |
left: 0; | |
} | |
.nav-wrapper { | |
border-bottom: 1px solid #e7e7e7; | |
} | |
i.menu-icon { | |
padding-top: 4px; | |
} | |
[dir="rtl"] i.menu-icon.pull-right { | |
float: left !important; | |
float: left; | |
} | |
ul#help_menu li a { | |
overflow: hidden; | |
padding-right: 2.2em; | |
} | |
ul#help_menu li a i { | |
margin-right: -1.2em; | |
} | |
[dir="rtl"] ul#help_menu li a { | |
padding-left: 2.2em; | |
} | |
[dir="rtl"] ul#help_menu li a i { | |
margin-right: 0; | |
margin-left: -1.2em; | |
} | |
[dir="rtl"] ul#help_menu li a i.pull-right { | |
float: left !important; | |
float: left; | |
} | |
.dropdown-submenu { | |
position: relative; | |
} | |
.dropdown-submenu > .dropdown-menu { | |
top: 0; | |
left: 100%; | |
margin-top: -6px; | |
margin-left: -1px; | |
} | |
[dir="rtl"] .dropdown-submenu > .dropdown-menu { | |
right: 100%; | |
margin-right: -1px; | |
} | |
.dropdown-submenu:hover > .dropdown-menu { | |
display: block; | |
} | |
.dropdown-submenu > a:after { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
display: block; | |
content: "\f0da"; | |
float: right; | |
color: #333333; | |
margin-top: 2px; | |
margin-right: -10px; | |
} | |
.dropdown-submenu > a:after.fa-pull-left { | |
margin-right: .3em; | |
} | |
.dropdown-submenu > a:after.fa-pull-right { | |
margin-left: .3em; | |
} | |
.dropdown-submenu > a:after.pull-left { | |
margin-right: .3em; | |
} | |
.dropdown-submenu > a:after.pull-right { | |
margin-left: .3em; | |
} | |
[dir="rtl"] .dropdown-submenu > a:after { | |
float: left; | |
content: "\f0d9"; | |
margin-right: 0; | |
margin-left: -10px; | |
} | |
.dropdown-submenu:hover > a:after { | |
color: #262626; | |
} | |
.dropdown-submenu.pull-left { | |
float: none; | |
} | |
.dropdown-submenu.pull-left > .dropdown-menu { | |
left: -100%; | |
margin-left: 10px; | |
} | |
#notification_area { | |
float: right !important; | |
float: right; | |
z-index: 10; | |
} | |
[dir="rtl"] #notification_area { | |
float: left !important; | |
float: left; | |
} | |
.indicator_area { | |
float: right !important; | |
float: right; | |
color: #777; | |
margin-left: 5px; | |
margin-right: 5px; | |
width: 11px; | |
z-index: 10; | |
text-align: center; | |
width: auto; | |
} | |
[dir="rtl"] .indicator_area { | |
float: left !important; | |
float: left; | |
} | |
#kernel_indicator { | |
float: right !important; | |
float: right; | |
color: #777; | |
margin-left: 5px; | |
margin-right: 5px; | |
width: 11px; | |
z-index: 10; | |
text-align: center; | |
width: auto; | |
border-left: 1px solid; | |
} | |
#kernel_indicator .kernel_indicator_name { | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
[dir="rtl"] #kernel_indicator { | |
float: left !important; | |
float: left; | |
border-left: 0; | |
border-right: 1px solid; | |
} | |
#modal_indicator { | |
float: right !important; | |
float: right; | |
color: #777; | |
margin-left: 5px; | |
margin-right: 5px; | |
width: 11px; | |
z-index: 10; | |
text-align: center; | |
width: auto; | |
} | |
[dir="rtl"] #modal_indicator { | |
float: left !important; | |
float: left; | |
} | |
#readonly-indicator { | |
float: right !important; | |
float: right; | |
color: #777; | |
margin-left: 5px; | |
margin-right: 5px; | |
width: 11px; | |
z-index: 10; | |
text-align: center; | |
width: auto; | |
margin-top: 2px; | |
margin-bottom: 0px; | |
margin-left: 0px; | |
margin-right: 0px; | |
display: none; | |
} | |
.modal_indicator:before { | |
width: 1.28571429em; | |
text-align: center; | |
} | |
.edit_mode .modal_indicator:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f040"; | |
} | |
.edit_mode .modal_indicator:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.edit_mode .modal_indicator:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.edit_mode .modal_indicator:before.pull-left { | |
margin-right: .3em; | |
} | |
.edit_mode .modal_indicator:before.pull-right { | |
margin-left: .3em; | |
} | |
.command_mode .modal_indicator:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: ' '; | |
} | |
.command_mode .modal_indicator:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.command_mode .modal_indicator:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.command_mode .modal_indicator:before.pull-left { | |
margin-right: .3em; | |
} | |
.command_mode .modal_indicator:before.pull-right { | |
margin-left: .3em; | |
} | |
.kernel_idle_icon:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f10c"; | |
} | |
.kernel_idle_icon:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.kernel_idle_icon:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.kernel_idle_icon:before.pull-left { | |
margin-right: .3em; | |
} | |
.kernel_idle_icon:before.pull-right { | |
margin-left: .3em; | |
} | |
.kernel_busy_icon:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f111"; | |
} | |
.kernel_busy_icon:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.kernel_busy_icon:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.kernel_busy_icon:before.pull-left { | |
margin-right: .3em; | |
} | |
.kernel_busy_icon:before.pull-right { | |
margin-left: .3em; | |
} | |
.kernel_dead_icon:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f1e2"; | |
} | |
.kernel_dead_icon:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.kernel_dead_icon:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.kernel_dead_icon:before.pull-left { | |
margin-right: .3em; | |
} | |
.kernel_dead_icon:before.pull-right { | |
margin-left: .3em; | |
} | |
.kernel_disconnected_icon:before { | |
display: inline-block; | |
font: normal normal normal 14px/1 FontAwesome; | |
font-size: inherit; | |
text-rendering: auto; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f127"; | |
} | |
.kernel_disconnected_icon:before.fa-pull-left { | |
margin-right: .3em; | |
} | |
.kernel_disconnected_icon:before.fa-pull-right { | |
margin-left: .3em; | |
} | |
.kernel_disconnected_icon:before.pull-left { | |
margin-right: .3em; | |
} | |
.kernel_disconnected_icon:before.pull-right { | |
margin-left: .3em; | |
} | |
.notification_widget { | |
color: #777; | |
z-index: 10; | |
background: rgba(240, 240, 240, 0.5); | |
margin-right: 4px; | |
color: #333; | |
background-color: #fff; | |
border-color: #ccc; | |
} | |
.notification_widget:focus, | |
.notification_widget.focus { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #8c8c8c; | |
} | |
.notification_widget:hover { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; | |
} | |
.notification_widget:active, | |
.notification_widget.active, | |
.open > .dropdown-toggle.notification_widget { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; | |
} | |
.notification_widget:active:hover, | |
.notification_widget.active:hover, | |
.open > .dropdown-toggle.notification_widget:hover, | |
.notification_widget:active:focus, | |
.notification_widget.active:focus, | |
.open > .dropdown-toggle.notification_widget:focus, | |
.notification_widget:active.focus, | |
.notification_widget.active.focus, | |
.open > .dropdown-toggle.notification_widget.focus { | |
color: #333; | |
background-color: #d4d4d4; | |
border-color: #8c8c8c; | |
} | |
.notification_widget:active, | |
.notification_widget.active, | |
.open > .dropdown-toggle.notification_widget { | |
background-image: none; | |
} | |
.notification_widget.disabled:hover, | |
.notification_widget[disabled]:hover, | |
fieldset[disabled] .notification_widget:hover, | |
.notification_widget.disabled:focus, | |
.notification_widget[disabled]:focus, | |
fieldset[disabled] .notification_widget:focus, | |
.notification_widget.disabled.focus, | |
.notification_widget[disabled].focus, | |
fieldset[disabled] .notification_widget.focus { | |
background-color: #fff; | |
border-color: #ccc; | |
} | |
.notification_widget .badge { | |
color: #fff; | |
background-color: #333; | |
} | |
.notification_widget.warning { | |
color: #fff; | |
background-color: #f0ad4e; | |
border-color: #eea236; | |
} | |
.notification_widget.warning:focus, | |
.notification_widget.warning.focus { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #985f0d; | |
} | |
.notification_widget.warning:hover { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #d58512; | |
} | |
.notification_widget.warning:active, | |
.notification_widget.warning.active, | |
.open > .dropdown-toggle.notification_widget.warning { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #d58512; | |
} | |
.notification_widget.warning:active:hover, | |
.notification_widget.warning.active:hover, | |
.open > .dropdown-toggle.notification_widget.warning:hover, | |
.notification_widget.warning:active:focus, | |
.notification_widget.warning.active:focus, | |
.open > .dropdown-toggle.notification_widget.warning:focus, | |
.notification_widget.warning:active.focus, | |
.notification_widget.warning.active.focus, | |
.open > .dropdown-toggle.notification_widget.warning.focus { | |
color: #fff; | |
background-color: #d58512; | |
border-color: #985f0d; | |
} | |
.notification_widget.warning:active, | |
.notification_widget.warning.active, | |
.open > .dropdown-toggle.notification_widget.warning { | |
background-image: none; | |
} | |
.notification_widget.warning.disabled:hover, | |
.notification_widget.warning[disabled]:hover, | |
fieldset[disabled] .notification_widget.warning:hover, | |
.notification_widget.warning.disabled:focus, | |
.notification_widget.warning[disabled]:focus, | |
fieldset[disabled] .notification_widget.warning:focus, | |
.notification_widget.warning.disabled.focus, | |
.notification_widget.warning[disabled].focus, | |
fieldset[disabled] .notification_widget.warning.focus { | |
background-color: #f0ad4e; | |
border-color: #eea236; | |
} | |
.notification_widget.warning .badge { | |
color: #f0ad4e; | |
background-color: #fff; | |
} | |
.notification_widget.success { | |
color: #fff; | |
background-color: #5cb85c; | |
border-color: #4cae4c; | |
} | |
.notification_widget.success:focus, | |
.notification_widget.success.focus { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #255625; | |
} | |
.notification_widget.success:hover { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #398439; | |
} | |
.notification_widget.success:active, | |
.notification_widget.success.active, | |
.open > .dropdown-toggle.notification_widget.success { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #398439; | |
} | |
.notification_widget.success:active:hover, | |
.notification_widget.success.active:hover, | |
.open > .dropdown-toggle.notification_widget.success:hover, | |
.notification_widget.success:active:focus, | |
.notification_widget.success.active:focus, | |
.open > .dropdown-toggle.notification_widget.success:focus, | |
.notification_widget.success:active.focus, | |
.notification_widget.success.active.focus, | |
.open > .dropdown-toggle.notification_widget.success.focus { | |
color: #fff; | |
background-color: #398439; | |
border-color: #255625; | |
} | |
.notification_widget.success:active, | |
.notification_widget.success.active, | |
.open > .dropdown-toggle.notification_widget.success { | |
background-image: none; | |
} | |
.notification_widget.success.disabled:hover, | |
.notification_widget.success[disabled]:hover, | |
fieldset[disabled] .notification_widget.success:hover, | |
.notification_widget.success.disabled:focus, | |
.notification_widget.success[disabled]:focus, | |
fieldset[disabled] .notification_widget.success:focus, | |
.notification_widget.success.disabled.focus, | |
.notification_widget.success[disabled].focus, | |
fieldset[disabled] .notification_widget.success.focus { | |
background-color: #5cb85c; | |
border-color: #4cae4c; | |
} | |
.notification_widget.success .badge { | |
color: #5cb85c; | |
background-color: #fff; | |
} | |
.notification_widget.info { | |
color: #fff; | |
background-color: #5bc0de; | |
border-color: #46b8da; | |
} | |
.notification_widget.info:focus, | |
.notification_widget.info.focus { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #1b6d85; | |
} | |
.notification_widget.info:hover { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #269abc; | |
} | |
.notification_widget.info:active, | |
.notification_widget.info.active, | |
.open > .dropdown-toggle.notification_widget.info { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #269abc; | |
} | |
.notification_widget.info:active:hover, | |
.notification_widget.info.active:hover, | |
.open > .dropdown-toggle.notification_widget.info:hover, | |
.notification_widget.info:active:focus, | |
.notification_widget.info.active:focus, | |
.open > .dropdown-toggle.notification_widget.info:focus, | |
.notification_widget.info:active.focus, | |
.notification_widget.info.active.focus, | |
.open > .dropdown-toggle.notification_widget.info.focus { | |
color: #fff; | |
background-color: #269abc; | |
border-color: #1b6d85; | |
} | |
.notification_widget.info:active, | |
.notification_widget.info.active, | |
.open > .dropdown-toggle.notification_widget.info { | |
background-image: none; | |
} | |
.notification_widget.info.disabled:hover, | |
.notification_widget.info[disabled]:hover, | |
fieldset[disabled] .notification_widget.info:hover, | |
.notification_widget.info.disabled:focus, | |
.notification_widget.info[disabled]:focus, | |
fieldset[disabled] .notification_widget.info:focus, | |
.notification_widget.info.disabled.focus, | |
.notification_widget.info[disabled].focus, | |
fieldset[disabled] .notification_widget.info.focus { | |
background-color: #5bc0de; | |
border-color: #46b8da; | |
} | |
.notification_widget.info .badge { | |
color: #5bc0de; | |
background-color: #fff; | |
} | |
.notification_widget.danger { | |
color: #fff; | |
background-color: #d9534f; | |
border-color: #d43f3a; | |
} | |
.notification_widget.danger:focus, | |
.notification_widget.danger.focus { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #761c19; | |
} | |
.notification_widget.danger:hover { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #ac2925; | |
} | |
.notification_widget.danger:active, | |
.notification_widget.danger.active, | |
.open > .dropdown-toggle.notification_widget.danger { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #ac2925; | |
} | |
.notification_widget.danger:active:hover, | |
.notification_widget.danger.active:hover, | |
.open > .dropdown-toggle.notification_widget.danger:hover, | |
.notification_widget.danger:active:focus, | |
.notification_widget.danger.active:focus, | |
.open > .dropdown-toggle.notification_widget.danger:focus, | |
.notification_widget.danger:active.focus, | |
.notification_widget.danger.active.focus, | |
.open > .dropdown-toggle.notification_widget.danger.focus { | |
color: #fff; | |
background-color: #ac2925; | |
border-color: #761c19; | |
} | |
.notification_widget.danger:active, | |
.notification_widget.danger.active, | |
.open > .dropdown-toggle.notification_widget.danger { | |
background-image: none; | |
} | |
.notification_widget.danger.disabled:hover, | |
.notification_widget.danger[disabled]:hover, | |
fieldset[disabled] .notification_widget.danger:hover, | |
.notification_widget.danger.disabled:focus, | |
.notification_widget.danger[disabled]:focus, | |
fieldset[disabled] .notification_widget.danger:focus, | |
.notification_widget.danger.disabled.focus, | |
.notification_widget.danger[disabled].focus, | |
fieldset[disabled] .notification_widget.danger.focus { | |
background-color: #d9534f; | |
border-color: #d43f3a; | |
} | |
.notification_widget.danger .badge { | |
color: #d9534f; | |
background-color: #fff; | |
} | |
div#pager { | |
background-color: #fff; | |
font-size: 14px; | |
line-height: 20px; | |
overflow: hidden; | |
display: none; | |
position: fixed; | |
bottom: 0px; | |
width: 100%; | |
max-height: 50%; | |
padding-top: 8px; | |
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
/* Display over codemirror */ | |
z-index: 100; | |
/* Hack which prevents jquery ui resizable from changing top. */ | |
top: auto !important; | |
} | |
div#pager pre { | |
line-height: 1.21429em; | |
color: #000; | |
background-color: #f7f7f7; | |
padding: 0.4em; | |
} | |
div#pager #pager-button-area { | |
position: absolute; | |
top: 8px; | |
right: 20px; | |
} | |
div#pager #pager-contents { | |
position: relative; | |
overflow: auto; | |
width: 100%; | |
height: 100%; | |
} | |
div#pager #pager-contents #pager-container { | |
position: relative; | |
padding: 15px 0px; | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
} | |
div#pager .ui-resizable-handle { | |
top: 0px; | |
height: 8px; | |
background: #f7f7f7; | |
border-top: 1px solid #cfcfcf; | |
border-bottom: 1px solid #cfcfcf; | |
/* This injects handle bars (a short, wide = symbol) for | |
the resize handle. */ | |
} | |
div#pager .ui-resizable-handle::after { | |
content: ''; | |
top: 2px; | |
left: 50%; | |
height: 3px; | |
width: 30px; | |
margin-left: -15px; | |
position: absolute; | |
border-top: 1px solid #cfcfcf; | |
} | |
.quickhelp { | |
/* Old browsers */ | |
display: -webkit-box; | |
-webkit-box-orient: horizontal; | |
-webkit-box-align: stretch; | |
display: -moz-box; | |
-moz-box-orient: horizontal; | |
-moz-box-align: stretch; | |
display: box; | |
box-orient: horizontal; | |
box-align: stretch; | |
/* Modern browsers */ | |
display: flex; | |
flex-direction: row; | |
align-items: stretch; | |
line-height: 1.8em; | |
} | |
.shortcut_key { | |
display: inline-block; | |
width: 21ex; | |
text-align: right; | |
font-family: monospace; | |
} | |
.shortcut_descr { | |
display: inline-block; | |
/* Old browsers */ | |
-webkit-box-flex: 1; | |
-moz-box-flex: 1; | |
box-flex: 1; | |
/* Modern browsers */ | |
flex: 1; | |
} | |
span.save_widget { | |
height: 30px; | |
margin-top: 4px; | |
display: flex; | |
justify-content: flex-start; | |
align-items: baseline; | |
width: 50%; | |
flex: 1; | |
} | |
span.save_widget span.filename { | |
height: 100%; | |
line-height: 1em; | |
margin-left: 16px; | |
border: none; | |
font-size: 146.5%; | |
text-overflow: ellipsis; | |
overflow: hidden; | |
white-space: nowrap; | |
border-radius: 2px; | |
} | |
span.save_widget span.filename:hover { | |
background-color: #e6e6e6; | |
} | |
[dir="rtl"] span.save_widget.pull-left { | |
float: right !important; | |
float: right; | |
} | |
[dir="rtl"] span.save_widget span.filename { | |
margin-left: 0; | |
margin-right: 16px; | |
} | |
span.checkpoint_status, | |
span.autosave_status { | |
font-size: small; | |
white-space: nowrap; | |
padding: 0 5px; | |
} | |
@media (max-width: 767px) { | |
span.save_widget { | |
font-size: small; | |
padding: 0 0 0 5px; | |
} | |
span.checkpoint_status, | |
span.autosave_status { | |
display: none; | |
} | |
} | |
@media (min-width: 768px) and (max-width: 991px) { | |
span.checkpoint_status { | |
display: none; | |
} | |
span.autosave_status { | |
font-size: x-small; | |
} | |
} | |
.toolbar { | |
padding: 0px; | |
margin-left: -5px; | |
margin-top: 2px; | |
margin-bottom: 5px; | |
box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
} | |
.toolbar select, | |
.toolbar label { | |
width: auto; | |
vertical-align: middle; | |
margin-right: 2px; | |
margin-bottom: 0px; | |
display: inline; | |
font-size: 92%; | |
margin-left: 0.3em; | |
margin-right: 0.3em; | |
padding: 0px; | |
padding-top: 3px; | |
} | |
.toolbar .btn { | |
padding: 2px 8px; | |
} | |
.toolbar .btn-group { | |
margin-top: 0px; | |
margin-left: 5px; | |
} | |
.toolbar-btn-label { | |
margin-left: 6px; | |
} | |
#maintoolbar { | |
margin-bottom: -3px; | |
margin-top: -8px; | |
border: 0px; | |
min-height: 27px; | |
margin-left: 0px; | |
padding-top: 11px; | |
padding-bottom: 3px; | |
} | |
#maintoolbar .navbar-text { | |
float: none; | |
vertical-align: middle; | |
text-align: right; | |
margin-left: 5px; | |
margin-right: 0px; | |
margin-top: 0px; | |
} | |
.select-xs { | |
height: 24px; | |
} | |
[dir="rtl"] .btn-group > .btn, | |
.btn-group-vertical > .btn { | |
float: right; | |
} | |
.pulse, | |
.dropdown-menu > li > a.pulse, | |
li.pulse > a.dropdown-toggle, | |
li.pulse.open > a.dropdown-toggle { | |
background-color: #F37626; | |
color: white; | |
} | |
/** | |
* Primary styles | |
* | |
* Author: Jupyter Development Team | |
*/ | |
/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot | |
* of chance of beeing generated from the ../less/[samename].less file, you can | |
* try to get back the less file by reverting somme commit in history | |
**/ | |
/* | |
* We'll try to get something pretty, so we | |
* have some strange css to have the scroll bar on | |
* the left with fix button on the top right of the tooltip | |
*/ | |
@-moz-keyframes fadeOut { | |
from { | |
opacity: 1; | |
} | |
to { | |
opacity: 0; | |
} | |
} | |
@-webkit-keyframes fadeOut { | |
from { | |
opacity: 1; | |
} | |
to { | |
opacity: 0; | |
} | |
} | |
@-moz-keyframes fadeIn { | |
from { | |
opacity: 0; | |
} | |
to { | |
opacity: 1; | |
} | |
} | |
@-webkit-keyframes fadeIn { | |
from { | |
opacity: 0; | |
} | |
to { | |
opacity: 1; | |
} | |
} | |
/*properties of tooltip after "expand"*/ | |
.bigtooltip { | |
overflow: auto; | |
height: 200px; | |
-webkit-transition-property: height; | |
-webkit-transition-duration: 500ms; | |
-moz-transition-property: height; | |
-moz-transition-duration: 500ms; | |
transition-property: height; | |
transition-duration: 500ms; | |
} | |
/*properties of tooltip before "expand"*/ | |
.smalltooltip { | |
-webkit-transition-property: height; | |
-webkit-transition-duration: 500ms; | |
-moz-transition-property: height; | |
-moz-transition-duration: 500ms; | |
transition-property: height; | |
transition-duration: 500ms; | |
text-overflow: ellipsis; | |
overflow: hidden; | |
height: 80px; | |
} | |
.tooltipbuttons { | |
position: absolute; | |
padding-right: 15px; | |
top: 0px; | |
right: 0px; | |
} | |
.tooltiptext { | |
/*avoid the button to overlap on some docstring*/ | |
padding-right: 30px; | |
} | |
.ipython_tooltip { | |
max-width: 700px; | |
/*fade-in animation when inserted*/ | |
-webkit-animation: fadeOut 400ms; | |
-moz-animation: fadeOut 400ms; | |
animation: fadeOut 400ms; | |
-webkit-animation: fadeIn 400ms; | |
-moz-animation: fadeIn 400ms; | |
animation: fadeIn 400ms; | |
vertical-align: middle; | |
background-color: #f7f7f7; | |
overflow: visible; | |
border: #ababab 1px solid; | |
outline: none; | |
padding: 3px; | |
margin: 0px; | |
padding-left: 7px; | |
font-family: monospace; | |
min-height: 50px; | |
-moz-box-shadow: 0px 6px 10px -1px #adadad; | |
-webkit-box-shadow: 0px 6px 10px -1px #adadad; | |
box-shadow: 0px 6px 10px -1px #adadad; | |
border-radius: 2px; | |
position: absolute; | |
z-index: 1000; | |
} | |
.ipython_tooltip a { | |
float: right; | |
} | |
.ipython_tooltip .tooltiptext pre { | |
border: 0; | |
border-radius: 0; | |
font-size: 100%; | |
background-color: #f7f7f7; | |
} | |
.pretooltiparrow { | |
left: 0px; | |
margin: 0px; | |
top: -16px; | |
width: 40px; | |
height: 16px; | |
overflow: hidden; | |
position: absolute; | |
} | |
.pretooltiparrow:before { | |
background-color: #f7f7f7; | |
border: 1px #ababab solid; | |
z-index: 11; | |
content: ""; | |
position: absolute; | |
left: 15px; | |
top: 10px; | |
width: 25px; | |
height: 25px; | |
-webkit-transform: rotate(45deg); | |
-moz-transform: rotate(45deg); | |
-ms-transform: rotate(45deg); | |
-o-transform: rotate(45deg); | |
} | |
ul.typeahead-list i { | |
margin-left: -10px; | |
width: 18px; | |
} | |
[dir="rtl"] ul.typeahead-list i { | |
margin-left: 0; | |
margin-right: -10px; | |
} | |
ul.typeahead-list { | |
max-height: 80vh; | |
overflow: auto; | |
} | |
ul.typeahead-list > li > a { | |
/** Firefox bug **/ | |
/* see https://github.com/jupyter/notebook/issues/559 */ | |
white-space: normal; | |
} | |
ul.typeahead-list > li > a.pull-right { | |
float: left !important; | |
float: left; | |
} | |
[dir="rtl"] .typeahead-list { | |
text-align: right; | |
} | |
.cmd-palette .modal-body { | |
padding: 7px; | |
} | |
.cmd-palette form { | |
background: white; | |
} | |
.cmd-palette input { | |
outline: none; | |
} | |
.no-shortcut { | |
min-width: 20px; | |
color: transparent; | |
} | |
[dir="rtl"] .no-shortcut.pull-right { | |
float: left !important; | |
float: left; | |
} | |
[dir="rtl"] .command-shortcut.pull-right { | |
float: left !important; | |
float: left; | |
} | |
.command-shortcut:before { | |
content: "(command mode)"; | |
padding-right: 3px; | |
color: #777777; | |
} | |
.edit-shortcut:before { | |
content: "(edit)"; | |
padding-right: 3px; | |
color: #777777; | |
} | |
[dir="rtl"] .edit-shortcut.pull-right { | |
float: left !important; | |
float: left; | |
} | |
#find-and-replace #replace-preview .match, | |
#find-and-replace #replace-preview .insert { | |
background-color: #BBDEFB; | |
border-color: #90CAF9; | |
border-style: solid; | |
border-width: 1px; | |
border-radius: 0px; | |
} | |
[dir="ltr"] #find-and-replace .input-group-btn + .form-control { | |
border-left: none; | |
} | |
[dir="rtl"] #find-and-replace .input-group-btn + .form-control { | |
border-right: none; | |
} | |
#find-and-replace #replace-preview .replace .match { | |
background-color: #FFCDD2; | |
border-color: #EF9A9A; | |
border-radius: 0px; | |
} | |
#find-and-replace #replace-preview .replace .insert { | |
background-color: #C8E6C9; | |
border-color: #A5D6A7; | |
border-radius: 0px; | |
} | |
#find-and-replace #replace-preview { | |
max-height: 60vh; | |
overflow: auto; | |
} | |
#find-and-replace #replace-preview pre { | |
padding: 5px 10px; | |
} | |
.terminal-app { | |
background: #EEE; | |
} | |
.terminal-app #header { | |
background: #fff; | |
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); | |
} | |
.terminal-app .terminal { | |
width: 100%; | |
float: left; | |
font-family: monospace; | |
color: white; | |
background: black; | |
padding: 0.4em; | |
border-radius: 2px; | |
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); | |
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); | |
} | |
.terminal-app .terminal, | |
.terminal-app .terminal dummy-screen { | |
line-height: 1em; | |
font-size: 14px; | |
} | |
.terminal-app .terminal .xterm-rows { | |
padding: 10px; | |
} | |
.terminal-app .terminal-cursor { | |
color: black; | |
background: white; | |
} | |
.terminal-app #terminado-container { | |
margin-top: 20px; | |
} | |
/*# sourceMappingURL=style.min.css.map */ | |
</style> | |
<style type="text/css"> | |
.highlight .hll { background-color: #ffffcc } | |
.highlight { background: #f8f8f8; } | |
.highlight .c { color: #408080; font-style: italic } /* Comment */ | |
.highlight .err { border: 1px solid #FF0000 } /* Error */ | |
.highlight .k { color: #008000; font-weight: bold } /* Keyword */ | |
.highlight .o { color: #666666 } /* Operator */ | |
.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ | |
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ | |
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ | |
.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ | |
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ | |
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ | |
.highlight .gd { color: #A00000 } /* Generic.Deleted */ | |
.highlight .ge { font-style: italic } /* Generic.Emph */ | |
.highlight .gr { color: #FF0000 } /* Generic.Error */ | |
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ | |
.highlight .gi { color: #00A000 } /* Generic.Inserted */ | |
.highlight .go { color: #888888 } /* Generic.Output */ | |
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ | |
.highlight .gs { font-weight: bold } /* Generic.Strong */ | |
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ | |
.highlight .gt { color: #0044DD } /* Generic.Traceback */ | |
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ | |
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ | |
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ | |
.highlight .kp { color: #008000 } /* Keyword.Pseudo */ | |
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ | |
.highlight .kt { color: #B00040 } /* Keyword.Type */ | |
.highlight .m { color: #666666 } /* Literal.Number */ | |
.highlight .s { color: #BA2121 } /* Literal.String */ | |
.highlight .na { color: #7D9029 } /* Name.Attribute */ | |
.highlight .nb { color: #008000 } /* Name.Builtin */ | |
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ | |
.highlight .no { color: #880000 } /* Name.Constant */ | |
.highlight .nd { color: #AA22FF } /* Name.Decorator */ | |
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ | |
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ | |
.highlight .nf { color: #0000FF } /* Name.Function */ | |
.highlight .nl { color: #A0A000 } /* Name.Label */ | |
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ | |
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ | |
.highlight .nv { color: #19177C } /* Name.Variable */ | |
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ | |
.highlight .w { color: #bbbbbb } /* Text.Whitespace */ | |
.highlight .mb { color: #666666 } /* Literal.Number.Bin */ | |
.highlight .mf { color: #666666 } /* Literal.Number.Float */ | |
.highlight .mh { color: #666666 } /* Literal.Number.Hex */ | |
.highlight .mi { color: #666666 } /* Literal.Number.Integer */ | |
.highlight .mo { color: #666666 } /* Literal.Number.Oct */ | |
.highlight .sa { color: #BA2121 } /* Literal.String.Affix */ | |
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ | |
.highlight .sc { color: #BA2121 } /* Literal.String.Char */ | |
.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ | |
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ | |
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ | |
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ | |
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ | |
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ | |
.highlight .sx { color: #008000 } /* Literal.String.Other */ | |
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ | |
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ | |
.highlight .ss { color: #19177C } /* Literal.String.Symbol */ | |
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ | |
.highlight .fm { color: #0000FF } /* Name.Function.Magic */ | |
.highlight .vc { color: #19177C } /* Name.Variable.Class */ | |
.highlight .vg { color: #19177C } /* Name.Variable.Global */ | |
.highlight .vi { color: #19177C } /* Name.Variable.Instance */ | |
.highlight .vm { color: #19177C } /* Name.Variable.Magic */ | |
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ | |
</style> | |
<style type="text/css"> | |
/* Temporary definitions which will become obsolete with Notebook release 5.0 */ | |
.ansi-black-fg { color: #3E424D; } | |
.ansi-black-bg { background-color: #3E424D; } | |
.ansi-black-intense-fg { color: #282C36; } | |
.ansi-black-intense-bg { background-color: #282C36; } | |
.ansi-red-fg { color: #E75C58; } | |
.ansi-red-bg { background-color: #E75C58; } | |
.ansi-red-intense-fg { color: #B22B31; } | |
.ansi-red-intense-bg { background-color: #B22B31; } | |
.ansi-green-fg { color: #00A250; } | |
.ansi-green-bg { background-color: #00A250; } | |
.ansi-green-intense-fg { color: #007427; } | |
.ansi-green-intense-bg { background-color: #007427; } | |
.ansi-yellow-fg { color: #DDB62B; } | |
.ansi-yellow-bg { background-color: #DDB62B; } | |
.ansi-yellow-intense-fg { color: #B27D12; } | |
.ansi-yellow-intense-bg { background-color: #B27D12; } | |
.ansi-blue-fg { color: #208FFB; } | |
.ansi-blue-bg { background-color: #208FFB; } | |
.ansi-blue-intense-fg { color: #0065CA; } | |
.ansi-blue-intense-bg { background-color: #0065CA; } | |
.ansi-magenta-fg { color: #D160C4; } | |
.ansi-magenta-bg { background-color: #D160C4; } | |
.ansi-magenta-intense-fg { color: #A03196; } | |
.ansi-magenta-intense-bg { background-color: #A03196; } | |
.ansi-cyan-fg { color: #60C6C8; } | |
.ansi-cyan-bg { background-color: #60C6C8; } | |
.ansi-cyan-intense-fg { color: #258F8F; } | |
.ansi-cyan-intense-bg { background-color: #258F8F; } | |
.ansi-white-fg { color: #C5C1B4; } | |
.ansi-white-bg { background-color: #C5C1B4; } | |
.ansi-white-intense-fg { color: #A1A6B2; } | |
.ansi-white-intense-bg { background-color: #A1A6B2; } | |
.ansi-bold { font-weight: bold; } | |
</style> | |
<style type="text/css"> | |
/* Overrides of notebook CSS for static HTML export */ | |
body { | |
overflow: visible; | |
padding: 8px; | |
} | |
div#notebook { | |
overflow: visible; | |
border-top: none; | |
}@media print { | |
div.cell { | |
display: block; | |
page-break-inside: avoid; | |
} | |
div.output_wrapper { | |
display: block; | |
page-break-inside: avoid; | |
} | |
div.output { | |
display: block; | |
page-break-inside: avoid; | |
} | |
} | |
</style> | |
<!-- Custom stylesheet, it must be in the same directory as the html file --> | |
<link rel="stylesheet" href="custom.css"> | |
<!-- Loading mathjax macro --> | |
<!-- Load mathjax --> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script> | |
<!-- MathJax configuration --> | |
<script type="text/x-mathjax-config"> | |
MathJax.Hub.Config({ | |
tex2jax: { | |
inlineMath: [ ['$','$'], ["\\(","\\)"] ], | |
displayMath: [ ['$$','$$'], ["\\[","\\]"] ], | |
processEscapes: true, | |
processEnvironments: true | |
}, | |
// Center justify equations in code and markdown cells. Elsewhere | |
// we use CSS to left justify single line equations in code cells. | |
displayAlign: 'center', | |
"HTML-CSS": { | |
styles: {'.MathJax_Display': {"margin": 0}}, | |
linebreaks: { automatic: true } | |
} | |
}); | |
</script> | |
<!-- End of mathjax configuration --></head> | |
<body> | |
<div tabindex="-1" id="notebook" class="border-box-sizing"> | |
<div class="container" id="notebook-container"> | |
<div class="cell border-box-sizing code_cell rendered"> | |
<div class="input"> | |
<div class="prompt input_prompt">In [1]:</div> | |
<div class="inner_cell"> | |
<div class="input_area"> | |
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">bq_project</span> <span class="o">=</span> <span class="s1">'model-159019'</span> | |
<span class="n">bq_dataset</span> <span class="o">=</span> <span class="s1">'new_york_city'</span> | |
<span class="n">bq_table</span> <span class="o">=</span> <span class="s1">'new_york_city_181102_2211_100_percent'</span> | |
<span class="n">out_dir</span> <span class="o">=</span> <span class="n">f</span><span class="s1">'gs://model_replica_quality/new_york_city/</span><span class="si">{bq_table}</span><span class="s1">/ground_truth_comparison'</span> | |
<span class="n">city_config</span> <span class="o">=</span> <span class="s1">'data_configs/new_york_city.yaml'</span> | |
</pre></div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> | |
</div><div class="inner_cell"> | |
<div class="text_cell_render border-box-sizing rendered_html"> | |
<h1 id="Table-of-contents">Table of contents<a class="anchor-link" href="#Table-of-contents">¶</a></h1><p><a href="#Home-Work-Flows">Home-work flows</a></p> | |
<p><a href="#Private-auto">Private auto</a></p> | |
<p><a href="#Public-transit">Public transit</a></p> | |
<p><a href="#Bike-and-ped">Bike and ped</a></p> | |
<p><a href="#School-enrollment">School enrollment</a></p> | |
<p><a href="#Overall">Overall</a></p> | |
</div> | |
</div> | |
</div> | |
<div class="cell border-box-sizing code_cell rendered"> | |
</div> | |
<div class="cell border-box-sizing code_cell rendered"> | |
</div> | |
<div class="cell border-box-sizing code_cell rendered"> | |
<div class="output_wrapper"> | |
<div class="output"> | |
<div class="output_area"> | |
<div class="prompt"></div> | |
<div id="4377bfd4-b6a0-40d2-92a4-5505f2b1cc70"></div> | |
<div class="output_subarea output_javascript "> | |
<script type="text/javascript"> | |
var element = $('#4377bfd4-b6a0-40d2-92a4-5505f2b1cc70'); | |
(function(root) { | |
function now() { | |
return new Date(); | |
} | |
var force = true; | |
if (typeof (root._bokeh_onload_callbacks) === "undefined" || force === true) { | |
root._bokeh_onload_callbacks = []; | |
root._bokeh_is_loading = undefined; | |
} | |
var JS_MIME_TYPE = 'application/javascript'; | |
var HTML_MIME_TYPE = 'text/html'; | |
var EXEC_MIME_TYPE = 'application/vnd.bokehjs_exec.v0+json'; | |
var CLASS_NAME = 'output_bokeh rendered_html'; | |
/** | |
* Render data to the DOM node | |
*/ | |
function render(props, node) { | |
var script = document.createElement("script"); | |
node.appendChild(script); | |
} | |
/** | |
* Handle when an output is cleared or removed | |
*/ | |
function handleClearOutput(event, handle) { | |
var cell = handle.cell; | |
var id = cell.output_area._bokeh_element_id; | |
var server_id = cell.output_area._bokeh_server_id; | |
// Clean up Bokeh references | |
if (id != null && id in Bokeh.index) { | |
Bokeh.index[id].model.document.clear(); | |
delete Bokeh.index[id]; | |
} | |
if (server_id !== undefined) { | |
// Clean up Bokeh references | |
var cmd = "from bokeh.io.state import curstate; print(curstate().uuid_to_server['" + server_id + "'].get_sessions()[0].document.roots[0]._id)"; | |
cell.notebook.kernel.execute(cmd, { | |
iopub: { | |
output: function(msg) { | |
var id = msg.content.text.trim(); | |
if (id in Bokeh.index) { | |
Bokeh.index[id].model.document.clear(); | |
delete Bokeh.index[id]; | |
} | |
} | |
} | |
}); | |
// Destroy server and session | |
var cmd = "import bokeh.io.notebook as ion; ion.destroy_server('" + server_id + "')"; | |
cell.notebook.kernel.execute(cmd); | |
} | |
} | |
/** | |
* Handle when a new output is added | |
*/ | |
function handleAddOutput(event, handle) { | |
var output_area = handle.output_area; | |
var output = handle.output; | |
// limit handleAddOutput to display_data with EXEC_MIME_TYPE content only | |
if ((output.output_type != "display_data") || (!output.data.hasOwnProperty(EXEC_MIME_TYPE))) { | |
return | |
} | |
var toinsert = output_area.element.find("." + CLASS_NAME.split(' ')[0]); | |
if (output.metadata[EXEC_MIME_TYPE]["id"] !== undefined) { | |
toinsert[toinsert.length - 1].firstChild.textContent = output.data[JS_MIME_TYPE]; | |
// store reference to embed id on output_area | |
output_area._bokeh_element_id = output.metadata[EXEC_MIME_TYPE]["id"]; | |
} | |
if (output.metadata[EXEC_MIME_TYPE]["server_id"] !== undefined) { | |
var bk_div = document.createElement("div"); | |
bk_div.innerHTML = output.data[HTML_MIME_TYPE]; | |
var script_attrs = bk_div.children[0].attributes; | |
for (var i = 0; i < script_attrs.length; i++) { | |
toinsert[toinsert.length - 1].firstChild.setAttribute(script_attrs[i].name, script_attrs[i].value); | |
} | |
// store reference to server id on output_area | |
output_area._bokeh_server_id = output.metadata[EXEC_MIME_TYPE]["server_id"]; | |
} | |
} | |
function register_renderer(events, OutputArea) { | |
function append_mime(data, metadata, element) { | |
// create a DOM node to render to | |
var toinsert = this.create_output_subarea( | |
metadata, | |
CLASS_NAME, | |
EXEC_MIME_TYPE | |
); | |
this.keyboard_manager.register_events(toinsert); | |
// Render to node | |
var props = {data: data, metadata: metadata[EXEC_MIME_TYPE]}; | |
render(props, toinsert[toinsert.length - 1]); | |
element.append(toinsert); | |
return toinsert | |
} | |
/* Handle when an output is cleared or removed */ | |
events.on('clear_output.CodeCell', handleClearOutput); | |
events.on('delete.Cell', handleClearOutput); | |
/* Handle when a new output is added */ | |
events.on('output_added.OutputArea', handleAddOutput); | |
/** | |
* Register the mime type and append_mime function with output_area | |
*/ | |
OutputArea.prototype.register_mime_type(EXEC_MIME_TYPE, append_mime, { | |
/* Is output safe? */ | |
safe: true, | |
/* Index of renderer in `output_area.display_order` */ | |
index: 0 | |
}); | |
} | |
// register the mime type if in Jupyter Notebook environment and previously unregistered | |
if (root.Jupyter !== undefined) { | |
var events = require('base/js/events'); | |
var OutputArea = require('notebook/js/outputarea').OutputArea; | |
if (OutputArea.prototype.mime_types().indexOf(EXEC_MIME_TYPE) == -1) { | |
register_renderer(events, OutputArea); | |
} | |
} | |
if (typeof (root._bokeh_timeout) === "undefined" || force === true) { | |
root._bokeh_timeout = Date.now() + 5000; | |
root._bokeh_failed_load = false; | |
} | |
var NB_LOAD_WARNING = {'data': {'text/html': | |
"<div style='background-color: #fdd'>\n"+ | |
"<p>\n"+ | |
"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \n"+ | |
"may be due to a slow or bad network connection. Possible fixes:\n"+ | |
"</p>\n"+ | |
"<ul>\n"+ | |
"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\n"+ | |
"<li>use INLINE resources instead, as so:</li>\n"+ | |
"</ul>\n"+ | |
"<code>\n"+ | |
"from bokeh.resources import INLINE\n"+ | |
"output_notebook(resources=INLINE)\n"+ | |
"</code>\n"+ | |
"</div>"}}; | |
function display_loaded() { | |
var el = document.getElementById(null); | |
if (el != null) { | |
el.textContent = "BokehJS is loading..."; | |
} | |
if (root.Bokeh !== undefined) { | |
if (el != null) { | |
el.textContent = "BokehJS " + root.Bokeh.version + " successfully loaded."; | |
} | |
} else if (Date.now() < root._bokeh_timeout) { | |
setTimeout(display_loaded, 100) | |
} | |
} | |
function run_callbacks() { | |
try { | |
root._bokeh_onload_callbacks.forEach(function(callback) { callback() }); | |
} | |
finally { | |
delete root._bokeh_onload_callbacks | |
} | |
console.info("Bokeh: all callbacks have finished"); | |
} | |
function load_libs(js_urls, callback) { | |
root._bokeh_onload_callbacks.push(callback); | |
if (root._bokeh_is_loading > 0) { | |
console.log("Bokeh: BokehJS is being loaded, scheduling callback at", now()); | |
return null; | |
} | |
if (js_urls == null || js_urls.length === 0) { | |
run_callbacks(); | |
return null; | |
} | |
console.log("Bokeh: BokehJS not loaded, scheduling load and callback at", now()); | |
root._bokeh_is_loading = js_urls.length; | |
for (var i = 0; i < js_urls.length; i++) { | |
var url = js_urls[i]; | |
var s = document.createElement('script'); | |
s.src = url; | |
s.async = false; | |
s.onreadystatechange = s.onload = function() { | |
root._bokeh_is_loading--; | |
if (root._bokeh_is_loading === 0) { | |
console.log("Bokeh: all BokehJS libraries loaded"); | |
run_callbacks() | |
} | |
}; | |
s.onerror = function() { | |
console.warn("failed to load library " + url); | |
}; | |
console.log("Bokeh: injecting script tag for BokehJS library: ", url); | |
document.getElementsByTagName("head")[0].appendChild(s); | |
} | |
}; | |
var js_urls = ["https://cdn.pydata.org/bokeh/release/bokeh-1.0.1.min.js", "https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.1.min.js", "https://cdn.pydata.org/bokeh/release/bokeh-tables-1.0.1.min.js", "https://cdn.pydata.org/bokeh/release/bokeh-gl-1.0.1.min.js"]; | |
var inline_js = [ | |
function(Bokeh) { | |
Bokeh.set_log_level("info"); | |
}, | |
function(Bokeh) { | |
}, | |
function(Bokeh) { | |
console.log("Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-1.0.1.min.css"); | |
Bokeh.embed.inject_css("https://cdn.pydata.org/bokeh/release/bokeh-1.0.1.min.css"); | |
console.log("Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.1.min.css"); | |
Bokeh.embed.inject_css("https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.0.1.min.css"); | |
console.log("Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-tables-1.0.1.min.css"); | |
Bokeh.embed.inject_css("https://cdn.pydata.org/bokeh/release/bokeh-tables-1.0.1.min.css"); | |
} | |
]; | |
function run_inline_js() { | |
if ((root.Bokeh !== undefined) || (force === true)) { | |
for (var i = 0; i < inline_js.length; i++) { | |
inline_js[i].call(root, root.Bokeh); | |
}} else if (Date.now() < root._bokeh_timeout) { | |
setTimeout(run_inline_js, 100); | |
} else if (!root._bokeh_failed_load) { | |
console.log("Bokeh: BokehJS failed to load within specified timeout."); | |
root._bokeh_failed_load = true; | |
} else if (force !== true) { | |
var cell = $(document.getElementById(null)).parents('.cell').data().cell; | |
cell.output_area.append_execute_result(NB_LOAD_WARNING) | |
} | |
} | |
if (root._bokeh_is_loading === 0) { | |
console.log("Bokeh: BokehJS loaded, going straight to plotting"); | |
run_inline_js(); | |
} else { | |
load_libs(js_urls, function() { | |
console.log("Bokeh: BokehJS plotting callback run at", now()); | |
run_inline_js(); | |
}); | |
} | |
}(window)); | |
</script> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="cell border-box-sizing code_cell rendered"> | |
</div> | |
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> | |
</div><div class="inner_cell"> | |
<div class="text_cell_render border-box-sizing rendered_html"> | |
<h2 id="Population-and-community">Population and community<a class="anchor-link" href="#Population-and-community">¶</a></h2> | |
</div> | |
</div> | |
</div> | |
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> | |
</div><div class="inner_cell"> | |
<div class="text_cell_render border-box-sizing rendered_html"> | |
<h3 id="Resident-population-by-census-tract">Resident population by census tract<a class="anchor-link" href="#Resident-population-by-census-tract">¶</a></h3> | |
</div> | |
</div> | |
</div> | |
<div class="cell border-box-sizing code_cell rendered"> | |
</div> | |
<div class="cell border-box-sizing code_cell rendered"> | |
<div class="output_wrapper"> | |
<div class="output"> | |
<div class="output_area"> | |
<div class="prompt"></div> | |
<div class="output_html rendered_html output_subarea "> | |
<div class="bk-root" id="ade8d9ad-1a05-4b59-bcb7-de3ab212241c"></div> | |
</div> | |
</div> | |
<div class="output_area"> | |
<div class="prompt"></div> | |
<div id="867a6af3-f80f-4aa0-bc21-942c6f3a6857"></div> | |
<div class="output_subarea output_javascript "> | |
<script type="text/javascript"> | |
var element = $('#867a6af3-f80f-4aa0-bc21-942c6f3a6857'); | |
(function(root) { | |
function embed_document(root) { | |
var docs_json = {"08d44030-1aac-4367-b14c-f862454fb10f":{"roots":{"references":[{"attributes":{"below":[{"id":"1012","type":"LinearAxis"}],"left":[{"id":"1017","type":"LinearAxis"}],"plot_height":800,"plot_width":800,"renderers":[{"id":"1012","type":"LinearAxis"},{"id":"1016","type":"Grid"},{"id":"1017","type":"LinearAxis"},{"id":"1021","type":"Grid"},{"id":"1030","type":"BoxAnnotation"},{"id":"1041","type":"GlyphRenderer"},{"id":"1046","type":"GlyphRenderer"}],"title":{"id":"1001","type":"Title"},"toolbar":{"id":"1027","type":"Toolbar"},"x_range":{"id":"1004","type":"DataRange1d"},"x_scale":{"id":"1008","type":"LinearScale"},"y_range":{"id":"1006","type":"DataRange1d"},"y_scale":{"id":"1010","type":"LinearScale"}},"id":"1002","subtype":"Figure","type":"Plot"},{"attributes":{},"id":"1055","type":"UnionRenderers"},{"attributes":{},"id":"1049","type":"BasicTickFormatter"},{"attributes":{"plot":{"id":"1002","subtype":"Figure","type":"Plot"},"ticker":{"id":"1013","type":"BasicTicker"}},"id":"1016","type":"Grid"},{"attributes":{"source":{"id":"1037","type":"ColumnDataSource"}},"id":"1042","type":"CDSView"},{"attributes":{},"id":"1024","type":"WheelZoomTool"},{"attributes":{"callback":null,"renderers":"auto","tooltips":[["Ground truth","@{Ground truth}"],["Replica","@{Replica}"],["Replica / Ground truth","@{Replica / Ground truth}"],["map","@{map}"]]},"id":"1035","type":"HoverTool"},{"attributes":{"callback":null,"data":{"Ground truth":{"__ndarray__":"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","dtype":"float64","shape":[5118]},"Replica":[3798,4034,3045,5382,3959,5483,5898,1663,3647,3180,5225,5370,4407,1592,3520,4058,3337,6916,3715,4730,5302,4113,2764,4969,3120,5546,4160,4367,6630,5623,7582,7090,4211,4662,5968,2914,8170,4048,5563,2207,3458,3846,4093,4160,5534,7525,3044,3947,5271,3889,4065,4524,4758,1544,2990,4600,3061,3244,4061,2473,2847,1752,7541,5741,5713,3021,3742,3866,3611,3565,3418,4231,5618,2244,2515,3385,4090,4076,8150,2237,4852,3420,5587,4565,2775,4272,3903,4299,2601,2352,5156,2049,2506,3855,3844,2155,3166,2945,4475,5009,4602,4057,1119,967,2012,1956,2293,3937,4452,5317,3236,3813,2378,4040,3605,5063,3953,5700,2711,5888,6738,3692,5109,4586,1845,4883,2429,3245,4269,3118,2642,4498,2279,3483,1549,3797,4418,4425,4137,5411,3047,2281,2026,4786,5038,4180,4672,5367,4478,3327,8253,4386,6549,4304,3119,5099,5765,7107,6239,3917,3395,2238,5014,4724,6121,2447,4848,5810,7968,3475,4841,5045,5077,4184,6258,5738,5825,5187,5509,8548,7107,5917,4854,4553,5140,4849,4271,45,6182,3688,5315,4835,5265,3488,6531,1960,3590,6009,4192,4340,4403,4532,2942,4174,4828,3394,3127,6075,3589,3479,5839,5949,4140,5595,4827,3238,4666,2655,8377,3400,1307,2238,3462,3442,4155,3971,3170,4122,3815,2871,4716,3768,4323,5445,4056,3810,4868,2835,1513,1484,5580,5637,5765,5415,3518,2657,6226,4294,4054,3220,4079,3934,3977,6505,4425,3667,3597,3970,6399,2877,7000,6486,4018,4128,5816,4583,3331,5166,3104,2490,3580,2931,4222,3126,5216,5254,3901,2236,2368,4622,4383,5503,3838,5793,4319,6877,6036,3854,7699,3648,4283,6643,1630,1842,1734,1428,6338,2513,2364,5328,1548,1246,5741,7817,3499,1691,2509,4410,4143,2735,2212,4030,3911,7117,4731,2439,3708,4630,6321,6181,5449,2114,2557,4282,2643,3767,4952,3999,3689,3107,2465,2797,5568,6953,6618,3020,3413,6566,5047,3097,5074,7109,5274,5780,3713,3529,5918,6442,5937,4529,2608,6615,6414,4030,6212,6514,6671,5634,5183,3758,2284,3917,5388,2286,4410,3363,3268,1720,2442,2250,5349,2049,3952,3800,3805,5530,3995,4858,3438,5464,2602,3303,1877,4570,3700,2396,2942,2746,2545,4817,2663,5018,6154,6069,5125,4391,2022,289,5223,6519,1504,4948,5479,4849,4934,6492,2873,3734,4064,3351,4877,6160,6980,4303,5036,7895,3768,4667,8561,4947,3351,5795,4172,7425,4227,5034,4079,6440,5854,3240,6436,5433,7289,2571,5739,6627,6734,5720,5293,7002,6072,6275,5241,7904,7063,6957,3257,3936,3979,1685,3108,3579,5239,2542,6611,2095,4073,6489,6723,5741,4406,4521,4689,4652,3930,7780,3113,6571,2924,4927,3835,6028,3379,4180,3021,4292,5701,4674,6207,5709,4763,5483,4097,5425,3632,4897,5749,5289,6975,4235,7644,5629,4569,5198,5996,5606,4910,2139,5599,4560,3507,2596,3449,7109,8146,5689,2575,2677,5480,4017,6625,5713,4193,5663,4109,5823,2575,3345,4644,5360,4808,5307,4415,6906,4374,4586,4451,4610,4077,4488,6120,3662,4910,8652,2412,4248,4181,4416,5727,4300,3137,5048,6763,4070,7244,4428,5233,5272,6010,2517,4633,4872,7575,6089,3201,8219,8475,4201,6903,6547,4758,8578,6612,7795,4564,5199,4082,3920,3356,3781,5379,5138,5745,7969,4398,3397,3450,5143,5962,3068,3811,1963,1822,4259,5834,4438,3478,2529,1527,1572,2574,1599,1587,2134,1783,1787,4230,2914,8587,3318,4266,2343,3125,1754,1515,1895,1876,1382,1853,926,2093,2347,2287,1427,2898,2468,5151,2193,3134,3181,2626,2052,1259,1867,3399,2382,1575,971,1363,3141,5507,4906,3669,3462,3900,5383,2729,4086,2498,3091,3028,3417,3977,2221,2952,2029,3776,1660,1867,1793,2458,2581,4679,4952,5178,4018,5037,1781,2630,3069,4408,3588,4237,4677,4180,2693,2427,2340,3990,2870,3248,4552,2221,2692,3152,2161,1628,5947,3713,4892,4591,4172,3667,2771,4238,3158,3605,1922,1787,2103,3158,3617,4509,6298,4291,4059,4671,3835,3671,4070,5202,3400,3886,4140,5846,3245,4683,3193,4416,3958,2700,4025,3845,3819,2198,3724,4942,7407,3161,3337,3822,3637,3729,2759,2378,3251,2918,2789,2172,2710,5350,6776,5393,5675,4605,4503,3302,3363,5503,1936,4409,4958,1655,3320,4681,4205,3493,4383,3424,2968,3307,3184,4039,5420,5968,2597,2578,5738,4551,5041,4565,4868,7762,4675,4111,7348,2141,5774,4948,4523,3590,5407,6110,7235,6299,3638,3639,2629,3336,4277,2883,2087,2428,2514,2280,3099,9,6477,5564,4386,3662,4616,5657,3310,4009,6178,2014,5129,2170,1550,2775,3680,4452,4256,1250,3914,1585,2190,2581,5533,5881,3949,2887,4159,2048,5201,6268,3301,4871,2394,2496,4305,2205,2554,4136,3717,4260,2771,7000,2600,3228,5183,1598,7196,4727,6515,3635,4031,2936,2145,1629,2868,3645,59,3720,3213,1931,1916,5302,5749,6897,9769,1307,5868,2837,3099,4402,4968,6903,3777,3159,2007,2196,4694,6645,2653,3710,3420,4356,2427,2931,4506,3456,5057,4158,3922,3547,2277,4677,3109,2603,4901,2217,2469,2147,2767,5058,3246,4997,6260,5632,7458,7096,3212,3682,5001,5792,3066,2093,5798,3310,2865,5788,3996,5402,4246,3648,3013,6028,5427,3179,3430,4405,4760,3921,4315,4315,1595,3237,3453,4811,4837,3095,2487,2603,3891,3214,1822,6098,2054,4108,2853,4092,2377,3684,5391,6235,2445,1555,4329,3157,3710,4719,3361,4094,2760,2860,6272,4811,4864,1321,6891,5831,7259,2883,4545,5134,6020,4740,3098,2648,1641,3539,4654,5834,4892,7188,3403,6081,7345,4640,3523,4569,5109,5123,3871,2754,3731,3117,3511,4184,4688,4090,4669,2585,2053,2812,2435,2180,3342,4121,3128,3826,1995,2893,1212,3594,3995,1559,1068,4643,5079,5,5845,4005,4188,4034,6263,6469,4700,2668,5080,5674,5153,5928,5113,5664,3401,4965,4949,4212,5575,5330,6755,7987,2490,6735,3529,3214,3573,2551,5508,3404,6694,1873,2479,5871,4820,4966,7103,4046,5420,7872,7814,5203,5734,4398,9301,5258,6692,7580,4875,7097,1671,1207,8064,5472,7013,3534,5330,4873,4497,6737,2300,6952,1652,3464,5296,3698,2892,2541,4642,2502,6891,4417,5255,4458,3227,4167,3406,3412,5285,5589,5434,8649,2057,5796,5670,2321,5498,5034,4859,3236,2909,4054,4918,4384,2002,3069,3752,2250,3945,3602,3847,3526,5291,1515,6981,5163,6192,2687,5411,5563,2582,3366,2892,4029,6138,2580,5013,3234,3412,5152,3531,3292,7782,3614,7625,3774,2745,2982,3991,4476,7517,5211,4434,5848,4843,4791,2976,5485,3237,3955,2772,7843,5382,5395,2186,2786,4596,5219,4212,8744,1798,6603,1792,6364,6899,2812,7059,2440,6640,3699,2919,2884,3630,3955,5953,4782,3491,7675,3761,4676,4585,4886,4782,3088,1822,6754,4342,3096,5413,5908,3062,2700,3142,4888,4825,4016,2146,1617,3069,4469,4309,3260,3864,7087,6414,4351,3846,2255,12170,4263,3189,3740,2617,12501,3515,5848,7735,3873,4924,1952,5486,4995,8627,6542,5249,5428,5699,2512,4083,3590,2077,3968,2939,3494,4183,5817,5333,4814,4197,3289,4145,5203,3324,4937,3492,6304,5689,4094,4176,3583,6002,3864,6199,5487,3942,5526,3169,3788,6203,3491,4375,5380,2982,4841,3790,4303,1941,5096,3382,3985,5720,6023,5066,2343,4208,5983,3146,3658,3259,5840,5563,2636,7,9074,4649,3978,5461,4289,3864,2462,2853,3545,5260,3899,3688,2281,4258,2469,4789,4135,3379,3753,2434,5462,4385,3052,2449,2225,3325,2940,2673,2821,4005,4236,3198,4442,2234,4666,4219,1836,2191,3460,6323,5847,4514,4054,4182,4585,1431,2961,1669,3070,2613,4679,8107,8212,7191,5493,4268,5830,4901,4570,224,5596,3236,4981,3843,4404,4064,12686,1977,3502,8524,4340,7444,3858,6264,1877,3091,2933,3578,5494,6282,5527,5397,4054,3079,5843,3819,6096,3500,1458,6800,1870,1327,3237,4830,2192,5817,4975,4125,5397,6937,8196,3792,3608,3782,5618,4312,5061,6464,3589,5686,4107,4576,3489,4212,4367,5955,5937,6424,2819,4443,4308,5991,3270,4530,1478,5228,2723,4869,4496,5906,4992,4503,4060,5154,2433,2982,3190,6731,3971,4791,3638,4432,3408,2908,2594,2868,3627,6571,5239,3404,5036,3214,5756,4711,5495,2863,5437,3758,6326,4250,4700,4173,6468,4361,4758,5441,4831,5666,6685,5689,4525,6225,3558,4391,5031,4945,4863,8541,1554,5184,5820,3736,5244,5716,1527,7725,3113,5360,7097,7399,7946,5996,3744,3395,4963,5239,4739,4459,4138,4339,4133,5499,1313,4476,5945,2566,3973,4662,4178,4750,3519,2906,3783,2551,3300,6540,6000,3255,6796,3253,642,10059,12958,8865,6238,5579,6032,11961,7468,10095,7035,2160,4048,3628,2733,4731,8396,4458,8754,5491,5287,7899,6967,8315,3981,6055,3409,4700,3677,4228,5635,2787,5970,2666,5191,7836,5694,2334,3889,5068,3726,1421,3191,4550,3887,4894,5099,5509,3515,6279,6718,2941,2145,2342,3615,2953,5768,2121,1575,2039,1198,5384,2008,2180,3086,3719,3177,6057,4309,4075,4126,1792,3521,3505,2072,6156,8877,6360,2454,3716,8375,6785,6445,7286,6874,8163,2614,4075,4102,2871,1459,5735,7537,3066,3284,2238,1220,1627,2031,1561,7588,6761,4353,3877,5655,4274,2799,6571,5052,5888,4756,4743,5643,4615,5082,6358,3949,4974,2726,5958,5139,7032,5144,7602,7978,5113,3190,4872,5345,4866,7050,2193,6625,4634,4526,4126,3950,6665,3594,8124,2969,6579,5347,4334,2259,2900,3203,4092,6358,4384,4648,2258,2431,2492,2132,4338,1387,3491,2779,1492,6159,4560,8252,4335,6544,3516,2134,6783,2959,4591,2511,3849,6864,5569,6523,5396,2415,7270,6,3989,6588,4073,2731,5239,6525,2831,6185,2939,5878,5204,3939,4492,5324,3692,4812,6617,5010,5220,6066,4189,2992,2343,3685,2367,3560,3542,3820,4716,6723,3464,4043,4614,3209,5555,6397,2957,4760,2057,3925,2865,2952,4246,4135,3239,4322,4916,6635,5202,5151,4903,5477,5216,9087,3976,7610,2308,977,5873,2001,4220,3747,5035,7096,5977,4375,6589,4494,10810,3545,6080,4648,3288,3702,3026,6030,4943,3669,462,7903,4507,3516,608,3344,6922,7139,6764,4777,8999,3745,4040,1924,3399,2843,5022,2665,3126,5366,6937,1917,2937,1942,2223,3929,2343,3075,4849,3180,1508,3252,2367,6359,3428,2876,6421,3112,2780,3631,3616,3978,3202,3463,2511,3151,2356,1860,3382,3938,3920,4706,3315,5281,5140,3157,1711,8055,2858,6080,4168,5129,5382,6711,4849,5648,3472,5107,5081,5231,2694,5235,2876,6789,4002,6468,5465,2285,7349,5566,4552,7594,4409,3500,5345,4057,5719,4785,3986,3456,6594,7671,4864,5329,3000,5910,3368,3556,4091,3698,4442,3970,3877,4378,6153,2636,3770,2299,5085,2589,7041,3546,4766,3422,3382,5064,1488,6248,4717,3760,7265,5371,4191,5804,7063,4174,6000,4240,3635,4468,4349,6063,4587,5990,4687,5568,5601,5519,3895,8183,6036,6631,6476,6233,5567,7680,3824,7313,4332,6004,3389,3026,5201,5753,4899,6610,3754,4667,4048,1057,4038,4593,3389,2886,5743,3736,7601,5407,4253,4374,4608,7345,4426,2475,2557,2530,6536,6525,3052,5505,7958,3256,2192,5116,5648,5634,1936,8612,4656,14,5542,2997,4336,5048,1725,3887,3852,284,1158,6255,1388,5835,7410,5863,4418,1926,4241,4737,5499,5372,2306,3713,6069,2503,2663,1259,3641,7035,4069,3153,5492,7279,3262,8559,4868,2320,5571,3841,3642,5959,4860,1883,6365,6332,6783,2450,5484,3692,6134,3240,3422,5732,5826,2313,5034,128,4357,1537,3741,5068,2658,1689,3684,4264,1904,4019,1382,4977,6854,5779,3848,2658,4242,937,5925,7561,6605,5068,4266,5025,2702,4739,2859,3993,1066,1528,3823,4223,1735,964,950,2133,2693,1136,5018,6706,4709,5234,4983,3536,2926,5411,3870,3749,3438,7064,7362,5563,2234,7070,6634,8002,4562,3959,2069,2810,6419,2021,2694,4301,9026,6550,5012,5094,1089,5879,4413,5776,4110,5517,4503,6582,1107,1827,3766,5113,3162,4823,2725,3406,4198,7611,5334,1389,1802,5755,5534,3082,2808,1395,2622,4007,3363,3053,4416,2109,1096,5455,4036,2464,7606,3490,5604,5420,2263,5362,3815,2176,1602,2688,2533,6310,2617,5494,1963,5621,1639,1789,1884,5165,5306,7368,3007,5204,3789,6907,3393,7534,4354,3182,66,5331,6217,3636,3148,170,3225,1181,3075,3433,4196,1673,5113,4882,1480,3382,5432,924,9263,5170,3009,4007,1676,1949,1737,1796,4231,2643,3103,4102,5377,4199,3849,1463,1531,6443,2251,4239,4761,2044,1373,2284,3218,6511,1711,2440,2156,6705,2009,2948,5642,7552,2389,3729,1974,2170,2086,2213,2124,2253,4138,2116,5632,3792,3286,2233,3097,4588,4531,6424,2734,4381,5770,4600,7738,3244,2407,5253,2690,6862,1877,9217,4618,3834,4166,1295,2849,5353,5180,4488,4132,4615,3703,2869,4515,6223,3404,3024,6520,4437,2993,3063,7084,4474,5873,4016,6734,3393,5363,3220,4238,2339,6242,6558,1837,4075,4346,3368,9642,3733,29,2050,3336,3532,1911,1407,1912,1487,1791,2773,5062,2466,26468,8319,3752,62,3973,3942,4133,2718,5355,4026,4436,3655,3876,5315,6840,4611,2671,5365,4274,3121,4110,4264,2628,2108,3973,3164,2791,5590,3013,4491,3561,4353,2619,2148,2842,4208,1803,1957,2536,5395,1569,2533,3172,6776,5124,5341,2833,2703,6608,2563,1711,3571,2410,1709,2020,2314,2458,3515,4552,3860,1777,2621,4982,3408,1929,3243,2965,1450,4793,3763,4085,3944,2846,4518,2362,4054,3724,3625,3943,5203,2018,24,104,3834,1609,3813,3515,2564,4097,3711,852,1680,6182,1245,4276,4920,4005,3517,1811,1941,3123,2808,1557,4285,1074,1440,2444,3244,3153,2249,3447,1350,1860,2175,2449,2403,1602,2477,2312,3140,2335,1609,3099,1355,2547,2910,1893,3016,5748,3441,3870,4708,3408,2433,4768,2109,5741,4570,4985,4611,5501,4055,4282,3817,7103,3383,3179,5435,5461,6051,8120,6583,4216,5193,5807,5125,4048,2640,6737,4272,4117,2763,2016,1608,1310,1785,5732,2828,3921,2115,2442,1884,5120,4114,2157,4638,3826,3594,3964,3368,3182,3557,1885,3362,3167,3510,4369,2238,1338,5670,1474,4108,2534,2606,3737,4145,5078,3938,3218,2284,3187,607,5607,1825,5468,1833,4669,3904,3982,3834,1975,2441,3071,3784,3497,3515,3495,2920,2680,4533,2271,1433,2822,4900,2618,3485,4496,3804,3781,4714,3582,1863,3310,2301,3799,2012,1715,1985,2658,2534,4222,3190,4503,1539,5124,4184,2336,5098,4576,3837,4410,3455,4518,3631,4198,5915,2247,3868,3344,3618,4137,3427,5637,4817,4980,4068,5568,4036,4332,2566,2982,4097,3786,4178,3089,2203,3076,4065,1341,3400,5310,2769,4237,5514,3164,2311,4213,1915,3718,3369,4478,2383,1819,4702,3407,3626,3733,3674,2933,2404,2558,3712,2834,3069,4325,4104,4774,3396,3915,1648,4635,3230,3958,3745,394,2635,4574,2609,3529,3454,3940,2750,2833,3335,1731,3733,5366,4157,4008,2528,4032,2574,4499,5222,3893,5579,1957,4305,1907,1987,2893,4430,4742,4982,3339,3654,3888,5722,3733,6029,7150,2473,2432,5949,4481,4004,4735,2797,3863,4062,4687,1393,2448,5773,4632,3126,3327,2489,5838,2686,4121,610,4717,5290,5638,2670,4974,2455,4899,2938,4025,2484,3364,3824,2223,2776,1055,4824,1277,5476,4274,4563,3976,4263,5026,3155,3869,3517,5013,5809,4358,3437,3590,4162,3645,3005,2334,3117,2846,3675,2468,4279,2038,3374,2835,3387,3315,2931,2683,3602,2306,1534,3114,3374,3609,1898,3056,3158,4212,1489,1764,4272,2544,3202,2741,3778,1697,4133,3516,4612,3774,2874,4214,5475,3728,5776,3374,5337,4656,4316,3335,5025,4565,5824,2584,3957,2890,5901,3055,5413,3401,4950,2155,2391,1826,3299,511,2822,1994,1849,2501,1759,3698,2709,2334,2805,2273,2633,2913,2755,3515,3560,4525,3981,2958,5257,6174,2779,3293,4119,3638,6141,6357,3271,7563,5646,2866,4132,2821,4441,1759,3632,2882,2306,2369,4463,4282,5497,2556,4169,2227,6068,4133,4394,4709,3818,5638,4624,7464,1603,5393,4077,2087,3151,4699,4586,5435,3392,4471,6369,1922,4221,3773,8894,2712,6816,3995,4085,3562,4295,2568,4545,359,3078,7988,4394,5153,2156,3609,3633,5910,3057,2826,4033,5511,3657,2524,2367,3661,3171,1583,4716,2588,3146,2551,1378,1504,3392,3893,5208,2322,2885,3783,3011,3304,1026,3843,2981,3054,2761,3694,1804,1883,3837,4388,2054,7984,5170,2515,3526,6265,2609,3135,4204,1930,6097,868,1284,1916,2746,2870,4897,1641,1437,1616,1772,2377,2891,2269,2090,1317,1121,1729,1820,1950,2171,1702,2866,1710,2003,2128,2399,2101,3065,1689,1597,1892,2891,3895,6223,1410,1745,6226,16,2608,2097,2873,2023,2141,3977,2439,2604,2215,3568,3481,4146,3531,2747,2377,1871,2824,928,1540,2124,1779,2994,4720,3813,2287,3276,3128,3119,3261,3691,2508,5074,2613,4896,3052,5005,3606,1901,4497,4823,3147,5582,3589,4973,3129,4102,249,2270,2885,2605,4288,4785,7130,4261,4943,4100,6277,2394,1518,2090,2314,2437,1752,1419,1501,21,1992,3135,2554,3661,2877,2218,2893,3400,3219,2780,3291,1472,2093,2802,6526,5072,4449,4112,5380,3657,3633,3372,1638,5206,2973,3884,5018,5018,6749,4074,2705,3069,2854,3141,2953,2686,1166,2341,1843,2288,3799,2848,1788,3139,4464,4696,3792,2066,1879,2419,1439,2492,2333,4107,2133,2987,2949,1761,2087,1823,4125,3272,2784,2652,2176,2234,2178,2131,1641,1736,2126,2095,2157,2417,1733,3889,5729,6278,1230,3971,2087,4791,4130,3322,3494,3099,2995,3661,3130,3528,3625,4156,1920,2598,1769,2811,1908,3358,2796,2961,3963,2733,2008,2330,2945,2996,1374,1758,2354,2926,4299,3212,2949,1759,2981,3071,5461,2455,4553,2552,3292,3873,5180,3156,2131,2020,8421,4057,4506,5628,6667,2848,3486,4498,4181,5898,5171,6673,6004,4239,7792,5659,6416,4592,6065,4109,2003,3028,4632,2672,4822,2715,4720,4165,3477,4082,4669,5066,2622,2668,2547,4479,6287,4435,5669,3596,4168,3891,4131,3141,3990,2534,5000,6877,6695,4738,4012,2560,4273,4203,3425,5619,4570,3286,4968,4150,4303,6030,7044,5842,4848,5474,7476,7109,3449,4214,8422,5488,4258,5034,4162,5037,4638,3356,3088,2658,6338,3557,6825,6553,4193,2853,4804,4315,4328,7049,7855,5434,6293,4918,3207,2618,2650,4724,5410,3296,4997,5363,5365,4904,5391,622,5819,6087,6262,6185,6568,3836,5856,4604,4332,6547,5571,5630,4909,5885,4331,4184,3772,4968,3957,5512,8511,3762,5648,3848,6709,4954,7066,6922,6225,4757,6310,5041,4525,6320,3942,6906,6203,2708,6408,5983,5810,3608,4079,5618,6079,5267,3216,3445,5393,4118,3751,3758,2999,5948,3883,3591,4973,5890,6028,5700,8276,5250,5015,3964,3459,7358,4143,4869,6271,5202,4191,3560,4657,3551,5323,5085,4050,3671,4601,6312,6902,5826,2520,4892,3287,3867,5868,5078,4444,2621,5309,5795,6921,3872,6701,3350,4367,3530,4067,2607,5695,5365,4274,4042,2137,3686,3788,3099,5091,2095,8086,2655,4729,4963,3770,4740,7918,2757,3364,3162,4846,2742,6139,2825,4181,3601,4112,5616,4356,6571,3015,3965,5258,3430,6867,6240,5982,6185,5740,4058,5822,4238,1886,5031,3331,3298,2476,5156,5100,6667,4047,5227,3023,5635,3893,4306,3832,5209,5777,4967,3678,4455,4786,4652,2834,2028,5270,6432,4913,4126,3096,4665,3674,4001,3979,7321,4761,5,31,2392,7380,9811,8382,8621,1658,1435,4976,3515,4250,3133,2664,6013,6531,6768,7010,4251,6275,5901,1769,4829,4780,3745,3937,1336,6870,4317,3920,2676,1562,7461,4979,5857,3126,2185,2552,7777,5574,7502,7549,2731,4099,14828,890,2226,5834,4316,4909,3150,4428,4116,1970,2794,2766,3407,4802,5082,3516,2527,6082,7220,5308,11041,5087,5688,2122,7823,5470,6118,5768,3332,4146,1827,5631,7491,4301,4956,7872,3212,3760,1881,2693,4050,6771,6770,4912,7303,6226,1645,9286,52,2400,130,4966,6908,4887,1756,943,172,1696,881,7074,4400,8265,144,7218,4700,823,274,1182,103,1188,2095,2990,3214,3784,8937,1035,3407,7451,3176,9676,2363,12487,6200,5877,5297,3468,2700,9827,4541,13025,6454,15026,6144,11897,8526,8094,4215,5198,7239,4610,4254,7759,3294,3121,6763,5421,2149,4922,7276,7214,9137,14854,9796,5258,2237,8784,5432,3653,9037,3914,2887,6260,8698,6984,6576,6131,6663,6359,3876,8219,6632,8522,5260,8140,4239,2067,9630,9278,3490,9309,7441,8742,6539,6997,6965,5056,6374,7717,4919,11251,3059,8847,3689,8502,5962,6918,3556,668,1961,2646,6557,2999,642,4090,747,2654,2721,2548,5071,3350,6614,8716,4072,4945,3072,3832,7328,12,6479,5564,5473,2254,2782,6963,3088,6919,9301,4018,4854,5367,7349,8314,5851,7725,6394,5039,5715,1775,6405,7248,8496,1061,2374,7058,3497,3840,6735,13893,6891,1124,2288,12090,4800,4258,3750,11780,8279,6893,1579,8226,8652,6445,3540,5255,11464,2957,6974,6364,3562,11385,8314,7775,3967,4730,3429,8934,1,8818,7050,2893,2768,6212,4144,3092,3688,3259,4641,2557,3142,4698,6350,2976,3663,1747,4543,4779,4386,3372,3880,7739,6756,6426,3645,5032,3081,5785,4720,2713,3932,4115,7164,3742,5132,3974,3603,4468,4339,4343,2542,4725,3422,3594,5215,3873,3391,3933,4611,2806,4499,4626,5275,1939,6735,2865,6392,3192,2632,2651,4353,3756,5834,3494,5713,4687,6355,4322,4177,4982,6970,3555,6080,3363,5215,6819,4595,6432,5114,8969,3573,6872,4606,3262,4923,3693,2426,2869,7109,4015,5558,7265,3742,4703,5621,5464,4715,7405,5085,5052,3338,4751,4153,5713,3641,3924,4659,3724,2943,3226,1798,1996,2098,2233,6337,2424,3315,1439,996,1658,2714,2593,3795,2494,1378,2162,1560,4404,2456,3867,3161,3757,65,1913,2698,4548,4982,905,3837,5593,4111,5545,6016,6828,5011,3275,3973,4143,3741,3983,4346,1507,3246,1361,3010,1082,2929,4860,3612,2506,2841,2364,3978,3402,2804,4571,2576,3093,3723,3139,3818,3865,3479,3629,3297,2172,4125,1075,2134,2283,3697,2758,1523,2636,2146,3369,2630,3243,1744,2835,2576,2367,1562,2605,5482,1382,1918,1779,3471,3908,1713,4165,2332,3992,2198,2094,3094,2032,2158,2932,2314,3072,1884,2495,2372,3338,1480,3689,4751,3773,2404,3592,3826,3625,3130,5636,2771,2329,2556,2307,2167,967,1463,3565,3585,2578,5951,2028,2228,3675,3359,2057,2961,1460,3324,2422,2041,2496,2840,3067,521,1664,2222,1133,1937,2808,1930,6787,4351,5,5601,6415,2273,4957,8358,2856,4765,6072,6060,5204,1455,4664,5947,3722,2892,8856,1364,1366,2342,3415,2330,6905,1177,6657,2641,4040,1882,6110,4923,4036,2012,8216,2375,7834,1616,6616,1113,7601,2343,6421,1921,4292,1723,7236,4360,5009,6063,4466,4900,6081,1080,6663,3401,2152,4210,7831,6336,3632,5696,3873,3676,2422,3703,6994,3487,12572,3260,3337,3134,4149,2870,2345,3171,3798,2943,1961,3464,3258,2638,2443,1726,2612,4121,6053,3777,7141,7520,2184,2843,1722,4114,1290,7074,1582,7208,4473,3260,8258,5819,3865,4672,4061,3974,2399,5322,1403,1789,3002,5910,4004,3711,3246,4767,3063,3149,4432,2915,2156,681,4446,13531,1364,2862,2181,3538,5732,2766,7930,3948,1451,3329,3451,6506,2936,7487,2994,4291,3969,3780,3989,1423,5400,4956,2699,5742,1396,4280,5333,4390,1615,4425,1871,2374,1326,3199,2671,4922,3936,1158,1298,1788,1380,1633,3826,1831,1934,1988,2753,2144,2718,1746,1908,2160,1580,1929,1638,1471,1799,2001,1389,2295,2882,1916,1850,1312,1833,1643,4275,4357,5281,3902,4707,2213,5609,4546,2770,2468,2267,2053,2287,3292,1585,1391,1606,90,1598,1423,1445,1448,4448,4119,3815,1638,3508,2729,4986,3431,4568,3378,4505,1285,4976,1097,4124,1576,4589,1277,1621,1232,1057,1895,1852,1325,24,1556,1265,1671,5694,11,1249,2158,1196,1738,2434,1486,2498,1663,1961,2673,2768,2835,2820,1672,2494,1398,1443,2534,3059,3974,2630,2070,180,1872,3088,2860,2971,5400,1651,2651,1824,3372,1434,2393,9137,3568,2284,1560,2096,1692,3334,4981,1149,4086,4256,3369,2924,3578,1848,3812,3329,1908,2302,2471,6297,5258,6227,4856,5871,5307,3609,2205,4443,2098,1175,1603,1707,5380,3007,4369,3948,3252,1469,4969,3754,4060,1416,2015,2011,5256,3010,5666,2472,3528,2852,3873,1700,2660,2489,6603,4750,3219,4772,3404,6670,3949,4392,5232,5507,6148,4401,2598,972,7696,4205,6474,5077,4800,2074,6270,2744,4311,1977,2178,6972,10247,7544,1230,3837,7,5614,1963,3712,3283,6765,3308,4199,4313,4687,3106,4670,5403,3665,2600,5051,4039,2748,6612,3189,1813,2336,2432,6038,4291,2599,3703,6735,2460,7247,5395,2318,8964,9587,3771,5869,3203,6163,7346,4028,6208,6920,3868,2244,2366,3151,1599,3558,2289,1928,1923,1673,3091,2326,1877,1125,2337,3217,4290,4077,8475,1751,2382,4953,1513,2233,2239,2431,3162,2077,1211,1358,1642,1496,2775,2772,4085,3938,11164,7067,3490,3365,3066,1426,2453,3293,62,3464,3725,4093,3713,3595,1336,3256,9834,5742,6219,4601,1838,2038,930,2752,4769,3169,2164,3097,2861,1453,2328,2777,2862,2998,3173,4726,2802,3075,3093,6277,4929,1920,7417,616,8079,2056,4707,3723,3831,4205,6726,1860,2175,6105,5707,1734,3108,1501,570,2613,3340,4166,1724,5213,3718,2604,2237,12344,2674,3868,3005,3314,2561,8485,4652,3872,1507,4127,3555,3454,4385,4938,5790,5652,2876,3811,3307,3823,3042,4091,2771,5620,1575,5635,4589,1454,3003,3872,6057,2409,6808,3873,7205,4736,3959,3374,5202,6699,3445,4644,3166,4887,5478,7532,4536,8992,4449,4499,2553,4758,6754,2898,1750,6758,5236,5113,1823,6474,3571,5551,9220,6299,5858,4653,2558,8791,34,4361,3779,6261,4404,2563,5094,6170,3906,3321,6700,4245,5756,3511,1762,2768,7814,7708,4928,6135,2577,4469,1119,5408,5056,4313,5188,6594,2360,3880,5995,3988,3517,3786,4242,4856,5521,4183,4904,3793,1984,6285,6086,6134,7330,5159,5714,3987,5479,3733,3794,7778,7549,6868,3233,4935,3540,6233,4937,2972,830,3555,3068,3793,5873,8716,5889,5518,4022,6452,3314,3872,5921,4928,4940,5546,5065,6199,4434,6281,2215,5056,2415,6101,2851,2463,4325,4038,3633,4913,4829,4778,2565,3114,2543,2857,7333,2001,5803,2757,4672,2128,5385,8434,4415,4520,4469,1264,4649,4375,1363,6618,3261,4042,2753,5384,2954,3289,6119,2781,2715,2354,5021,4684,4237,3772,4031,2383,3932,7177,7233,4441,3147,5077,6468,3625,2157,3666,3612,4884,3910,4702,5421,4626,5887,2178,2947,3505,3005,5433,3915,5991,4270,5746,4448,3103,3731,1980,9622,7932,1895,4401,6189,5504,3416,7178,8641,3548,3311,5267,4768,3355,4392,3211,5005,6068,3559,3579,5338,2664,3901,5330,3675,2332,4231,1149,6364,5707,4097,5090,4485,2777,3144,3840,4188,4839,5137,2064,4580,4662,3236,3039,3930,4059,3198,6562,6761,4182,6302,6546,4840,3951,4928,6276,5319,7519,4448,3346,5676,4252,2981,3272,9911,5340,5897,5948,8709,2565,3856,6441,4937,4725,5290,5359,6548,2098,2383,2101,3925,4692,3453,5102,4159,929,6701,2234,2572,3041,5017,3723,5161,4459,3833,1932,3163,2502,5651,5220,3226,4373,4541,135,2987,5973,7814,5703,3450,7077,6299,1467,2124,4875,3206,4695,3574,2984,5627,3982,3974,3930,5996,6266,159,2762,3537,4638,4673,4159,5527,4075,2765,3544,3370,4182,3502,6612,1869,7783,1457,1917,3414,4629,7461,5816,8658,4812,3892,4551,6083,3866,3453,6011,9991,2069,6520,1192,4293,2005,4561,5630,4106,3796,3224,3318,4259,2478,3847,6130,4531,6314,6122,3627,4559,5049,4504,3140,3516,4249,8906,3315,1635,3956,2180,3536,5439,7110,4337,6591,6437,7177,4639,5868,5650,7261,5825,3353,6843,2896,5541,3760,1958,7027,4205,6319,4053,8060,3506,7894,7881,7778,7428,2846,178,6852,2268,6260,4050,7383,1610,7329,5291,5971,4339,5639,3889,1887,6155,3907,2811,6346,2066,3521,2444,2883,1559,4384,4145,3676,3143,3746,4197,4705,1919,2910,1205,6454,6828,3500,3391,5286,4123,4282,7907,3892,3224,3907,3612,4466,3229,6593,3348,4492,5701,2492,4458,3106,1811,3613,4804,3985,4297,3872,6801,4086,1776,3686,2988,2635,4831,2134,3229,7113,1895,1630,4463,3458,3136,5174,1580,2672,1715,2732,4724,1814,4237,4039,1524,3814,5139,2834,3310,3591,4106,2317,3195,3186,2610,2117,2949,4562,1792,3715,3416,2848,3266,5967,4439,4425,1283,3408,1354,2804,3288,6448,2902,3711,4412,3875,4544,5256,1590,5357,6003,2366,4115,4253,4984,4201,3618,5998,5488,5581,5565,5613,5018,5504,5663,5941,5961,5923,6475,4621,4732,2809,4580,5967,4772,3926,8353,4885,4369,6611,2819,6406,2091,3664,5128,3168,4072,4976,4542,4915,3506,3877,6056,7334,3342,3821,4829,4264,2875,2182,3692,4514,3019,5231,4573,4664,2732,3481,6190,4427,5397,5332,2945,3256,2698,1926,5793,4724,2646,5434,2814,4051,6348,5774,5112,6926,2729,5034,4261,4363,5357,4613,6601,2428,4641,4673,5113,2867,5807,3498,4576,4587,6731,4147,6511,6419,5176,5860,3642,2826,3130,4935,6199,3788,4580,4946,3270,4700,2179,5581,3256,3895,5715,4419,4399,3075,5582,4100,4631,5873,2606,7578,3976,6425,3333,6283,1975,5643,5943,4415,3901,2810,2792,4847,648,5,3,37],"Replica / Ground truth":{"__ndarray__":"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","dtype":"float64","shape":[5118]},"color":["#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4","#1F77B4"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502,3503,3504,3505,3506,3507,3508,3509,3510,3511,3512,3513,3514,3515,3516,3517,3518,3519,3520,3521,3522,3523,3524,3525,3526,3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,3542,3543,3544,3545,3546,3547,3548,3549,3550,3551,3552,3553,3554,3555,3556,3557,3558,3559,3560,3561,3562,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,3574,3575,3576,3577,3578,3579,3580,3581,3582,3583,3584,3585,3586,3587,3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3616,3617,3618,3619,3620,3621,3622,3623,3624,3625,3626,3627,3628,3629,3630,3631,3632,3633,3634,3635,3636,3637,3638,3639,3640,3641,3642,3643,3644,3645,3646,3647,3648,3649,3650,3651,3652,3653,3654,3655,3656,3657,3658,3659,3660,3661,3662,3663,3664,3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675,3676,3677,3678,3679,3680,3681,3682,3683,3684,3685,3686,3687,3688,3689,3690,3691,3692,3693,3694,3695,3696,3697,3698,3699,3700,3701,3702,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,3718,3719,3720,3721,3722,3723,3724,3725,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738,3739,3740,3741,3742,3743,3744,3745,3746,3747,3748,3749,3750,3751,3752,3753,3754,3755,3756,3757,3758,3759,3760,3761,3762,3763,3764,3765,3766,3767,3768,3769,3770,3771,3772,3773,3774,3775,3776,3777,3778,3779,3780,3781,3782,3783,3784,3785,3786,3787,3788,3789,3790,3791,3792,3793,3794,3795,3796,3797,3798,3799,3800,3801,3802,3803,3804,3805,3806,3807,3808,3809,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3833,3834,3835,3836,3837,3838,3839,3840,3841,3842,3843,3844,3845,3846,3847,3848,3849,3850,3851,3852,3853,3854,3855,3856,3857,3858,3859,3860,3861,3862,3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878,3879,3880,3881,3882,3883,3884,3885,3886,3887,3888,3889,3890,3891,3892,3893,3894,3895,3896,3897,3898,3899,3900,3901,3902,3903,3904,3905,3906,3907,3908,3909,3910,3911,3912,3913,3914,3915,3916,3917,3918,3919,3920,3921,3922,3923,3924,3925,3926,3927,3928,3929,3930,3931,3932,3933,3934,3935,3936,3937,3938,3939,3940,3941,3942,3943,3944,3945,3946,3947,3948,3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961,3962,3963,3964,3965,3966,3967,3968,3969,3970,3971,3972,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3990,3991,3992,3993,3994,3995,3996,3997,3998,3999,4000,4001,4002,4003,4004,4005,4006,4007,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4036,4037,4038,4039,4040,4041,4042,4043,4044,4045,4046,4047,4048,4049,4050,4051,4052,4053,4054,4055,4056,4057,4058,4059,4060,4061,4062,4063,4064,4065,4066,4067,4068,4069,4070,4071,4072,4073,4074,4075,4076,4077,4078,4079,4080,4081,4082,4083,4084,4085,4086,4087,4088,4089,4090,4091,4092,4093,4094,4095,4096,4097,4098,4099,4100,4101,4102,4103,4104,4105,4106,4107,4108,4109,4110,4111,4112,4113,4114,4115,4116,4117,4118,4119,4120,4121,4122,4123,4124,4125,4126,4127,4128,4129,4130,4131,4132,4133,4134,4135,4136,4137,4138,4139,4140,4141,4142,4143,4144,4145,4146,4147,4148,4149,4150,4151,4152,4153,4154,4155,4156,4157,4158,4159,4160,4161,4162,4163,4164,4165,4166,4167,4168,4169,4170,4171,4172,4173,4174,4175,4176,4177,4178,4179,4180,4181,4182,4183,4184,4185,4186,4187,4188,4189,4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,4220,4221,4222,4223,4224,4225,4226,4227,4228,4229,4230,4231,4232,4233,4234,4235,4236,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246,4247,4248,4249,4250,4251,4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264,4265,4266,4267,4268,4269,4270,4271,4272,4273,4274,4275,4276,4277,4278,4279,4280,4281,4282,4283,4284,4285,4286,4287,4288,4289,4290,4291,4292,4293,4294,4295,4296,4297,4298,4299,4300,4301,4302,4303,4304,4305,4306,4307,4308,4309,4310,4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,4327,4328,4329,4330,4331,4332,4333,4334,4335,4336,4337,4338,4339,4340,4341,4342,4343,4344,4345,4346,4347,4348,4349,4350,4351,4352,4353,4354,4355,4356,4357,4358,4359,4360,4361,4362,4363,4364,4365,4366,4367,4368,4369,4370,4371,4372,4373,4374,4375,4376,4377,4378,4379,4380,4381,4382,4383,4384,4385,4386,4387,4388,4389,4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,4404,4405,4406,4407,4408,4409,4410,4411,4412,4413,4414,4415,4416,4417,4418,4419,4420,4421,4422,4423,4424,4425,4426,4427,4428,4429,4430,4431,4432,4433,4434,4435,4436,4437,4438,4439,4440,4441,4442,4443,4444,4445,4446,4447,4448,4449,4450,4451,4452,4453,4454,4455,4456,4457,4458,4459,4460,4461,4462,4463,4464,4465,4466,4467,4468,4469,4470,4471,4472,4473,4474,4475,4476,4477,4478,4479,4480,4481,4482,4483,4484,4485,4486,4487,4488,4489,4490,4491,4492,4493,4494,4495,4496,4497,4498,4499,4500,4501,4502,4503,4504,4505,4506,4507,4508,4509,4510,4511,4512,4513,4514,4515,4516,4517,4518,4519,4520,4521,4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,4536,4537,4538,4539,4540,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550,4551,4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567,4568,4569,4570,4571,4572,4573,4574,4575,4576,4577,4578,4579,4580,4581,4582,4583,4584,4585,4586,4587,4588,4589,4590,4591,4592,4593,4594,4595,4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609,4610,4611,4612,4613,4614,4615,4616,4617,4618,4619,4620,4621,4622,4623,4624,4625,4626,4627,4628,4629,4630,4631,4632,4633,4634,4635,4636,4637,4638,4639,4640,4641,4642,4643,4644,4645,4646,4647,4648,4649,4650,4651,4652,4653,4654,4655,4656,4657,4658,4659,4660,4661,4662,4663,4664,4665,4666,4667,4668,4669,4670,4671,4672,4673,4674,4675,4676,4677,4678,4679,4680,4681,4682,4683,4684,4685,4686,4687,4688,4689,4690,4691,4692,4693,4694,4695,4696,4697,4698,4699,4700,4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4711,4712,4713,4714,4715,4716,4717,4718,4719,4720,4721,4722,4723,4724,4725,4726,4727,4728,4729,4730,4731,4732,4733,4734,4735,4736,4737,4738,4739,4740,4741,4742,4743,4744,4745,4746,4747,4748,4749,4750,4751,4752,4753,4754,4755,4756,4757,4758,4759,4760,4761,4762,4763,4764,4765,4766,4767,4768,4769,4770,4771,4772,4773,4774,4775,4776,4777,4778,4779,4780,4781,4782,4783,4784,4785,4786,4787,4788,4789,4790,4791,4792,4793,4794,4795,4796,4797,4798,4799,4800,4801,4802,4803,4804,4805,4806,4807,4808,4809,4810,4811,4812,4813,4814,4815,4816,4817,4818,4819,4820,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4831,4832,4833,4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,4848,4849,4850,4851,4852,4853,4854,4855,4856,4857,4858,4859,4860,4861,4862,4863,4864,4865,4866,4867,4868,4869,4870,4871,4872,4873,4874,4875,4876,4877,4878,4879,4880,4881,4882,4883,4884,4885,4886,4887,4888,4889,4890,4891,4892,4893,4894,4895,4896,4897,4898,4899,4900,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4911,4912,4913,4914,4915,4916,4917,4918,4919,4920,4921,4922,4923,4924,4925,4926,4927,4928,4929,4930,4931,4932,4933,4934,4935,4936,4937,4938,4939,4940,4941,4942,4943,4944,4945,4946,4947,4948,4949,4950,4951,4952,4953,4954,4955,4956,4957,4958,4959,4960,4961,4962,4963,4964,4965,4966,4967,4968,4969,4970,4971,4972,4973,4974,4975,4976,4977,4978,4979,4980,4981,4982,4983,4984,4985,4986,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,5000,5001,5002,5003,5004,5005,5006,5007,5008,5009,5010,5011,5012,5013,5014,5015,5016,5017,5018,5019,5020,5021,5022,5023,5024,5025,5026,5027,5028,5029,5030,5031,5032,5033,5034,5035,5036,5037,5038,5039,5040,5041,5042,5043,5044,5045,5046,5047,5048,5049,5050,5051,5052,5053,5054,5055,5056,5057,5058,5059,5060,5061,5062,5063,5064,5065,5066,5067,5068,5069,5070,5071,5072,5073,5074,5075,5076,5077,5078,5079,5080,5081,5082,5083,5084,5085,5086,5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102,5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,5113,5114,5115,5116,5117],"map":["https://www.google.com/maps?q=41.082255911067044,-73.68413925656253","https://www.google.com/maps?q=41.10356144465546,-73.63677292319922","https://www.google.com/maps?q=41.06073548686199,-73.6250979898024","https://www.google.com/maps?q=41.06630844565722,-73.59177089742795","https://www.google.com/maps?q=41.039076706656914,-73.64146799595187","https://www.google.com/maps?q=41.026229968733844,-73.65985410908884","https://www.google.com/maps?q=41.016577042144036,-73.64244774486302","https://www.google.com/maps?q=41.02850914380363,-73.62636769339332","https://www.google.com/maps?q=41.03016734070589,-73.61493514501795","https://www.google.com/maps?q=41.03859051070218,-73.59984107080852","https://www.google.com/maps?q=41.04987184884908,-73.57731147087635","https://www.google.com/maps?q=41.01754725209634,-73.56946375022774","https://www.google.com/maps?q=41.02477307442291,-73.58456699768843","https://www.google.com/maps?q=41.01196517461472,-73.61853564824507","https://www.google.com/maps?q=40.991384466476966,-73.63689980262454","https://www.google.com/maps?q=41.05346383809239,-73.54093628542182","https://www.google.com/maps?q=41.12745217482106,-73.59922443648948","https://www.google.com/maps?q=41.15109045772591,-73.56462993736675","https://www.google.com/maps?q=41.12257510655413,-73.54892900758183","https://www.google.com/maps?q=41.08365725635604,-73.57288614157514","https://www.google.com/maps?q=41.09561615423594,-73.55454204294816","https://www.google.com/maps?q=41.107729788895135,-73.52786752946862","https://www.google.com/maps?q=41.0913820488063,-73.54133031332444","https://www.google.com/maps?q=41.094826500211816,-73.52170331203239","https://www.google.com/maps?q=41.084087612762836,-73.52514616696067","https://www.google.com/maps?q=41.072878217077175,-73.52464257567988","https://www.google.com/maps?q=41.07456502622887,-73.54133804138151","https://www.google.com/maps?q=41.0655530633604,-73.55273796438065","https://www.google.com/maps?q=41.052000309907754,-73.56004771168188","https://www.google.com/maps?q=41.04995959406486,-73.5495879274584","https://www.google.com/maps?q=41.062617149303634,-73.5401595426523","https://www.google.com/maps?q=41.05576971855635,-73.53123683690501","https://www.google.com/maps?q=41.06378505129252,-73.52662109604542","https://www.google.com/maps?q=41.06247757699208,-73.5160155877789","https://www.google.com/maps?q=41.04320209063886,-73.50825341043785","https://www.google.com/maps?q=41.053046741628,-73.51423913362157","https://www.google.com/maps?q=41.04417555980927,-73.5269957946629","https://www.google.com/maps?q=41.04155877306505,-73.53839743495385","https://www.google.com/maps?q=41.03414859899441,-73.55074150917139","https://www.google.com/maps?q=41.0246866113027,-73.52768544494867","https://www.google.com/maps?q=41.09963833796217,-73.48707795632835","https://www.google.com/maps?q=41.08402357571628,-73.46523633229333","https://www.google.com/maps?q=41.05563434517093,-73.47145586015358","https://www.google.com/maps?q=41.067003128188816,-73.48993439124199","https://www.google.com/maps?q=41.08012304391935,-73.50253217519986","https://www.google.com/maps?q=41.142978511820694,-73.49317306382002","https://www.google.com/maps?q=41.172466257107665,-73.5218230843662","https://www.google.com/maps?q=41.12916450410833,-73.50098388768679","https://www.google.com/maps?q=41.17269334834855,-73.47994004813303","https://www.google.com/maps?q=41.15574872111586,-73.40135212298108","https://www.google.com/maps?q=41.137043840633346,-73.39010991323732","https://www.google.com/maps?q=41.14500968511379,-73.42072151711108","https://www.google.com/maps?q=41.130217587102116,-73.40722365784372","https://www.google.com/maps?q=41.14639622164369,-73.44212979738555","https://www.google.com/maps?q=41.13207910436212,-73.44115755910393","https://www.google.com/maps?q=41.11033231839188,-73.45676021078357","https://www.google.com/maps?q=41.114771406455155,-73.44332116024424","https://www.google.com/maps?q=41.121614734136436,-73.42992388644412","https://www.google.com/maps?q=41.12624818088452,-73.41989924569005","https://www.google.com/maps?q=41.120390266415356,-73.38934172713503","https://www.google.com/maps?q=41.11581368952698,-73.40342636019373","https://www.google.com/maps?q=41.114346055569705,-73.41421421696889","https://www.google.com/maps?q=41.112278071674055,-73.42842163944546","https://www.google.com/maps?q=41.08926420804521,-73.43890610454594","https://www.google.com/maps?q=41.09830674779158,-73.42613474548462","https://www.google.com/maps?q=41.09814658095598,-73.41731671569674","https://www.google.com/maps?q=41.1014945327893,-73.4066405065334","https://www.google.com/maps?q=41.09798516175811,-73.3931001139634","https://www.google.com/maps?q=41.069044410825,-73.40556594313927","https://www.google.com/maps?q=41.084222105658526,-73.42574674167545","https://www.google.com/maps?q=41.06636681876753,-73.43463998269094","https://www.google.com/maps?q=41.20888196121,-73.46556294967662","https://www.google.com/maps?q=41.22638671541073,-73.43230120766198","https://www.google.com/maps?q=41.199162610946104,-73.43821738856403","https://www.google.com/maps?q=41.16674990023099,-73.43971517862082","https://www.google.com/maps?q=41.17946323179214,-73.40057183012532","https://www.google.com/maps?q=41.15713975412548,-73.37618833992723","https://www.google.com/maps?q=41.152104378405625,-73.35538153759975","https://www.google.com/maps?q=41.16264738815051,-73.333399639712","https://www.google.com/maps?q=41.09362763254278,-73.37091498192723","https://www.google.com/maps?q=41.11841445548684,-73.35694704979754","https://www.google.com/maps?q=41.12376305975838,-73.32308674014476","https://www.google.com/maps?q=41.23931850900828,-73.3808854490569","https://www.google.com/maps?q=41.20425487189482,-73.35408218257719","https://www.google.com/maps?q=41.21407870904901,-73.24155089542379","https://www.google.com/maps?q=41.199978968553395,-73.25108506165571","https://www.google.com/maps?q=41.20402304999095,-73.27553707055311","https://www.google.com/maps?q=41.18536259069863,-73.30581297600934","https://www.google.com/maps?q=41.155053059608804,-73.28620528462629","https://www.google.com/maps?q=41.13666579581311,-73.28643167426006","https://www.google.com/maps?q=41.156275569767246,-73.26308315182932","https://www.google.com/maps?q=41.1591526876085,-73.24755477723684","https://www.google.com/maps?q=41.17079873701295,-73.25101897314714","https://www.google.com/maps?q=41.183275375945826,-73.24686516042719","https://www.google.com/maps?q=41.19279461299156,-73.22676873712409","https://www.google.com/maps?q=41.18067020590321,-73.22833687082333","https://www.google.com/maps?q=41.17463691449269,-73.2353253968508","https://www.google.com/maps?q=41.16554372585827,-73.23451848155297","https://www.google.com/maps?q=41.1440118378309,-73.24268616596237","https://www.google.com/maps?q=41.12842410320021,-73.2657855514756","https://www.google.com/maps?q=41.150813774071004,-73.22719761659621","https://www.google.com/maps?q=41.16125304096337,-73.22101940752448","https://www.google.com/maps?q=41.163693642756094,-73.21007093392207","https://www.google.com/maps?q=41.154705417619766,-73.19919920531667","https://www.google.com/maps?q=41.16729729024894,-73.19294249569417","https://www.google.com/maps?q=41.17430632305497,-73.18824176943029","https://www.google.com/maps?q=41.170626740932846,-73.20162183442622","https://www.google.com/maps?q=41.171511988447676,-73.21809429376661","https://www.google.com/maps?q=41.17586220650498,-73.21059616217482","https://www.google.com/maps?q=41.177218302467864,-73.20430616594322","https://www.google.com/maps?q=41.179508106110106,-73.20002465745718","https://www.google.com/maps?q=41.18576763687834,-73.19970821441143","https://www.google.com/maps?q=41.1833073392976,-73.1958405303752","https://www.google.com/maps?q=41.19392555438327,-73.20206375981519","https://www.google.com/maps?q=41.18923655948953,-73.20693079945109","https://www.google.com/maps?q=41.18586419539765,-73.2153187785185","https://www.google.com/maps?q=41.197715180547576,-73.21465044645943","https://www.google.com/maps?q=41.202447702237755,-73.20929211863772","https://www.google.com/maps?q=41.209361768220106,-73.20331946704633","https://www.google.com/maps?q=41.20942430981851,-73.2179943865216","https://www.google.com/maps?q=41.22006201179991,-73.22797521981381","https://www.google.com/maps?q=41.221423985663904,-73.20901171253102","https://www.google.com/maps?q=41.21780456603004,-73.19697360093646","https://www.google.com/maps?q=41.21222357214552,-73.19016659404325","https://www.google.com/maps?q=41.214666445425294,-73.17837685610276","https://www.google.com/maps?q=41.210566560565915,-73.16746278351047","https://www.google.com/maps?q=41.19938426426246,-73.15891203995784","https://www.google.com/maps?q=41.19523161693776,-73.16257250491638","https://www.google.com/maps?q=41.20039782492565,-73.17834373502562","https://www.google.com/maps?q=41.19481111282955,-73.1839881639608","https://www.google.com/maps?q=41.19383792494469,-73.17768105504942","https://www.google.com/maps?q=41.190366968864026,-73.16426570438703","https://www.google.com/maps?q=41.18896988192068,-73.175724727542","https://www.google.com/maps?q=41.18800533130701,-73.18500014973063","https://www.google.com/maps?q=41.18018297321302,-73.17986662295235","https://www.google.com/maps?q=41.182750664413646,-73.16499269051582","https://www.google.com/maps?q=41.16736186009693,-73.16875337325261","https://www.google.com/maps?q=41.19759613538302,-73.14991887951352","https://www.google.com/maps?q=41.18888590413794,-73.14540802742263","https://www.google.com/maps?q=41.17627763641308,-73.14287331427482","https://www.google.com/maps?q=41.158402090506584,-73.13057458439768","https://www.google.com/maps?q=41.18025528021052,-73.1265151813342","https://www.google.com/maps?q=41.19478680892081,-73.1255849614419","https://www.google.com/maps?q=41.20989539462997,-73.11918031502391","https://www.google.com/maps?q=41.204058829490414,-73.13952351143668","https://www.google.com/maps?q=41.215552323072785,-73.15431133441713","https://www.google.com/maps?q=41.22337936378575,-73.14249625871119","https://www.google.com/maps?q=41.23065806720883,-73.12114149083692","https://www.google.com/maps?q=41.251884241717185,-73.11912099557102","https://www.google.com/maps?q=41.281690124079354,-73.25468110945326","https://www.google.com/maps?q=41.26633690178425,-73.23137326145789","https://www.google.com/maps?q=41.238833728752624,-73.23099829918863","https://www.google.com/maps?q=41.23697185226404,-73.20184985192336","https://www.google.com/maps?q=41.239085862014946,-73.16487021960651","https://www.google.com/maps?q=41.257362278858714,-73.17594062201573","https://www.google.com/maps?q=41.278382077939725,-73.2053356159996","https://www.google.com/maps?q=41.32051215730813,-73.26151475440562","https://www.google.com/maps?q=41.32207568164557,-73.21724678971798","https://www.google.com/maps?q=41.358016963895025,-73.20464111523867","https://www.google.com/maps?q=41.242353294116555,-73.30523157930887","https://www.google.com/maps?q=41.28306606067148,-73.29597302825228","https://www.google.com/maps?q=41.31591840754234,-73.09319547487227","https://www.google.com/maps?q=41.301172904353066,-73.08005890750168","https://www.google.com/maps?q=41.28053084156897,-73.09743326224385","https://www.google.com/maps?q=41.2993791856686,-73.11813219445006","https://www.google.com/maps?q=41.27350715458797,-73.14002272980412","https://www.google.com/maps?q=41.288935494393215,-73.17275246684797","https://www.google.com/maps?q=41.311858074705064,-73.1667230055628","https://www.google.com/maps?q=41.338070026291575,-73.14427714150081","https://www.google.com/maps?q=41.36258090273264,-73.42470565039771","https://www.google.com/maps?q=41.37735159462985,-73.40618766449688","https://www.google.com/maps?q=41.407227173820736,-73.39101259312163","https://www.google.com/maps?q=41.36293241614555,-73.38381610267776","https://www.google.com/maps?q=41.48078293138857,-73.42404651051127","https://www.google.com/maps?q=41.4763135827265,-73.37705937334276","https://www.google.com/maps?q=41.44532113068242,-73.39666429470708","https://www.google.com/maps?q=41.39536896477123,-73.45180855984607","https://www.google.com/maps?q=41.39986272396302,-73.44608125786769","https://www.google.com/maps?q=41.4088881922675,-73.43676746296673","https://www.google.com/maps?q=41.398681820405926,-73.42090207374092","https://www.google.com/maps?q=41.36261828122461,-73.47188377310344","https://www.google.com/maps?q=41.38302823844995,-73.4604358503326","https://www.google.com/maps?q=41.39686776800847,-73.46624971830444","https://www.google.com/maps?q=41.38878560968771,-73.47204658140151","https://www.google.com/maps?q=41.4054115999598,-73.51412407877521","https://www.google.com/maps?q=41.423488862720355,-73.4996602913434","https://www.google.com/maps?q=41.43413728284456,-73.48177941929006","https://www.google.com/maps?q=41.43871122748078,-73.4656588820125","https://www.google.com/maps?q=41.4332407599115,-73.45742348213851","https://www.google.com/maps?q=41.441808725640996,-73.44245576441213","https://www.google.com/maps?q=41.43321624308027,-73.42401604411567","https://www.google.com/maps?q=41.463716012629085,-73.52082332110514","https://www.google.com/maps?q=41.492252958555696,-73.4977150869941","https://www.google.com/maps?q=41.494309428776134,-73.45880137746046","https://www.google.com/maps?q=41.437085014175885,-73.31343302791508","https://www.google.com/maps?q=41.41190788009165,-73.31196261534858","https://www.google.com/maps?q=41.39550899423985,-73.33958305737121","https://www.google.com/maps?q=41.358277049396605,-73.31084302486198","https://www.google.com/maps?q=41.40926248892968,-73.22457127565067","https://www.google.com/maps?q=41.384179440308564,-73.25041078491053","https://www.google.com/maps?q=41.29456377058548,-73.42578146679008","https://www.google.com/maps?q=41.31258653752509,-73.36726687676605","https://www.google.com/maps?q=41.32091818442662,-73.50573280352893","https://www.google.com/maps?q=41.33129359010529,-73.48982473812944","https://www.google.com/maps?q=41.28412279083531,-73.47427642905039","https://www.google.com/maps?q=41.25747863451916,-73.48335350779813","https://www.google.com/maps?q=41.27469483352009,-73.51638659793932","https://www.google.com/maps?q=41.32690954160529,-73.52964310279721","https://www.google.com/maps?q=41.58020833049411,-73.49870209727565","https://www.google.com/maps?q=41.195832426476805,-73.19393381391237","https://www.google.com/maps?q=41.31737821451694,-73.06339831650398","https://www.google.com/maps?q=41.334597498764126,-73.1009516764357","https://www.google.com/maps?q=41.332543951454866,-73.05702520714964","https://www.google.com/maps?q=41.34695607247837,-73.06203991917046","https://www.google.com/maps?q=41.34613407863723,-73.08992310302122","https://www.google.com/maps?q=41.356125890664806,-73.07972748314366","https://www.google.com/maps?q=41.40316729114799,-73.05780910547266","https://www.google.com/maps?q=41.37248735483642,-73.06633498653036","https://www.google.com/maps?q=41.37523619203457,-73.10623942582296","https://www.google.com/maps?q=41.305185261652795,-72.92483192136439","https://www.google.com/maps?q=41.293660573700855,-72.92006011997184","https://www.google.com/maps?q=41.299489075424496,-72.93274952117685","https://www.google.com/maps?q=41.284098192781954,-72.93270822322097","https://www.google.com/maps?q=41.293788948226,-72.94195539344817","https://www.google.com/maps?q=41.30163083773514,-72.94071035842057","https://www.google.com/maps?q=41.31206698282648,-72.9388118114437","https://www.google.com/maps?q=41.30604808577917,-72.94945376071884","https://www.google.com/maps?q=41.31696932614501,-72.95102257895144","https://www.google.com/maps?q=41.318414788861524,-72.96351989816638","https://www.google.com/maps?q=41.32066983623671,-72.98305012682924","https://www.google.com/maps?q=41.33370262265928,-72.97495206717338","https://www.google.com/maps?q=41.33691279818448,-72.95916513752813","https://www.google.com/maps?q=41.32653338590027,-72.94532086820782","https://www.google.com/maps?q=41.329041872772756,-72.93354016693058","https://www.google.com/maps?q=41.3185086880501,-72.93394248080847","https://www.google.com/maps?q=41.327455304522694,-72.92107190682538","https://www.google.com/maps?q=41.322940615486885,-72.91099028943503","https://www.google.com/maps?q=41.3144243118296,-72.91732219636764","https://www.google.com/maps?q=41.3117631822658,-72.91138318018311","https://www.google.com/maps?q=41.304167140302496,-72.91335536754703","https://www.google.com/maps?q=41.30507185295851,-72.89847268261305","https://www.google.com/maps?q=41.31572264874142,-72.90206746545498","https://www.google.com/maps?q=41.31958831757787,-72.89415696615288","https://www.google.com/maps?q=41.32559409918682,-72.87763135824426","https://www.google.com/maps?q=41.3139293016056,-72.8749167335283","https://www.google.com/maps?q=41.30282307025875,-72.88323326860149","https://www.google.com/maps?q=41.29052666391063,-72.89744101399022","https://www.google.com/maps?q=41.265552337814334,-72.89835214309731","https://www.google.com/maps?q=41.22238296809633,-73.06049594629279","https://www.google.com/maps?q=41.20539127685122,-73.06647344644571","https://www.google.com/maps?q=41.205346108116004,-73.08816190402767","https://www.google.com/maps?q=41.19199696910646,-73.08607102244213","https://www.google.com/maps?q=41.18628981935323,-73.1070250285907","https://www.google.com/maps?q=41.226138041520144,-73.09117044566284","https://www.google.com/maps?q=41.25221630499663,-73.06792876223848","https://www.google.com/maps?q=41.243701601811466,-73.0329845688183","https://www.google.com/maps?q=41.218310374997856,-73.04096822735855","https://www.google.com/maps?q=41.20954446328009,-73.01974299384091","https://www.google.com/maps?q=41.22612857675608,-73.0126290334251","https://www.google.com/maps?q=41.238262832579785,-73.00339106494799","https://www.google.com/maps?q=41.29950671309327,-72.97290969336187","https://www.google.com/maps?q=41.27341079881023,-72.97884323924002","https://www.google.com/maps?q=41.27894527401012,-72.94580246440326","https://www.google.com/maps?q=41.27113597716562,-72.96337590618678","https://www.google.com/maps?q=41.249076566543685,-72.9816687639736","https://www.google.com/maps?q=41.248857871190566,-72.96927887961014","https://www.google.com/maps?q=41.263215458807316,-72.95594186727048","https://www.google.com/maps?q=41.26903491526819,-72.93468833532779","https://www.google.com/maps?q=41.25841699944208,-72.9442119576776","https://www.google.com/maps?q=41.266768952276635,-73.00388433879273","https://www.google.com/maps?q=41.26751737299932,-73.03601536531937","https://www.google.com/maps?q=41.290004779507996,-73.05737931546314","https://www.google.com/maps?q=41.296964749095686,-73.01142916780725","https://www.google.com/maps?q=41.33281542002366,-73.01887465405684","https://www.google.com/maps?q=41.36947071506343,-73.00547926080695","https://www.google.com/maps?q=41.4260988446413,-72.99308122655157","https://www.google.com/maps?q=41.3466077334876,-72.89139321546719","https://www.google.com/maps?q=41.34832769194012,-72.90562308927636","https://www.google.com/maps?q=41.36550354123875,-72.91289692831863","https://www.google.com/maps?q=41.34574800986473,-72.92009248233961","https://www.google.com/maps?q=41.340405381057415,-72.9338174174586","https://www.google.com/maps?q=41.355899841328046,-72.93235526220407","https://www.google.com/maps?q=41.34672179151944,-72.95011858422325","https://www.google.com/maps?q=41.37451256362282,-72.92730901531388","https://www.google.com/maps?q=41.373647770266075,-72.9536378994039","https://www.google.com/maps?q=41.42648430529046,-72.9311612232447","https://www.google.com/maps?q=41.38978673718011,-72.90794787750892","https://www.google.com/maps?q=41.42775596022106,-72.89125020053235","https://www.google.com/maps?q=41.39599050285106,-72.87733219057586","https://www.google.com/maps?q=41.369592977193804,-72.8641149922023","https://www.google.com/maps?q=41.40578676730908,-72.84460714884617","https://www.google.com/maps?q=41.36209485609911,-72.84201764115672","https://www.google.com/maps?q=41.539150993994014,-72.79659927131","https://www.google.com/maps?q=41.54165119628001,-72.80325123172258","https://www.google.com/maps?q=41.54406892999779,-72.81125491149895","https://www.google.com/maps?q=41.55583042757974,-72.83108008637578","https://www.google.com/maps?q=41.530077538250595,-72.8410972521544","https://www.google.com/maps?q=41.5303557919527,-72.8275800329254","https://www.google.com/maps?q=41.532482613337706,-72.8162180389683","https://www.google.com/maps?q=41.52125931513331,-72.81275964417904","https://www.google.com/maps?q=41.532701470652256,-72.80899400152349","https://www.google.com/maps?q=41.533494966492505,-72.79732795311341","https://www.google.com/maps?q=41.51861102528297,-72.79607864161113","https://www.google.com/maps?q=41.51407227792047,-72.76646748189573","https://www.google.com/maps?q=41.53549100457121,-72.77788755039266","https://www.google.com/maps?q=41.53808216379092,-72.78982254576914","https://www.google.com/maps?q=41.54861526554745,-72.78849770992535","https://www.google.com/maps?q=41.561772823241064,-72.79220649207923","https://www.google.com/maps?q=41.554853006367026,-72.76289391489983","https://www.google.com/maps?q=41.46145900014564,-72.81579821137183","https://www.google.com/maps?q=41.452159489296626,-72.82280526615851","https://www.google.com/maps?q=41.4356528418752,-72.82427214195322","https://www.google.com/maps?q=41.47133728856956,-72.82247900399716","https://www.google.com/maps?q=41.45732181022098,-72.855062800689","https://www.google.com/maps?q=41.48280819339492,-72.84347723941256","https://www.google.com/maps?q=41.501752585865304,-72.83424440702741","https://www.google.com/maps?q=41.478077490800935,-72.78962781662852","https://www.google.com/maps?q=41.445551124110175,-72.80275700199837","https://www.google.com/maps?q=41.44322366003699,-72.77304753626062","https://www.google.com/maps?q=41.2519955712078,-72.87412671173915","https://www.google.com/maps?q=41.27312991911914,-72.88060175382807","https://www.google.com/maps?q=41.27441679749448,-72.86767881684963","https://www.google.com/maps?q=41.29439254945391,-72.86705168884524","https://www.google.com/maps?q=41.31610057306179,-72.85994026976135","https://www.google.com/maps?q=41.313250702468146,-72.84114676210963","https://www.google.com/maps?q=41.33800341901687,-72.83367305423694","https://www.google.com/maps?q=41.28109405871863,-72.81284867317311","https://www.google.com/maps?q=41.2770061028551,-72.84359316174348","https://www.google.com/maps?q=41.259653924740284,-72.83756865765275","https://www.google.com/maps?q=41.26005162739442,-72.80599297200838","https://www.google.com/maps?q=41.283662672638414,-72.78532518509734","https://www.google.com/maps?q=41.27048927244049,-72.75505205692124","https://www.google.com/maps?q=41.302824986469915,-72.80494260772466","https://www.google.com/maps?q=41.331000130023774,-72.77092753500904","https://www.google.com/maps?q=41.37832964739769,-72.77926875567101","https://www.google.com/maps?q=41.279998227169386,-72.66937589392407","https://www.google.com/maps?q=41.270807747658566,-72.70764314068545","https://www.google.com/maps?q=41.32120578549769,-72.67426369542828","https://www.google.com/maps?q=41.31941885942965,-72.72088566853337","https://www.google.com/maps?q=41.3885618763952,-72.7105007961449","https://www.google.com/maps?q=41.27265544498921,-72.59044437139522","https://www.google.com/maps?q=41.35559664726057,-72.64818260912207","https://www.google.com/maps?q=41.35295557846907,-72.61755201760627","https://www.google.com/maps?q=41.439012202905396,-73.05676284136486","https://www.google.com/maps?q=41.539192536501574,-72.884384775332","https://www.google.com/maps?q=41.511335126700764,-72.87519371306749","https://www.google.com/maps?q=41.53701100673065,-72.9318936850903","https://www.google.com/maps?q=41.480257505034636,-72.88817387470081","https://www.google.com/maps?q=41.48225112300968,-72.92656407365531","https://www.google.com/maps?q=41.53462060739597,-73.10426440495544","https://www.google.com/maps?q=41.5209094197447,-73.1379839183837","https://www.google.com/maps?q=41.50622639478319,-73.03536448998051","https://www.google.com/maps?q=41.48247300081599,-73.0348591869795","https://www.google.com/maps?q=41.47359161940056,-73.01370106207833","https://www.google.com/maps?q=41.479777648164756,-73.07438883524594","https://www.google.com/maps?q=41.503163877643466,-73.07646470145289","https://www.google.com/maps?q=41.42291362600414,-73.11343263032532","https://www.google.com/maps?q=41.43756857501284,-73.15120625088454","https://www.google.com/maps?q=41.50279811484473,-72.96237525234012","https://www.google.com/maps?q=41.494996347685976,-72.99314457471263","https://www.google.com/maps?q=41.477935566864055,-73.28112438838167","https://www.google.com/maps?q=41.4908705719595,-73.18251654909542","https://www.google.com/maps?q=41.4499276538838,-73.2054377202771","https://www.google.com/maps?q=41.481979037386644,-73.22545983026797","https://www.google.com/maps?q=41.493432510100305,-73.24184626115628","https://www.google.com/maps?q=41.556616679734084,-73.04121778613852","https://www.google.com/maps?q=41.565300196398134,-73.03441097687977","https://www.google.com/maps?q=41.56247735831664,-73.02789627117177","https://www.google.com/maps?q=41.55648248438092,-73.0305633885881","https://www.google.com/maps?q=41.54780284841582,-73.03383373120428","https://www.google.com/maps?q=41.565799077166936,-73.04611368493471","https://www.google.com/maps?q=41.575606095464096,-73.04570184464211","https://www.google.com/maps?q=41.57480181708776,-73.03470601618334","https://www.google.com/maps?q=41.57254205276444,-73.0139329594432","https://www.google.com/maps?q=41.55518222650137,-73.0210791903167","https://www.google.com/maps?q=41.54981509448041,-73.01334353501407","https://www.google.com/maps?q=41.53981601995171,-73.02677223229905","https://www.google.com/maps?q=41.52702459279944,-73.033177815734","https://www.google.com/maps?q=41.539433721763785,-73.05029679279323","https://www.google.com/maps?q=41.533145821560865,-73.05813186124627","https://www.google.com/maps?q=41.54496353720464,-73.04824061953896","https://www.google.com/maps?q=41.551716994218665,-73.07495920440118","https://www.google.com/maps?q=41.53094500251443,-73.06195958838302","https://www.google.com/maps?q=41.566079641932944,-73.07623341863183","https://www.google.com/maps?q=41.578678966102025,-73.07750315162284","https://www.google.com/maps?q=41.582877046794756,-73.06365545711856","https://www.google.com/maps?q=41.58779408719181,-73.0507345392841","https://www.google.com/maps?q=41.60418314128231,-73.02935317391025","https://www.google.com/maps?q=41.58810148124779,-73.02742522339648","https://www.google.com/maps?q=41.5591193330835,-72.99507063984512","https://www.google.com/maps?q=41.545171066197376,-72.97732102641969","https://www.google.com/maps?q=41.5488017446789,-72.99102346020028","https://www.google.com/maps?q=41.53228340412423,-73.00053083275279","https://www.google.com/maps?q=41.58308610018873,-72.9632807580216","https://www.google.com/maps?q=41.60008714479851,-73.00256911095309","https://www.google.com/maps?q=41.6239698795549,-72.9715039473046","https://www.google.com/maps?q=41.30865741476827,-72.9312815495357","https://www.google.com/maps?q=41.31460975537997,-72.92526849890307","https://www.google.com/maps?q=41.287552322399925,-72.9573761026197","https://www.google.com/maps?q=41.033178506593195,-74.13325003647765","https://www.google.com/maps?q=40.96171051378587,-73.91995605317157","https://www.google.com/maps?q=41.006699325105906,-73.94276415153641","https://www.google.com/maps?q=40.99320546312942,-73.95092498372959","https://www.google.com/maps?q=40.9303637197669,-73.98662837383735","https://www.google.com/maps?q=40.92519005793706,-73.99591390994388","https://www.google.com/maps?q=40.929197686613286,-74.0047394801627","https://www.google.com/maps?q=40.91790161069675,-74.01216555306411","https://www.google.com/maps?q=40.91534217524734,-74.00557593694664","https://www.google.com/maps?q=40.917760590792625,-73.98899104866811","https://www.google.com/maps?q=40.87958832771638,-74.02965230121713","https://www.google.com/maps?q=40.87188939155359,-74.02919296419529","https://www.google.com/maps?q=40.824968587886204,-74.06137173712156","https://www.google.com/maps?q=40.82829080657991,-73.98879978589149","https://www.google.com/maps?q=40.82148488220105,-73.98656027359146","https://www.google.com/maps?q=40.82679586803636,-73.98082317196109","https://www.google.com/maps?q=40.813896406542774,-73.9912113380394","https://www.google.com/maps?q=40.974628662796334,-73.97473502458462","https://www.google.com/maps?q=40.97220159563435,-73.9486186081939","https://www.google.com/maps?q=40.94044525110003,-73.9596346590511","https://www.google.com/maps?q=40.95499920568853,-73.95676670523719","https://www.google.com/maps?q=40.96220094534526,-73.99763792575288","https://www.google.com/maps?q=40.94580504113736,-73.98232823076874","https://www.google.com/maps?q=40.93987076267551,-73.99498855180109","https://www.google.com/maps?q=40.946748264348805,-73.99908828844049","https://www.google.com/maps?q=40.917795087688624,-74.12122963297013","https://www.google.com/maps?q=40.910455659567745,-74.12698141942764","https://www.google.com/maps?q=40.89623275964026,-74.12353415263334","https://www.google.com/maps?q=40.90268928809082,-74.11247972231713","https://www.google.com/maps?q=40.81514557473356,-74.08256257818417","https://www.google.com/maps?q=40.84510148719826,-74.11274153932627","https://www.google.com/maps?q=40.8116119150585,-73.98137976043199","https://www.google.com/maps?q=40.83589623400145,-73.96622068958425","https://www.google.com/maps?q=40.97492092107104,-74.02391057401533","https://www.google.com/maps?q=40.89717455039327,-73.9611428232983","https://www.google.com/maps?q=40.90727728608056,-73.97679593106398","https://www.google.com/maps?q=40.89636760661975,-73.9866765489067","https://www.google.com/maps?q=40.88853305629943,-73.98081581225297","https://www.google.com/maps?q=40.87919540863457,-73.97040296187397","https://www.google.com/maps?q=40.882164118323956,-73.94672375958623","https://www.google.com/maps?q=40.945091789649176,-74.11092421215167","https://www.google.com/maps?q=40.942500021836516,-74.13353383867594","https://www.google.com/maps?q=40.92915664930834,-74.13110235978354","https://www.google.com/maps?q=40.935063538572706,-74.103877911275","https://www.google.com/maps?q=40.925088058323844,-74.10786478557631","https://www.google.com/maps?q=40.815524918189396,-73.99656868922273","https://www.google.com/maps?q=40.81912370432443,-74.00438239046255","https://www.google.com/maps?q=40.85770631608084,-73.95802377529013","https://www.google.com/maps?q=40.86302029471355,-73.97274549671566","https://www.google.com/maps?q=40.860645927306855,-73.96723990967084","https://www.google.com/maps?q=40.85072512577424,-73.96416444336235","https://www.google.com/maps?q=40.855768511079525,-73.97493460097616","https://www.google.com/maps?q=40.853645438579996,-73.97847192074931","https://www.google.com/maps?q=40.84706646365084,-73.98117676349085","https://www.google.com/maps?q=40.83647633343042,-73.9852733575906","https://www.google.com/maps?q=40.84269717856518,-73.97401415266886","https://www.google.com/maps?q=40.83310199058155,-73.97788882271168","https://www.google.com/maps?q=41.02534152419895,-74.19637605906505","https://www.google.com/maps?q=40.997607864225124,-74.21581969142358","https://www.google.com/maps?q=40.88729025629949,-74.1090083107579","https://www.google.com/maps?q=40.88375920032724,-74.11973405008783","https://www.google.com/maps?q=40.87834106413717,-74.10867934030145","https://www.google.com/maps?q=40.88012960358403,-74.09878927864708","https://www.google.com/maps?q=40.868621455012644,-74.1019776104693","https://www.google.com/maps?q=40.87014452935053,-74.10965186755732","https://www.google.com/maps?q=40.96715430932734,-74.12663011271454","https://www.google.com/maps?q=40.956846802795404,-74.12409706200668","https://www.google.com/maps?q=40.89619921848774,-74.03635548976975","https://www.google.com/maps?q=40.90248991031399,-74.04374817493765","https://www.google.com/maps?q=40.90528319350492,-74.05037953630875","https://www.google.com/maps?q=40.89449998055176,-74.05482133027436","https://www.google.com/maps?q=40.88804086420098,-74.05933311495349","https://www.google.com/maps?q=40.87884228959991,-74.05993352393538","https://www.google.com/maps?q=40.88969464262419,-74.04723415041937","https://www.google.com/maps?q=40.88456644494342,-74.05078123528914","https://www.google.com/maps?q=40.86596346525766,-74.0391011912529","https://www.google.com/maps?q=40.875587973242204,-74.04470222093742","https://www.google.com/maps?q=41.01638928980682,-73.98559403086182","https://www.google.com/maps?q=40.98987730168265,-73.98020505866295","https://www.google.com/maps?q=40.861973076783904,-74.07002844614723","https://www.google.com/maps?q=40.86194334054946,-74.07993195848486","https://www.google.com/maps?q=41.00838026354626,-74.0284229095084","https://www.google.com/maps?q=41.006517918689184,-74.0552654692977","https://www.google.com/maps?q=41.00007983321969,-74.09733585937727","https://www.google.com/maps?q=40.86522619777575,-73.99309922830987","https://www.google.com/maps?q=40.86131738085143,-73.9837050718943","https://www.google.com/maps?q=40.85450984605822,-74.03631374463274","https://www.google.com/maps?q=40.84335607011152,-74.0393792069534","https://www.google.com/maps?q=40.88332102589803,-74.07333618365129","https://www.google.com/maps?q=40.879047883135705,-74.09019854158551","https://www.google.com/maps?q=40.87641144609214,-74.08567493563592","https://www.google.com/maps?q=40.870420084531375,-74.08173783479619","https://www.google.com/maps?q=40.79091114083442,-74.1027664979726","https://www.google.com/maps?q=40.81629963801574,-74.1249547728841","https://www.google.com/maps?q=40.80947422701382,-74.13302996107234","https://www.google.com/maps?q=40.80345806934507,-74.12208818474755","https://www.google.com/maps?q=41.05063112281223,-74.1837535110609","https://www.google.com/maps?q=41.08060073658074,-74.1629239187918","https://www.google.com/maps?q=41.09302769891485,-74.20335136233088","https://www.google.com/maps?q=41.083436476094946,-74.12689697690669","https://www.google.com/maps?q=41.0959767677059,-74.14220718818679","https://www.google.com/maps?q=40.90996085495746,-74.06012913862176","https://www.google.com/maps?q=40.89997660880622,-74.06701802837375","https://www.google.com/maps?q=40.89510249331242,-74.06245212315606","https://www.google.com/maps?q=40.99513768906119,-74.14098306720253","https://www.google.com/maps?q=41.05285459376696,-74.04966888203317","https://www.google.com/maps?q=41.02533985885643,-74.06027873995744","https://www.google.com/maps?q=40.859773695207515,-74.05598177709444","https://www.google.com/maps?q=40.84011604630178,-74.05754594597502","https://www.google.com/maps?q=40.945485715227626,-74.01616407060429","https://www.google.com/maps?q=40.93373272446888,-74.01833896288366","https://www.google.com/maps?q=40.9223330078375,-74.02353611087594","https://www.google.com/maps?q=40.78548740998404,-74.12223601204478","https://www.google.com/maps?q=40.7842993910672,-74.13590635059636","https://www.google.com/maps?q=40.794059691834825,-74.13800205934757","https://www.google.com/maps?q=41.03829825482611,-74.2477548380361","https://www.google.com/maps?q=41.036823324722725,-74.22094106683552","https://www.google.com/maps?q=41.01250902661849,-74.24412245789487","https://www.google.com/maps?q=40.96096236365845,-74.02882512721187","https://www.google.com/maps?q=40.94973358691709,-74.03488519861278","https://www.google.com/maps?q=40.850865855575115,-74.0022461328612","https://www.google.com/maps?q=40.84825469099963,-73.99312401655578","https://www.google.com/maps?q=40.84195826768232,-73.99793791315386","https://www.google.com/maps?q=40.844768374837635,-73.98767965991718","https://www.google.com/maps?q=40.93967475660652,-74.05295048844756","https://www.google.com/maps?q=40.96635653852346,-74.08513086108549","https://www.google.com/maps?q=40.963739805157395,-74.06525190816525","https://www.google.com/maps?q=40.94503547553158,-74.08006914166256","https://www.google.com/maps?q=40.92323343473896,-74.07264544145404","https://www.google.com/maps?q=41.03952680129518,-74.0518000458274","https://www.google.com/maps?q=41.030576009821914,-74.03171373709215","https://www.google.com/maps?q=41.05660036368686,-74.15774647023358","https://www.google.com/maps?q=41.0518520229615,-74.1327692039749","https://www.google.com/maps?q=41.06821194378649,-74.13469889971319","https://www.google.com/maps?q=40.83088727639038,-73.99936563135381","https://www.google.com/maps?q=40.831328295257656,-74.01952186861426","https://www.google.com/maps?q=40.85160209439256,-74.01526469550458","https://www.google.com/maps?q=40.863261805409756,-74.02593669811392","https://www.google.com/maps?q=40.852593504779996,-74.02537912143407","https://www.google.com/maps?q=40.98733277325544,-74.09659148903751","https://www.google.com/maps?q=40.99719735394834,-74.12251680187889","https://www.google.com/maps?q=40.97968681714362,-74.13482728474352","https://www.google.com/maps?q=40.978157281578355,-74.12025576985822","https://www.google.com/maps?q=40.97088643137385,-74.10263146950466","https://www.google.com/maps?q=40.9251630795201,-74.03338055590521","https://www.google.com/maps?q=40.92779321198088,-74.04173155541493","https://www.google.com/maps?q=41.02730108061249,-74.00947707188205","https://www.google.com/maps?q=40.99620965514895,-74.00599545527886","https://www.google.com/maps?q=40.90720160097771,-74.07941141034726","https://www.google.com/maps?q=40.837541681954924,-74.1155584750062","https://www.google.com/maps?q=40.82706204058831,-74.11805360466278","https://www.google.com/maps?q=40.82883118767665,-74.10637735388522","https://www.google.com/maps?q=40.80947558328081,-74.09886430247278","https://www.google.com/maps?q=40.910349397684804,-74.09779883232214","https://www.google.com/maps?q=40.8938684712991,-74.09257527954067","https://www.google.com/maps?q=41.02729623077029,-74.09555579226698","https://www.google.com/maps?q=41.06330275271157,-74.09858021627763","https://www.google.com/maps?q=40.894606243580455,-73.99618094810775","https://www.google.com/maps?q=40.89947375122521,-74.00454425231844","https://www.google.com/maps?q=40.90549368190853,-74.01709946521359","https://www.google.com/maps?q=40.891364139546546,-74.02675127520911","https://www.google.com/maps?q=40.8858240659365,-74.01398498435363","https://www.google.com/maps?q=40.87279217266418,-74.00797104978007","https://www.google.com/maps?q=40.915064069804096,-73.94565093751349","https://www.google.com/maps?q=40.92394660274246,-73.97338478762204","https://www.google.com/maps?q=41.01221893278525,-74.11035515949656","https://www.google.com/maps?q=41.01375100441692,-74.13430914588982","https://www.google.com/maps?q=40.85698766396468,-74.10202697608477","https://www.google.com/maps?q=40.848988224329574,-74.10771813111288","https://www.google.com/maps?q=40.85532345576701,-74.11410114271403","https://www.google.com/maps?q=40.991353857034674,-74.07090594519548","https://www.google.com/maps?q=40.98535208555566,-74.05640150524749","https://www.google.com/maps?q=40.98891820314783,-74.02082445714248","https://www.google.com/maps?q=40.98674728961874,-74.04120578824937","https://www.google.com/maps?q=40.85177362881944,-74.08850871010773","https://www.google.com/maps?q=41.01337428970118,-74.1598834862261","https://www.google.com/maps?q=41.00578699176597,-74.17559169247211","https://www.google.com/maps?q=40.98731722775827,-74.18005944816134","https://www.google.com/maps?q=40.98696982230093,-74.15762217376538","https://www.google.com/maps?q=40.78248366720847,-74.16912816626574","https://www.google.com/maps?q=40.771414093677556,-74.17678365348915","https://www.google.com/maps?q=40.77727600950296,-74.17827107021633","https://www.google.com/maps?q=40.77433030424582,-74.18288932407508","https://www.google.com/maps?q=40.76798588451125,-74.18365625684383","https://www.google.com/maps?q=40.76859424879964,-74.18726824584299","https://www.google.com/maps?q=40.759359965721956,-74.1920287847655","https://www.google.com/maps?q=40.76112595157557,-74.1853895002824","https://www.google.com/maps?q=40.75414174817205,-74.18785734817466","https://www.google.com/maps?q=40.747733405395046,-74.18240789545935","https://www.google.com/maps?q=40.74321940313179,-74.18245354820225","https://www.google.com/maps?q=40.7422664646437,-74.19436192349734","https://www.google.com/maps?q=40.74311403585627,-74.1985577759323","https://www.google.com/maps?q=40.74625739255315,-74.19185595083589","https://www.google.com/maps?q=40.750825020796704,-74.19284476307944","https://www.google.com/maps?q=40.75068149244165,-74.19776405632814","https://www.google.com/maps?q=40.74497239151193,-74.20381162393585","https://www.google.com/maps?q=40.74538806985335,-74.21348462770757","https://www.google.com/maps?q=40.74861513630322,-74.23208287894762","https://www.google.com/maps?q=40.74320120025333,-74.2346146781186","https://www.google.com/maps?q=40.73767227506417,-74.24525460067787","https://www.google.com/maps?q=40.73532965997893,-74.24006252078325","https://www.google.com/maps?q=40.738667218277484,-74.23216662296691","https://www.google.com/maps?q=40.74178535910392,-74.22613497974088","https://www.google.com/maps?q=40.74379052524985,-74.2209187666636","https://www.google.com/maps?q=40.73978901339811,-74.20864378465023","https://www.google.com/maps?q=40.73593732291787,-74.20087672403893","https://www.google.com/maps?q=40.73178009353278,-74.19235834488556","https://www.google.com/maps?q=40.73329856199622,-74.21166685400885","https://www.google.com/maps?q=40.72872217059618,-74.20781079301464","https://www.google.com/maps?q=40.730776157826455,-74.19976090192982","https://www.google.com/maps?q=40.72704994968176,-74.1945932299988","https://www.google.com/maps?q=40.72461076968147,-74.20597322832708","https://www.google.com/maps?q=40.7256758552172,-74.21342931120782","https://www.google.com/maps?q=40.71864740636177,-74.21827547878566","https://www.google.com/maps?q=40.714252360510535,-74.21674549951793","https://www.google.com/maps?q=40.710808191201934,-74.22307406322716","https://www.google.com/maps?q=40.70969533841683,-74.21593862844988","https://www.google.com/maps?q=40.705261104147006,-74.21256966295935","https://www.google.com/maps?q=40.7108530357231,-74.20201537378092","https://www.google.com/maps?q=40.69939055888277,-74.2028717299432","https://www.google.com/maps?q=40.709256300909814,-74.20708890447726","https://www.google.com/maps?q=40.71498504315236,-74.19778915531413","https://www.google.com/maps?q=40.714565029677566,-74.2068192766126","https://www.google.com/maps?q=40.71916521112543,-74.21318916786028","https://www.google.com/maps?q=40.719204296069414,-74.20912935575497","https://www.google.com/maps?q=40.72008288211169,-74.20322767071215","https://www.google.com/maps?q=40.71829328840346,-74.18460278622621","https://www.google.com/maps?q=40.729697095205395,-74.186230857486","https://www.google.com/maps?q=40.73759159583872,-74.18400374069078","https://www.google.com/maps?q=40.72706416098861,-74.18713716090905","https://www.google.com/maps?q=40.72534583697949,-74.1800816817536","https://www.google.com/maps?q=40.71909615129244,-74.1737599679454","https://www.google.com/maps?q=40.72364106993218,-74.1663918440847","https://www.google.com/maps?q=40.72232480816912,-74.1612614908347","https://www.google.com/maps?q=40.7205046644099,-74.1564617847365","https://www.google.com/maps?q=40.72401632751376,-74.15376154935154","https://www.google.com/maps?q=40.727468280280895,-74.15001423894768","https://www.google.com/maps?q=40.71796087528154,-74.13361366388014","https://www.google.com/maps?q=40.73649579259228,-74.13371923533542","https://www.google.com/maps?q=40.72949803534562,-74.129207009974","https://www.google.com/maps?q=40.73003843789611,-74.15539197202523","https://www.google.com/maps?q=40.72828286665512,-74.15981586876816","https://www.google.com/maps?q=40.7272877576873,-74.16706879011365","https://www.google.com/maps?q=40.73191564122044,-74.16250034108549","https://www.google.com/maps?q=40.73370637125613,-74.16948831796277","https://www.google.com/maps?q=40.734124095221254,-74.17678955619036","https://www.google.com/maps?q=40.74056670370868,-74.18859235313002","https://www.google.com/maps?q=40.75523442433832,-74.16966003979726","https://www.google.com/maps?q=40.7528393270505,-74.17305301325725","https://www.google.com/maps?q=40.75519920278872,-74.17553750310606","https://www.google.com/maps?q=40.7537613279076,-74.18114034538519","https://www.google.com/maps?q=40.759548553967804,-74.17959649600417","https://www.google.com/maps?q=40.75968088656692,-74.16742609437487","https://www.google.com/maps?q=40.765874807782986,-74.16587103399394","https://www.google.com/maps?q=40.76648901954802,-74.17301616715278","https://www.google.com/maps?q=40.774085600770505,-74.16751383290891","https://www.google.com/maps?q=40.77370651771537,-74.1572995644972","https://www.google.com/maps?q=40.7776823864247,-74.16132969910336","https://www.google.com/maps?q=40.78223062178303,-74.21835438518634","https://www.google.com/maps?q=40.77959522573716,-74.21486527031969","https://www.google.com/maps?q=40.778168499497674,-74.20634749495481","https://www.google.com/maps?q=40.77220987201673,-74.19760583293314","https://www.google.com/maps?q=40.76625947348929,-74.19864301685875","https://www.google.com/maps?q=40.771917369951964,-74.210284714924","https://www.google.com/maps?q=40.769785897778476,-74.2164292832961","https://www.google.com/maps?q=40.76447181831912,-74.2095966677019","https://www.google.com/maps?q=40.761838417044494,-74.2030440227272","https://www.google.com/maps?q=40.75982518571,-74.19741002219166","https://www.google.com/maps?q=40.75415446984142,-74.20546199731275","https://www.google.com/maps?q=40.75686925837907,-74.21165271316933","https://www.google.com/maps?q=40.75976984454147,-74.21601528921562","https://www.google.com/maps?q=40.764291200735634,-74.22051185501344","https://www.google.com/maps?q=40.75592945551995,-74.23091403534656","https://www.google.com/maps?q=40.75570005087014,-74.22594410607199","https://www.google.com/maps?q=40.75571560135422,-74.2194905827238","https://www.google.com/maps?q=40.75168098748962,-74.21874353718952","https://www.google.com/maps?q=40.747998626989,-74.22449502707126","https://www.google.com/maps?q=40.72721946426863,-74.22819069169904","https://www.google.com/maps?q=40.71570491748514,-74.24676730131301","https://www.google.com/maps?q=40.72257759200799,-74.24400288698966","https://www.google.com/maps?q=40.72686856497206,-74.24139761418009","https://www.google.com/maps?q=40.73195658910359,-74.23466926802466","https://www.google.com/maps?q=40.72099986852642,-74.23746787242185","https://www.google.com/maps?q=40.73355693731776,-74.22672129153678","https://www.google.com/maps?q=40.73510191150531,-74.22145942267032","https://www.google.com/maps?q=40.71179378696141,-74.23428091010732","https://www.google.com/maps?q=40.7166693414302,-74.23115071484624","https://www.google.com/maps?q=40.72293792750467,-74.2271352797444","https://www.google.com/maps?q=40.73022844263209,-74.22100334984778","https://www.google.com/maps?q=40.72232606112339,-74.22116818685406","https://www.google.com/maps?q=40.732187883051246,-74.21733790461448","https://www.google.com/maps?q=40.738411532869236,-74.21395568308122","https://www.google.com/maps?q=40.83005917375648,-74.1591332926758","https://www.google.com/maps?q=40.82181461708858,-74.14925152818157","https://www.google.com/maps?q=40.814333553779285,-74.14231514979168","https://www.google.com/maps?q=40.81228079589406,-74.1575837703432","https://www.google.com/maps?q=40.82201829822041,-74.16602199993125","https://www.google.com/maps?q=40.81424226666598,-74.17311441739254","https://www.google.com/maps?q=40.800845971172635,-74.1737270592783","https://www.google.com/maps?q=40.80028405387594,-74.16616688304256","https://www.google.com/maps?q=40.80161664605283,-74.1582862753489","https://www.google.com/maps?q=40.800489711486826,-74.15086674506581","https://www.google.com/maps?q=40.793712727716574,-74.14631005163747","https://www.google.com/maps?q=40.78727443898372,-74.1609999455078","https://www.google.com/maps?q=40.79225062569545,-74.15872545779601","https://www.google.com/maps?q=40.78523705513124,-74.17898929757979","https://www.google.com/maps?q=40.835920972273016,-74.1847214088464","https://www.google.com/maps?q=40.83550423560466,-74.17329386880569","https://www.google.com/maps?q=40.82215470202476,-74.18869693684526","https://www.google.com/maps?q=40.8181257236087,-74.18365205454766","https://www.google.com/maps?q=40.80638154172171,-74.18793252615916","https://www.google.com/maps?q=40.80208687402598,-74.18211954198941","https://www.google.com/maps?q=40.79986941466557,-74.19554913035856","https://www.google.com/maps?q=40.792343342924326,-74.18671102295076","https://www.google.com/maps?q=40.78845819775929,-74.20333142103948","https://www.google.com/maps?q=40.78382581059281,-74.1964374669676","https://www.google.com/maps?q=40.78520906469524,-74.1884176452713","https://www.google.com/maps?q=40.77631838137333,-74.1915248609868","https://www.google.com/maps?q=40.80404260879691,-74.20432928866552","https://www.google.com/maps?q=40.85082274206285,-74.20379215042102","https://www.google.com/maps?q=40.84514276832705,-74.19319186208139","https://www.google.com/maps?q=40.83488497487164,-74.20006968362209","https://www.google.com/maps?q=40.8315099018042,-74.21630714228006","https://www.google.com/maps?q=40.82324232205301,-74.20452803108864","https://www.google.com/maps?q=40.82009228994524,-74.2141691430621","https://www.google.com/maps?q=40.811279950496605,-74.20874158162951","https://www.google.com/maps?q=40.81515080360156,-74.21831931328337","https://www.google.com/maps?q=40.809417342624705,-74.22910357605726","https://www.google.com/maps?q=40.80539490823971,-74.22003988525665","https://www.google.com/maps?q=40.80489668294048,-74.21252860702491","https://www.google.com/maps?q=40.79558286492646,-74.21986041892534","https://www.google.com/maps?q=40.81278874283148,-74.26752399700358","https://www.google.com/maps?q=40.78034199636816,-74.28624692246952","https://www.google.com/maps?q=40.80259019690618,-74.2540862893841","https://www.google.com/maps?q=40.78844597191582,-74.24679686359104","https://www.google.com/maps?q=40.793191600173564,-74.23183209329837","https://www.google.com/maps?q=40.7858933980377,-74.23081220839344","https://www.google.com/maps?q=40.772855943375944,-74.24356029938409","https://www.google.com/maps?q=40.76740384533997,-74.25358687260787","https://www.google.com/maps?q=40.76992131783807,-74.27188238282352","https://www.google.com/maps?q=40.7841170849067,-74.22375080867306","https://www.google.com/maps?q=40.7788078560494,-74.2284632399851","https://www.google.com/maps?q=40.7748661555245,-74.23014424271932","https://www.google.com/maps?q=40.768042783266665,-74.22444630658218","https://www.google.com/maps?q=40.7700150794131,-74.23459768539985","https://www.google.com/maps?q=40.76331936243405,-74.23498729525926","https://www.google.com/maps?q=40.7579315786543,-74.24292471302188","https://www.google.com/maps?q=40.76351817005741,-74.24742793765839","https://www.google.com/maps?q=40.75291395008464,-74.27061106588467","https://www.google.com/maps?q=40.750169449998154,-74.24827819096065","https://www.google.com/maps?q=40.741882046008136,-74.25237217549791","https://www.google.com/maps?q=40.74305023143674,-74.26309367503045","https://www.google.com/maps?q=40.74568750615704,-74.28226126406344","https://www.google.com/maps?q=40.73066801352503,-74.26508588196589","https://www.google.com/maps?q=40.72977146829426,-74.25285913196363","https://www.google.com/maps?q=40.718669480910805,-74.25975566520613","https://www.google.com/maps?q=40.722593566093785,-74.27226377085299","https://www.google.com/maps?q=40.73051302950261,-74.28134354076141","https://www.google.com/maps?q=40.74015740335167,-74.34283429772216","https://www.google.com/maps?q=40.74585852162502,-74.31267378710406","https://www.google.com/maps?q=40.7244916800186,-74.29567981305874","https://www.google.com/maps?q=40.72113002964063,-74.31835619299346","https://www.google.com/maps?q=40.80488657324342,-74.33373652789848","https://www.google.com/maps?q=40.797663613656894,-74.29988996003817","https://www.google.com/maps?q=40.77202851083676,-74.31059334390653","https://www.google.com/maps?q=40.785846084115384,-74.32214256321792","https://www.google.com/maps?q=40.77698786569852,-74.34793612632319","https://www.google.com/maps?q=40.82685570794385,-74.27985011832735","https://www.google.com/maps?q=40.820739201674215,-74.30854865035809","https://www.google.com/maps?q=40.838171863890224,-74.2502387972239","https://www.google.com/maps?q=40.83257992391117,-74.23373352180953","https://www.google.com/maps?q=40.824768133046724,-74.24188507190519","https://www.google.com/maps?q=40.86311673385988,-74.23536641447399","https://www.google.com/maps?q=40.84930659988733,-74.22146908967446","https://www.google.com/maps?q=40.8825743391804,-74.30405391604963","https://www.google.com/maps?q=40.862885971779036,-74.2576738755625","https://www.google.com/maps?q=40.84164006741383,-74.27370083859502","https://www.google.com/maps?q=40.83712396767882,-74.28024366625765","https://www.google.com/maps?q=40.83784848083493,-74.31038780155043","https://www.google.com/maps?q=40.85365180349979,-74.29751241713541","https://www.google.com/maps?q=40.849190571864966,-74.27379745204252","https://www.google.com/maps?q=40.72266756362705,-74.18798094098814","https://www.google.com/maps?q=40.73338626919762,-74.18429256592617","https://www.google.com/maps?q=40.7453397794278,-74.17149235198546","https://www.google.com/maps?q=40.73663580984411,-74.19386883106536","https://www.google.com/maps?q=40.7349697041307,-74.20584311511307","https://www.google.com/maps?q=40.72009640126113,-74.19450311119205","https://www.google.com/maps?q=40.697757212101365,-74.15610299857273","https://www.google.com/maps?q=40.75600123545045,-74.0515293134426","https://www.google.com/maps?q=40.7532475283925,-74.04691799262284","https://www.google.com/maps?q=40.7503173583004,-74.04253220790243","https://www.google.com/maps?q=40.74976828493272,-74.05845735303278","https://www.google.com/maps?q=40.74991377167002,-74.05135312371505","https://www.google.com/maps?q=40.74615857484945,-74.05294732400564","https://www.google.com/maps?q=40.74614809977172,-74.04694411737526","https://www.google.com/maps?q=40.744070973377895,-74.0440173745548","https://www.google.com/maps?q=40.739946294362305,-74.06239340653033","https://www.google.com/maps?q=40.74464355466602,-74.05899991921608","https://www.google.com/maps?q=40.74081519185186,-74.05436905722301","https://www.google.com/maps?q=40.73691359257439,-74.05632371975813","https://www.google.com/maps?q=40.73218477690315,-74.05552097376365","https://www.google.com/maps?q=40.738106966389346,-74.04705164971293","https://www.google.com/maps?q=40.734489323969925,-74.05212817701445","https://www.google.com/maps?q=40.73685425632815,-74.07705568070328","https://www.google.com/maps?q=40.73438944349155,-74.06998039640303","https://www.google.com/maps?q=40.733318759520174,-74.06215892261895","https://www.google.com/maps?q=40.73076565631936,-74.06559140861417","https://www.google.com/maps?q=40.72539302471502,-74.05037305105292","https://www.google.com/maps?q=40.72359056274123,-74.04769097084002","https://www.google.com/maps?q=40.72657970882103,-74.0452694788186","https://www.google.com/maps?q=40.732137218700444,-74.08244046044884","https://www.google.com/maps?q=40.726646018435474,-74.07315089552233","https://www.google.com/maps?q=40.72816299367389,-74.06944322121522","https://www.google.com/maps?q=40.72413180545787,-74.06709895867799","https://www.google.com/maps?q=40.72261187602593,-74.06416531196328","https://www.google.com/maps?q=40.71981144691715,-74.04893447850836","https://www.google.com/maps?q=40.726085520510274,-74.0886805437498","https://www.google.com/maps?q=40.72197772287242,-74.07621007730806","https://www.google.com/maps?q=40.71970383516947,-74.07101781070939","https://www.google.com/maps?q=40.71783441146105,-74.07955159822193","https://www.google.com/maps?q=40.71645405219001,-74.07092630153784","https://www.google.com/maps?q=40.714421097311245,-74.0765644367096","https://www.google.com/maps?q=40.71127741325068,-74.07245706095699","https://www.google.com/maps?q=40.71021786784501,-74.06759210727678","https://www.google.com/maps?q=40.70847353244446,-74.06261298369651","https://www.google.com/maps?q=40.7188235430691,-74.09477722077678","https://www.google.com/maps?q=40.71371457682652,-74.08493281075465","https://www.google.com/maps?q=40.70890875801008,-74.08522320753744","https://www.google.com/maps?q=40.70410869161742,-74.07568649962096","https://www.google.com/maps?q=40.70852398233416,-74.10424928759643","https://www.google.com/maps?q=40.70436240736435,-74.08340335975872","https://www.google.com/maps?q=40.705967831886504,-74.09136218690314","https://www.google.com/maps?q=40.70005947228405,-74.08262513077294","https://www.google.com/maps?q=40.681947798836724,-74.06615959932905","https://www.google.com/maps?q=40.702945864029765,-74.09600323696456","https://www.google.com/maps?q=40.69876826684688,-74.08941504299571","https://www.google.com/maps?q=40.69435015514304,-74.10005516243818","https://www.google.com/maps?q=40.69602860400857,-74.09482778126302","https://www.google.com/maps?q=40.69090760369457,-74.0921842180956","https://www.google.com/maps?q=40.718137977052535,-74.04547140891675","https://www.google.com/maps?q=40.72054659251845,-74.05254222932258","https://www.google.com/maps?q=40.72488512232031,-74.05833655011732","https://www.google.com/maps?q=40.71778437814613,-74.06112448901935","https://www.google.com/maps?q=40.71075305781604,-74.07932854570987","https://www.google.com/maps?q=40.75235681310829,-74.06696097799436","https://www.google.com/maps?q=40.72241785439489,-74.04319139061664","https://www.google.com/maps?q=40.72883340891983,-74.05772044707787","https://www.google.com/maps?q=40.72887588686244,-74.04806180032065","https://www.google.com/maps?q=40.713367794177685,-74.04827963672687","https://www.google.com/maps?q=40.71311114635485,-74.03117786349954","https://www.google.com/maps?q=40.7157936217404,-74.03930079918541","https://www.google.com/maps?q=40.72056510508091,-74.03144651213506","https://www.google.com/maps?q=40.72922910522357,-74.03166856800658","https://www.google.com/maps?q=40.7318836285361,-74.04412508771604","https://www.google.com/maps?q=40.691880644631,-74.11081450837852","https://www.google.com/maps?q=40.68210287989924,-74.10457323168568","https://www.google.com/maps?q=40.67230397578504,-74.08211865818835","https://www.google.com/maps?q=40.667730263266265,-74.08506765298824","https://www.google.com/maps?q=40.68173106278199,-74.11858261589211","https://www.google.com/maps?q=40.67279269371679,-74.1265922492623","https://www.google.com/maps?q=40.66818703147691,-74.11396054462756","https://www.google.com/maps?q=40.65712057981927,-74.0942716671813","https://www.google.com/maps?q=40.66115862043022,-74.11833902455419","https://www.google.com/maps?q=40.662883890002966,-74.12079052505884","https://www.google.com/maps?q=40.666746136742674,-74.12917266982218","https://www.google.com/maps?q=40.66064422314384,-74.13779110926173","https://www.google.com/maps?q=40.65675037867805,-74.12464898310586","https://www.google.com/maps?q=40.64985736834891,-74.12497096491494","https://www.google.com/maps?q=40.64911137146686,-74.14571527933325","https://www.google.com/maps?q=40.64581132564439,-74.13340692020378","https://www.google.com/maps?q=40.77660092594071,-74.13475224860493","https://www.google.com/maps?q=40.78042791702812,-74.1424215568873","https://www.google.com/maps?q=40.77222212120887,-74.14912276928851","https://www.google.com/maps?q=40.7709484744177,-74.14274722088909","https://www.google.com/maps?q=40.749144531467245,-74.11262047014952","https://www.google.com/maps?q=40.754877828692365,-74.14284203695328","https://www.google.com/maps?q=40.75877811107699,-74.14862496078398","https://www.google.com/maps?q=40.75876531064993,-74.15148617996749","https://www.google.com/maps?q=40.76581028204073,-74.15291978568209","https://www.google.com/maps?q=40.757792219605854,-74.15485413599282","https://www.google.com/maps?q=40.7596751642324,-74.15884796142339","https://www.google.com/maps?q=40.751004937015665,-74.16220971655878","https://www.google.com/maps?q=40.750333286836536,-74.15107473579538","https://www.google.com/maps?q=40.748223073241704,-74.15653710331763","https://www.google.com/maps?q=40.74723466113582,-74.16212463410753","https://www.google.com/maps?q=40.74051438043126,-74.15973295905499","https://www.google.com/maps?q=40.74100141599238,-74.14892725179298","https://www.google.com/maps?q=40.80786239458647,-74.00540579835992","https://www.google.com/maps?q=40.79574604024183,-73.99324505593911","https://www.google.com/maps?q=40.80256108631285,-74.0007372302482","https://www.google.com/maps?q=40.79622583390593,-74.00469636273262","https://www.google.com/maps?q=40.8013623434136,-74.01008822131404","https://www.google.com/maps?q=40.807391121369655,-74.01221945955632","https://www.google.com/maps?q=40.798973424588915,-74.01876871548062","https://www.google.com/maps?q=40.794482791802096,-74.02307759118636","https://www.google.com/maps?q=40.802692989122434,-74.02662100440749","https://www.google.com/maps?q=40.780866147001795,-74.03228312877717","https://www.google.com/maps?q=40.772282120457916,-74.04630249820445","https://www.google.com/maps?q=40.76007316283567,-74.04748538701244","https://www.google.com/maps?q=40.78922489792305,-73.99658736307045","https://www.google.com/maps?q=40.79296266823366,-74.00522216189637","https://www.google.com/maps?q=40.79622197591492,-74.01251704728084","https://www.google.com/maps?q=40.785248338972345,-73.99981201448703","https://www.google.com/maps?q=40.78816619524465,-74.00795235223204","https://www.google.com/maps?q=40.79031575392934,-74.00649024234626","https://www.google.com/maps?q=40.79031619524435,-74.01903273048309","https://www.google.com/maps?q=40.78785529351053,-74.01221959005836","https://www.google.com/maps?q=40.78629820587653,-74.01355414770697","https://www.google.com/maps?q=40.780000877443776,-74.0048031733118","https://www.google.com/maps?q=40.78216984330705,-74.01430774580164","https://www.google.com/maps?q=40.78431405241384,-74.0166923117765","https://www.google.com/maps?q=40.785972754932004,-74.02128562274046","https://www.google.com/maps?q=40.779424012732306,-74.01807087630523","https://www.google.com/maps?q=40.77977624499564,-74.02373402964305","https://www.google.com/maps?q=40.77743939373264,-74.02124553120127","https://www.google.com/maps?q=40.77514528690862,-74.02470262147288","https://www.google.com/maps?q=40.77112610521193,-74.02533504345413","https://www.google.com/maps?q=40.77515108509388,-74.0294190863723","https://www.google.com/maps?q=40.7728303132491,-74.03319484375734","https://www.google.com/maps?q=40.77038521381088,-74.03040865225567","https://www.google.com/maps?q=40.766975479131865,-74.0320422231508","https://www.google.com/maps?q=40.7689088462505,-74.03620677480384","https://www.google.com/maps?q=40.764774771537,-74.03927120597046","https://www.google.com/maps?q=40.7640375493595,-74.0339210336367","https://www.google.com/maps?q=40.76127198479542,-74.03136256089412","https://www.google.com/maps?q=40.761398227271215,-74.03559361215078","https://www.google.com/maps?q=40.7586765083437,-74.03757276609306","https://www.google.com/maps?q=40.760047273212756,-74.04105342794259","https://www.google.com/maps?q=40.75764439485491,-74.04313798326612","https://www.google.com/maps?q=40.75478704773171,-74.03827631158529","https://www.google.com/maps?q=40.76707856789712,-74.01451434090814","https://www.google.com/maps?q=40.777145395202886,-74.01563546329734","https://www.google.com/maps?q=40.77211842339589,-74.01964295195322","https://www.google.com/maps?q=40.76409458891985,-74.02775115081053","https://www.google.com/maps?q=40.74017863350317,-74.02288326317252","https://www.google.com/maps?q=40.75395723014159,-74.02083361395648","https://www.google.com/maps?q=40.75394773592723,-74.03141321347289","https://www.google.com/maps?q=40.74840887322151,-74.03471382275616","https://www.google.com/maps?q=40.746856479896806,-74.03023856234691","https://www.google.com/maps?q=40.744515584273636,-74.02648565335078","https://www.google.com/maps?q=40.74896985887957,-74.02721035986939","https://www.google.com/maps?q=40.742110590221785,-74.03180124558584","https://www.google.com/maps?q=40.74456374079626,-74.03608467814732","https://www.google.com/maps?q=40.7425844269744,-74.03874708668246","https://www.google.com/maps?q=40.73991724418147,-74.03714932219142","https://www.google.com/maps?q=40.73790854901457,-74.03984468538647","https://www.google.com/maps?q=40.73708113443501,-74.03191091899895","https://www.google.com/maps?q=40.73923238489746,-74.02969341905998","https://www.google.com/maps?q=40.796678495976224,-74.04833915651093","https://www.google.com/maps?q=40.78067924023032,-74.06657664010493","https://www.google.com/maps?q=40.78696232630049,-74.06188135726836","https://www.google.com/maps?q=40.765319657313924,-74.08291821152176","https://www.google.com/maps?q=40.79284383514357,-74.01348179000416","https://www.google.com/maps?q=40.6952093600235,-74.77831476869771","https://www.google.com/maps?q=40.72748814250176,-74.8886956888727","https://www.google.com/maps?q=40.70354570518067,-74.95200765791093","https://www.google.com/maps?q=40.668193083247296,-75.01260335331739","https://www.google.com/maps?q=40.59651537768818,-75.1220571763691","https://www.google.com/maps?q=40.587773552990214,-75.03368289776132","https://www.google.com/maps?q=40.63389028108292,-74.96717872999155","https://www.google.com/maps?q=40.566611153788116,-74.9348274930766","https://www.google.com/maps?q=40.63557986760939,-74.91244525373138","https://www.google.com/maps?q=40.6432260460534,-74.83511141094966","https://www.google.com/maps?q=40.66841398405896,-74.89384480244985","https://www.google.com/maps?q=40.661390863533285,-74.85907298463331","https://www.google.com/maps?q=40.61388614830674,-74.85312342038553","https://www.google.com/maps?q=40.627327855968765,-74.75431889391571","https://www.google.com/maps?q=40.57618169969344,-74.78787318959715","https://www.google.com/maps?q=40.536109842987386,-74.79560664309173","https://www.google.com/maps?q=40.53347629152501,-74.88036622308445","https://www.google.com/maps?q=40.47942666648051,-74.8736890146049","https://www.google.com/maps?q=40.494600645459464,-74.83250973342822","https://www.google.com/maps?q=40.49847615446781,-74.80679154461444","https://www.google.com/maps?q=40.50865162883029,-74.86011323204792","https://www.google.com/maps?q=40.49204747335505,-75.02064514584373","https://www.google.com/maps?q=40.44387108682363,-74.95440225101174","https://www.google.com/maps?q=40.43460997877857,-74.82190306514937","https://www.google.com/maps?q=40.37919123511381,-74.8953453483493","https://www.google.com/maps?q=40.36871560637766,-74.94280456019536","https://www.google.com/maps?q=40.19558106911057,-74.75553948535503","https://www.google.com/maps?q=40.20222752139878,-74.74981136775855","https://www.google.com/maps?q=40.20355057361485,-74.73874107040501","https://www.google.com/maps?q=40.2070307853711,-74.7466630591728","https://www.google.com/maps?q=40.21104130813853,-74.74162220550983","https://www.google.com/maps?q=40.215441498432206,-74.73626792896414","https://www.google.com/maps?q=40.21332282343015,-74.74724517943413","https://www.google.com/maps?q=40.210071875753734,-74.7546158946941","https://www.google.com/maps?q=40.21953565842199,-74.75983550517067","https://www.google.com/maps?q=40.210978110657194,-74.76388702186257","https://www.google.com/maps?q=40.22219383569525,-74.77610326926224","https://www.google.com/maps?q=40.22848438173181,-74.77951718664643","https://www.google.com/maps?q=40.23397205712743,-74.79987455673685","https://www.google.com/maps?q=40.24082427923626,-74.79430275807073","https://www.google.com/maps?q=40.23571715550319,-74.77402299448913","https://www.google.com/maps?q=40.23309652480456,-74.77913280177394","https://www.google.com/maps?q=40.22739445051295,-74.76910258765395","https://www.google.com/maps?q=40.22670615283037,-74.76136669333664","https://www.google.com/maps?q=40.23353426518736,-74.75695616581363","https://www.google.com/maps?q=40.23951765030942,-74.74340022022925","https://www.google.com/maps?q=40.232452527011034,-74.74492910789336","https://www.google.com/maps?q=40.226616134621445,-74.75239853132338","https://www.google.com/maps?q=40.21964618736333,-74.74650717657515","https://www.google.com/maps?q=40.22486894164552,-74.73916295438929","https://www.google.com/maps?q=40.20718462304343,-74.75666361610273","https://www.google.com/maps?q=40.17991932357866,-74.72595309240378","https://www.google.com/maps?q=40.20695809646852,-74.72808315063475","https://www.google.com/maps?q=40.19754924163639,-74.71482233769483","https://www.google.com/maps?q=40.213278062942784,-74.71726511047527","https://www.google.com/maps?q=40.2148561441381,-74.70205050457793","https://www.google.com/maps?q=40.22832382631276,-74.72420929510204","https://www.google.com/maps?q=40.239821502386306,-74.71623804458092","https://www.google.com/maps?q=40.254146455744085,-74.70145198819192","https://www.google.com/maps?q=40.25640342263153,-74.67724756949558","https://www.google.com/maps?q=40.16940296898742,-74.63080424848108","https://www.google.com/maps?q=40.21256247413684,-74.64787653648511","https://www.google.com/maps?q=40.18895787523504,-74.66911622127071","https://www.google.com/maps?q=40.19659543761301,-74.6873625931124","https://www.google.com/maps?q=40.238746250869056,-74.66657780930069","https://www.google.com/maps?q=40.22908976328466,-74.64918572374262","https://www.google.com/maps?q=40.226641954977275,-74.68148020918065","https://www.google.com/maps?q=40.2114913411353,-74.6776393840744","https://www.google.com/maps?q=40.249266388855034,-74.73769800411547","https://www.google.com/maps?q=40.27222967706073,-74.74451665179674","https://www.google.com/maps?q=40.27286333741017,-74.7149634418897","https://www.google.com/maps?q=40.30215600754179,-74.72820016395414","https://www.google.com/maps?q=40.312507494638986,-74.70953762053455","https://www.google.com/maps?q=40.24186494550282,-74.7647090246898","https://www.google.com/maps?q=40.25799645161668,-74.7640070643707","https://www.google.com/maps?q=40.24902053205863,-74.78607086564303","https://www.google.com/maps?q=40.257479248443055,-74.7860691135949","https://www.google.com/maps?q=40.27177326092681,-74.77559422923933","https://www.google.com/maps?q=40.28262046657259,-74.78319954674366","https://www.google.com/maps?q=40.263402067198165,-74.81605459208184","https://www.google.com/maps?q=40.27753980806282,-74.83983196750306","https://www.google.com/maps?q=40.33066857270949,-74.84396615282529","https://www.google.com/maps?q=40.38900889668392,-74.76386110292465","https://www.google.com/maps?q=40.326196838804584,-74.7906213081586","https://www.google.com/maps?q=40.31524047684247,-74.76580206430013","https://www.google.com/maps?q=40.37782836593252,-74.76545641703406","https://www.google.com/maps?q=40.35494743843514,-74.65473102077877","https://www.google.com/maps?q=40.37345540827046,-74.64412860158576","https://www.google.com/maps?q=40.36642748658383,-74.68939822558761","https://www.google.com/maps?q=40.334613535744694,-74.66916072838643","https://www.google.com/maps?q=40.31330622118836,-74.6509218743855","https://www.google.com/maps?q=40.282882333004935,-74.59467585109209","https://www.google.com/maps?q=40.26973054599661,-74.64005646210829","https://www.google.com/maps?q=40.30166162624797,-74.62344662531872","https://www.google.com/maps?q=40.21310216476712,-74.58147866792113","https://www.google.com/maps?q=40.2387798856732,-74.60891903852156","https://www.google.com/maps?q=40.26845276612709,-74.52509140665502","https://www.google.com/maps?q=40.262954900456734,-74.49138614410349","https://www.google.com/maps?q=40.25140645148749,-74.5210129417456","https://www.google.com/maps?q=40.28405448493322,-74.54996359458838","https://www.google.com/maps?q=40.264940946687425,-74.56156946642609","https://www.google.com/maps?q=40.34788734849925,-74.65431968227071","https://www.google.com/maps?q=40.34810608119297,-74.67176034560562","https://www.google.com/maps?q=40.570023942446824,-74.51196102269327","https://www.google.com/maps?q=40.57923827683551,-74.48910175295403","https://www.google.com/maps?q=40.59023134964237,-74.46559479285393","https://www.google.com/maps?q=40.577238170710785,-74.46889297322141","https://www.google.com/maps?q=40.56545771688989,-74.48264938840522","https://www.google.com/maps?q=40.5681116900655,-74.46023147558041","https://www.google.com/maps?q=40.587818122642034,-74.44768904136991","https://www.google.com/maps?q=40.57067573883237,-74.44450406875453","https://www.google.com/maps?q=40.54968466431922,-74.45851710179328","https://www.google.com/maps?q=40.53638644998255,-74.42646888740516","https://www.google.com/maps?q=40.53144561375898,-74.46005196394081","https://www.google.com/maps?q=40.552373133406064,-74.50398583147198","https://www.google.com/maps?q=40.535369693804775,-74.48591143376935","https://www.google.com/maps?q=40.59159908383475,-74.43217078031404","https://www.google.com/maps?q=40.58535537119106,-74.42378176246741","https://www.google.com/maps?q=40.591937163246556,-74.4146991920111","https://www.google.com/maps?q=40.59135603340632,-74.40271389542825","https://www.google.com/maps?q=40.580587974519524,-74.3966964480892","https://www.google.com/maps?q=40.5641254755085,-74.41694382775249","https://www.google.com/maps?q=40.505161552226056,-74.43523070729249","https://www.google.com/maps?q=40.50070407562421,-74.4182224985296","https://www.google.com/maps?q=40.49367444189808,-74.42763390896914","https://www.google.com/maps?q=40.57844881340755,-74.34795956073978","https://www.google.com/maps?q=40.590984866318315,-74.35273083524214","https://www.google.com/maps?q=40.59762752235785,-74.34685198650799","https://www.google.com/maps?q=40.59323879206115,-74.38068060134523","https://www.google.com/maps?q=40.584047218925804,-74.36841318191229","https://www.google.com/maps?q=40.557553418128165,-74.39055140902641","https://www.google.com/maps?q=40.56480119681975,-74.37176245918114","https://www.google.com/maps?q=40.56313923070079,-74.33976181010014","https://www.google.com/maps?q=40.56306120122045,-74.35238467737226","https://www.google.com/maps?q=40.519429388996436,-74.40373052816778","https://www.google.com/maps?q=40.54170214635897,-74.39309249919758","https://www.google.com/maps?q=40.532208103874176,-74.40216022050261","https://www.google.com/maps?q=40.52008228527447,-74.42113121547543","https://www.google.com/maps?q=40.50476970009061,-74.40710376071839","https://www.google.com/maps?q=40.522735968918454,-74.37724883500336","https://www.google.com/maps?q=40.51247725797539,-74.39410801725928","https://www.google.com/maps?q=40.49716523609311,-74.39924296222317","https://www.google.com/maps?q=40.50674897106448,-74.38238469705549","https://www.google.com/maps?q=40.5229443206896,-74.35149884289254","https://www.google.com/maps?q=40.54580775447511,-74.33553504397574","https://www.google.com/maps?q=40.53163341109622,-74.32376599100691","https://www.google.com/maps?q=40.53562213330689,-74.33864489226572","https://www.google.com/maps?q=40.544182223773255,-74.37171091044367","https://www.google.com/maps?q=40.54797375629292,-74.35978716373819","https://www.google.com/maps?q=40.54435693408297,-74.35168034235834","https://www.google.com/maps?q=40.53268827577452,-74.36303552126208","https://www.google.com/maps?q=40.60286328290731,-74.32673764566995","https://www.google.com/maps?q=40.59298144876159,-74.33005637990215","https://www.google.com/maps?q=40.59802423133981,-74.30894482789365","https://www.google.com/maps?q=40.586559785648845,-74.31381655789698","https://www.google.com/maps?q=40.57706181695848,-74.32821625976621","https://www.google.com/maps?q=40.566025442271524,-74.31548224404301","https://www.google.com/maps?q=40.57104699371731,-74.30281721037112","https://www.google.com/maps?q=40.583467984156755,-74.29772728295875","https://www.google.com/maps?q=40.58538994054083,-74.28605723019326","https://www.google.com/maps?q=40.577055991724826,-74.27949181149715","https://www.google.com/maps?q=40.567182022431,-74.27961720224933","https://www.google.com/maps?q=40.56297240454055,-74.26709950658172","https://www.google.com/maps?q=40.556618060725626,-74.27944919998781","https://www.google.com/maps?q=40.55448441466865,-74.28780939761381","https://www.google.com/maps?q=40.55184788022192,-74.30449204222106","https://www.google.com/maps?q=40.557795013777124,-74.32547700968156","https://www.google.com/maps?q=40.54457711401226,-74.31888119324722","https://www.google.com/maps?q=40.53526417815996,-74.31241117210075","https://www.google.com/maps?q=40.52841315018374,-74.30622522569236","https://www.google.com/maps?q=40.53034726188869,-74.2936314795463","https://www.google.com/maps?q=40.55329709306145,-74.25556766220082","https://www.google.com/maps?q=40.59138280665402,-74.24432037859697","https://www.google.com/maps?q=40.59024761903811,-74.21952245746645","https://www.google.com/maps?q=40.586011070177705,-74.23184353668977","https://www.google.com/maps?q=40.57481327187577,-74.2311192792489","https://www.google.com/maps?q=40.534195786199334,-74.27959840183617","https://www.google.com/maps?q=40.52461607863538,-74.28456112160832","https://www.google.com/maps?q=40.52293264280667,-74.27846328075432","https://www.google.com/maps?q=40.52741067817326,-74.27071385878098","https://www.google.com/maps?q=40.51999004923663,-74.27273235368664","https://www.google.com/maps?q=40.52855262214163,-74.25873076806933","https://www.google.com/maps?q=40.51303674217796,-74.26316092531793","https://www.google.com/maps?q=40.51664494301519,-74.28058875732793","https://www.google.com/maps?q=40.50798498997778,-74.28353567130308","https://www.google.com/maps?q=40.507330168526835,-74.26611668850492","https://www.google.com/maps?q=40.50026085506668,-74.26930978748948","https://www.google.com/maps?q=40.503569582328296,-74.45501897672736","https://www.google.com/maps?q=40.49638041726029,-74.45537601788179","https://www.google.com/maps?q=40.492005485071225,-74.45394946300141","https://www.google.com/maps?q=40.479097376856124,-74.47366627001108","https://www.google.com/maps?q=40.47828231822074,-74.46217306359404","https://www.google.com/maps?q=40.48753277737266,-74.45176383534633","https://www.google.com/maps?q=40.479773406575376,-74.44924928323404","https://www.google.com/maps?q=40.48491952604278,-74.4440213368552","https://www.google.com/maps?q=40.48557283908197,-74.40687182066121","https://www.google.com/maps?q=40.48362434113014,-74.42852901666429","https://www.google.com/maps?q=40.47205349330259,-74.44771165629412","https://www.google.com/maps?q=40.46344713136428,-74.47058653653505","https://www.google.com/maps?q=40.46270280993474,-74.49196983778347","https://www.google.com/maps?q=40.431799729957824,-74.49356705812694","https://www.google.com/maps?q=40.43828719692903,-74.51916435994819","https://www.google.com/maps?q=40.4488752052367,-74.50960871118957","https://www.google.com/maps?q=40.45914306716651,-74.44400911340665","https://www.google.com/maps?q=40.451483180346415,-74.47340735054385","https://www.google.com/maps?q=40.45036787077089,-74.43502393342578","https://www.google.com/maps?q=40.473135672514026,-74.39778902098743","https://www.google.com/maps?q=40.43319028344648,-74.41159221726024","https://www.google.com/maps?q=40.42760885068148,-74.45621768916153","https://www.google.com/maps?q=40.39309052548645,-74.4235968466509","https://www.google.com/maps?q=40.409477429127826,-74.43242739309613","https://www.google.com/maps?q=40.42582838290876,-74.43294660069354","https://www.google.com/maps?q=40.41193902632107,-74.39819605952223","https://www.google.com/maps?q=40.425611880211406,-74.39890230768961","https://www.google.com/maps?q=40.418247626046366,-74.38123020664169","https://www.google.com/maps?q=40.42578633257165,-74.37151183449195","https://www.google.com/maps?q=40.45457312471749,-74.38835324419634","https://www.google.com/maps?q=40.44880448628599,-74.37802799727022","https://www.google.com/maps?q=40.43827467327673,-74.37153969589554","https://www.google.com/maps?q=40.46382290588205,-74.36904552328556","https://www.google.com/maps?q=40.461866359847114,-74.35105207226533","https://www.google.com/maps?q=40.44187234590407,-74.34244863582158","https://www.google.com/maps?q=40.46824603655606,-74.33455573273008","https://www.google.com/maps?q=40.46985917754458,-74.31373987176524","https://www.google.com/maps?q=40.4598205366224,-74.31666542081331","https://www.google.com/maps?q=40.46227551508932,-74.29959182227326","https://www.google.com/maps?q=40.45605487005444,-74.28491635227509","https://www.google.com/maps?q=40.47071485361519,-74.26782754651035","https://www.google.com/maps?q=40.48937881383272,-74.2808309546841","https://www.google.com/maps?q=40.48154985632599,-74.27366636790244","https://www.google.com/maps?q=40.36079091236526,-74.34548032779036","https://www.google.com/maps?q=40.39524330041427,-74.36761720823459","https://www.google.com/maps?q=40.39541709256875,-74.35395439618992","https://www.google.com/maps?q=40.422122725599706,-74.32479460216219","https://www.google.com/maps?q=40.391682127643605,-74.33117957491432","https://www.google.com/maps?q=40.393500922565735,-74.31983725514033","https://www.google.com/maps?q=40.40158455102622,-74.32603018213489","https://www.google.com/maps?q=40.44934400595855,-74.30467686826685","https://www.google.com/maps?q=40.410423975903505,-74.29995297678502","https://www.google.com/maps?q=40.428190496683186,-74.29503408627093","https://www.google.com/maps?q=40.44392146486772,-74.29022429012296","https://www.google.com/maps?q=40.41473406188378,-74.27453508748279","https://www.google.com/maps?q=40.431600904787935,-74.26591906046778","https://www.google.com/maps?q=40.397162188431246,-74.2726202210971","https://www.google.com/maps?q=40.3864991678137,-74.29682472998408","https://www.google.com/maps?q=40.45697157881202,-74.24473408964502","https://www.google.com/maps?q=40.39333325078232,-74.38912777967538","https://www.google.com/maps?q=40.39885409765138,-74.39604222276614","https://www.google.com/maps?q=40.377775284915685,-74.42375730936858","https://www.google.com/maps?q=40.30108203431982,-74.42391536650798","https://www.google.com/maps?q=40.31225185797235,-74.47011420417395","https://www.google.com/maps?q=40.31167546748409,-74.44769862459084","https://www.google.com/maps?q=40.333688594771886,-74.46494828936713","https://www.google.com/maps?q=40.32982414072211,-74.44511095458611","https://www.google.com/maps?q=40.35631280500725,-74.42692878854487","https://www.google.com/maps?q=40.370408938932194,-74.3797074738179","https://www.google.com/maps?q=40.34935816573054,-74.44021084231564","https://www.google.com/maps?q=40.39882807394828,-74.57810015128345","https://www.google.com/maps?q=40.41276194928431,-74.5604524251797","https://www.google.com/maps?q=40.422602494249425,-74.54395585953365","https://www.google.com/maps?q=40.432622201349396,-74.52813795058111","https://www.google.com/maps?q=40.404657832875664,-74.5332343203782","https://www.google.com/maps?q=40.373960810232454,-74.49862350881082","https://www.google.com/maps?q=40.382331875510246,-74.51849613132794","https://www.google.com/maps?q=40.3734970284553,-74.58133023481749","https://www.google.com/maps?q=40.347250297392684,-74.6068335688867","https://www.google.com/maps?q=40.34323585532079,-74.56811770835108","https://www.google.com/maps?q=40.32002819581352,-74.5835730991803","https://www.google.com/maps?q=40.33197466283155,-74.57638620908993","https://www.google.com/maps?q=40.33268490611097,-74.56417731600268","https://www.google.com/maps?q=40.3111592222103,-74.52027316561168","https://www.google.com/maps?q=40.520025690593265,-74.45500891949209","https://www.google.com/maps?q=40.50158450958325,-74.34562147010375","https://www.google.com/maps?q=40.58467303554211,-74.2614295249737","https://www.google.com/maps?q=40.57005017878691,-74.22742793565726","https://www.google.com/maps?q=40.48758688884269,-74.31627881081775","https://www.google.com/maps?q=40.49338200074948,-74.44095427355465","https://www.google.com/maps?q=40.45496917706681,-74.4110028078846","https://www.google.com/maps?q=40.40457978185422,-73.99039243291666","https://www.google.com/maps?q=40.42134665605461,-74.02430390654972","https://www.google.com/maps?q=40.42623377070541,-74.05655484291552","https://www.google.com/maps?q=40.44137560845757,-74.07306119779378","https://www.google.com/maps?q=40.445734335130616,-74.10342464090253","https://www.google.com/maps?q=40.42870349593727,-74.12204510327679","https://www.google.com/maps?q=40.418758025130586,-74.12091465237545","https://www.google.com/maps?q=40.41096437982003,-74.11341754304922","https://www.google.com/maps?q=40.405267434398134,-74.09387784701158","https://www.google.com/maps?q=40.3898220742637,-74.03526074964223","https://www.google.com/maps?q=40.38538880093593,-74.08947269854959","https://www.google.com/maps?q=40.390380230118694,-74.12605835477083","https://www.google.com/maps?q=40.36653623931065,-74.12659839906806","https://www.google.com/maps?q=40.35256748528828,-74.09813210466928","https://www.google.com/maps?q=40.36525561131519,-74.0794909465886","https://www.google.com/maps?q=40.339080525952525,-74.1281816845475","https://www.google.com/maps?q=40.46429042402381,-74.11222156218705","https://www.google.com/maps?q=40.470411753633655,-74.15594899502607","https://www.google.com/maps?q=40.44552458773821,-74.17010482613576","https://www.google.com/maps?q=40.43706826428652,-74.19328055015073","https://www.google.com/maps?q=40.43019365659044,-74.20592307421049","https://www.google.com/maps?q=40.43208551229377,-74.16442827899067","https://www.google.com/maps?q=40.436309143696946,-74.14024474104872","https://www.google.com/maps?q=40.42269033685738,-74.17397924881523","https://www.google.com/maps?q=40.41600490250773,-74.19731807031863","https://www.google.com/maps?q=40.457782618751565,-74.21612258206946","https://www.google.com/maps?q=40.434087966544766,-74.23294161799764","https://www.google.com/maps?q=40.415124666440185,-74.2188098514797","https://www.google.com/maps?q=40.396307356053704,-74.21638200691625","https://www.google.com/maps?q=40.39618848996718,-74.2400836048781","https://www.google.com/maps?q=40.40691695348898,-74.23872353341929","https://www.google.com/maps?q=40.42167767548412,-74.2330718459858","https://www.google.com/maps?q=40.41569864299854,-74.14963534206747","https://www.google.com/maps?q=40.3975321422479,-74.16623476923773","https://www.google.com/maps?q=40.363465718173806,-74.17807066053274","https://www.google.com/maps?q=40.34240143510147,-74.07656051536092","https://www.google.com/maps?q=40.34391405742096,-74.06098380724094","https://www.google.com/maps?q=40.35333177804213,-74.0633215982492","https://www.google.com/maps?q=40.361793886994874,-74.0392831959296","https://www.google.com/maps?q=40.35666375717961,-74.00946981395008","https://www.google.com/maps?q=40.37444786126734,-73.99485644425158","https://www.google.com/maps?q=40.33629421416271,-73.98581557030948","https://www.google.com/maps?q=40.335749635129034,-74.0346077249955","https://www.google.com/maps?q=40.31873086004427,-74.08442974062325","https://www.google.com/maps?q=40.297531292286614,-74.0993746764724","https://www.google.com/maps?q=40.29747195367893,-74.07884454493495","https://www.google.com/maps?q=40.24620683498249,-74.09714126332518","https://www.google.com/maps?q=40.298426736518024,-74.06539125742243","https://www.google.com/maps?q=40.281993655990945,-74.05388953019373","https://www.google.com/maps?q=40.31623152511053,-74.01602050683806","https://www.google.com/maps?q=40.318410875384664,-73.98298627010348","https://www.google.com/maps?q=40.31158926240288,-73.99725663711426","https://www.google.com/maps?q=40.30839335679175,-73.98737041961814","https://www.google.com/maps?q=40.3026793435068,-74.00029569609968","https://www.google.com/maps?q=40.30045638805266,-73.98108886970752","https://www.google.com/maps?q=40.29591692837166,-73.99693193428972","https://www.google.com/maps?q=40.28672132358873,-73.98606292265268","https://www.google.com/maps?q=40.27311414065445,-73.9927210800221","https://www.google.com/maps?q=40.28093325187907,-74.01481693181266","https://www.google.com/maps?q=40.29342935675317,-74.0211131240555","https://www.google.com/maps?q=40.259310886715724,-74.00826190196784","https://www.google.com/maps?q=40.26317583047975,-74.02779595373661","https://www.google.com/maps?q=40.26654739725948,-74.05801652961436","https://www.google.com/maps?q=40.25551955953218,-74.05669915507686","https://www.google.com/maps?q=40.23988360779141,-74.06328359339165","https://www.google.com/maps?q=40.239992467586184,-74.04501069583199","https://www.google.com/maps?q=40.24033340589719,-74.02732542161806","https://www.google.com/maps?q=40.22078407290677,-74.00560084479712","https://www.google.com/maps?q=40.22797538376832,-74.00169590995094","https://www.google.com/maps?q=40.225667379699665,-74.017164826914","https://www.google.com/maps?q=40.21693266128341,-74.0169169234409","https://www.google.com/maps?q=40.21854865514022,-74.0221245293319","https://www.google.com/maps?q=40.2120105422972,-74.00718497106536","https://www.google.com/maps?q=40.206744112449684,-74.02589040178755","https://www.google.com/maps?q=40.21703566804916,-74.0265965876948","https://www.google.com/maps?q=40.21641337590701,-74.04205665402282","https://www.google.com/maps?q=40.21943839654713,-74.06029014772129","https://www.google.com/maps?q=40.21954403416125,-74.07870153528755","https://www.google.com/maps?q=40.1924884567905,-74.04327429703297","https://www.google.com/maps?q=40.203630040394955,-74.0703550506111","https://www.google.com/maps?q=40.200211233194686,-74.03362061211294","https://www.google.com/maps?q=40.20175326761643,-74.01263346164225","https://www.google.com/maps?q=40.191353736276824,-74.0150752410193","https://www.google.com/maps?q=40.182675128116,-74.01652373332796","https://www.google.com/maps?q=40.17828338548333,-74.02894982133046","https://www.google.com/maps?q=40.17343046409318,-74.05218832853089","https://www.google.com/maps?q=40.19307058046268,-74.11160741654692","https://www.google.com/maps?q=40.14970952582271,-74.0784547553348","https://www.google.com/maps?q=40.13501048369976,-74.11028697734683","https://www.google.com/maps?q=40.134155507759274,-74.05785798983105","https://www.google.com/maps?q=40.152186832486116,-74.04288954808388","https://www.google.com/maps?q=40.170505894406695,-74.02619529790867","https://www.google.com/maps?q=40.1531061278701,-74.0262419251606","https://www.google.com/maps?q=40.13004211444529,-74.0333302353489","https://www.google.com/maps?q=40.12451846161407,-74.05173103877755","https://www.google.com/maps?q=40.10981644100182,-74.03156749645214","https://www.google.com/maps?q=40.10487407490264,-74.06366998524447","https://www.google.com/maps?q=40.367278288504444,-74.23818689874972","https://www.google.com/maps?q=40.354072144181984,-74.27448150097874","https://www.google.com/maps?q=40.340096477522934,-74.29862698003285","https://www.google.com/maps?q=40.31680749179725,-74.24066785851005","https://www.google.com/maps?q=40.31890607125218,-74.27825559020171","https://www.google.com/maps?q=40.2995371697286,-74.25837268610086","https://www.google.com/maps?q=40.30940259411034,-74.20291874084741","https://www.google.com/maps?q=40.296490597966965,-74.15815214003646","https://www.google.com/maps?q=40.26427209950573,-74.14575489273997","https://www.google.com/maps?q=40.32154380509502,-74.34621223424321","https://www.google.com/maps?q=40.327553659788165,-74.31653965029102","https://www.google.com/maps?q=40.31269352874914,-74.33204980844671","https://www.google.com/maps?q=40.29815231870641,-74.33167082967438","https://www.google.com/maps?q=40.30777910853719,-74.29532639807297","https://www.google.com/maps?q=40.2897719163246,-74.31119593048737","https://www.google.com/maps?q=40.26005754383084,-74.35764196000878","https://www.google.com/maps?q=40.29714831475645,-74.36073019905866","https://www.google.com/maps?q=40.27719624350627,-74.28601405530878","https://www.google.com/maps?q=40.270087987783974,-74.24381743790602","https://www.google.com/maps?q=40.23991535540163,-74.25981241226036","https://www.google.com/maps?q=40.23064456733899,-74.2977881545174","https://www.google.com/maps?q=40.24566958280231,-74.30980515477911","https://www.google.com/maps?q=40.19224629878139,-74.32087797249793","https://www.google.com/maps?q=40.26716398561585,-74.27114399160662","https://www.google.com/maps?q=40.25776791525713,-74.26777251765134","https://www.google.com/maps?q=40.25285760470617,-74.278554553621","https://www.google.com/maps?q=40.26176798623342,-74.28320812984416","https://www.google.com/maps?q=40.22023878770487,-74.2465030413108","https://www.google.com/maps?q=40.22708337918536,-74.19007318879808","https://www.google.com/maps?q=40.167141575303745,-74.21117979195411","https://www.google.com/maps?q=40.17868220134695,-74.25534100873676","https://www.google.com/maps?q=40.15005819959602,-74.24254467550838","https://www.google.com/maps?q=40.126601587721325,-74.23153458013292","https://www.google.com/maps?q=40.153537511342684,-74.20502990840167","https://www.google.com/maps?q=40.14973526663915,-74.2188433892929","https://www.google.com/maps?q=40.11394154821612,-74.15277833318154","https://www.google.com/maps?q=40.15821481547261,-74.16094830214294","https://www.google.com/maps?q=40.198298068747754,-74.16995718853767","https://www.google.com/maps?q=40.155056178402646,-74.52830189680613","https://www.google.com/maps?q=40.177827158396994,-74.58718149856938","https://www.google.com/maps?q=40.4393729312527,-74.00298639370169","https://www.google.com/maps?q=40.30661797841547,-74.04525333618903","https://www.google.com/maps?q=40.32436462488643,-74.06050311744568","https://www.google.com/maps?q=40.24407754767281,-74.001611138953","https://www.google.com/maps?q=40.22032513055923,-74.40392154091609","https://www.google.com/maps?q=40.205475203957704,-74.4592872084798","https://www.google.com/maps?q=40.936853947252985,-74.31101033334932","https://www.google.com/maps?q=40.9124506988044,-74.29680566230273","https://www.google.com/maps?q=40.96030956681339,-74.28997619214513","https://www.google.com/maps?q=40.96449607894677,-74.31478966866077","https://www.google.com/maps?q=40.992098832242775,-74.31247379781291","https://www.google.com/maps?q=41.00108603605118,-74.34091081646915","https://www.google.com/maps?q=40.99813282389031,-74.34991484518736","https://www.google.com/maps?q=40.97352733218619,-74.36313006857307","https://www.google.com/maps?q=40.99473420281079,-74.40733893811978","https://www.google.com/maps?q=40.93772608587481,-74.36867532085597","https://www.google.com/maps?q=40.87119435610265,-74.34780454328599","https://www.google.com/maps?q=40.90807928657985,-74.37433974042492","https://www.google.com/maps?q=40.90726621405677,-74.34356561870469","https://www.google.com/maps?q=40.931064396222816,-74.42540314186832","https://www.google.com/maps?q=40.90323313090568,-74.39977773996057","https://www.google.com/maps?q=40.90769433776467,-74.41573053942825","https://www.google.com/maps?q=40.89065310577031,-74.440632665598","https://www.google.com/maps?q=40.91079843154634,-74.47102816539388","https://www.google.com/maps?q=40.88912516176809,-74.49087926348959","https://www.google.com/maps?q=40.86582876042295,-74.50788525995365","https://www.google.com/maps?q=40.84740471291415,-74.49860563329736","https://www.google.com/maps?q=40.8742547242742,-74.4601564395379","https://www.google.com/maps?q=40.879643986778284,-74.42082349022192","https://www.google.com/maps?q=40.859204339627084,-74.45895408134032","https://www.google.com/maps?q=40.88316048701452,-74.38787100554224","https://www.google.com/maps?q=40.87984965266322,-74.3756074882351","https://www.google.com/maps?q=40.86196850277263,-74.36369275608801","https://www.google.com/maps?q=40.86784857172782,-74.38938526693391","https://www.google.com/maps?q=40.880745606023375,-74.39752679629628","https://www.google.com/maps?q=40.86151569695642,-74.42758013922212","https://www.google.com/maps?q=40.848490943437305,-74.443204410518","https://www.google.com/maps?q=40.84726697523279,-74.38958155528141","https://www.google.com/maps?q=40.83105135514415,-74.35239017532433","https://www.google.com/maps?q=40.80785512240562,-74.37475300767865","https://www.google.com/maps?q=40.82933782988688,-74.41504261438655","https://www.google.com/maps?q=40.80764220981779,-74.42051079377579","https://www.google.com/maps?q=40.82181043989678,-74.45430922662776","https://www.google.com/maps?q=40.82793155065312,-74.48607386860994","https://www.google.com/maps?q=40.83804824798153,-74.4762227000598","https://www.google.com/maps?q=40.779042061080176,-74.39001865933267","https://www.google.com/maps?q=40.776963310148005,-74.39657933832707","https://www.google.com/maps?q=40.746743928297306,-74.38071193040092","https://www.google.com/maps?q=40.73368111911325,-74.38688847902928","https://www.google.com/maps?q=40.76737370463798,-74.41576291543677","https://www.google.com/maps?q=40.757015800537324,-74.40319564596136","https://www.google.com/maps?q=40.74893257912185,-74.41597287985797","https://www.google.com/maps?q=40.76284224052613,-74.43150237173724","https://www.google.com/maps?q=40.80317617589995,-74.45355053346013","https://www.google.com/maps?q=40.7840229055634,-74.44900879327311","https://www.google.com/maps?q=40.77372313963821,-74.4801224674111","https://www.google.com/maps?q=40.82120638560429,-74.50767390006838","https://www.google.com/maps?q=40.795286321516066,-74.5170583243404","https://www.google.com/maps?q=40.80586213722788,-74.4768828422004","https://www.google.com/maps?q=40.794635316460024,-74.46786151613522","https://www.google.com/maps?q=40.7871864234193,-74.47600497210908","https://www.google.com/maps?q=40.80272790320257,-74.4870495914272","https://www.google.com/maps?q=40.73293667999741,-74.40787644872852","https://www.google.com/maps?q=40.72578960190079,-74.4341589155066","https://www.google.com/maps?q=40.66868168348039,-74.51507813743139","https://www.google.com/maps?q=40.68942749905056,-74.47819520845776","https://www.google.com/maps?q=40.741005671746265,-74.49997484362395","https://www.google.com/maps?q=40.896912775004736,-74.51548484133657","https://www.google.com/maps?q=40.971404965061794,-74.49088997232882","https://www.google.com/maps?q=40.92675764763355,-74.50990397407338","https://www.google.com/maps?q=40.91516581992785,-74.51652693443042","https://www.google.com/maps?q=40.91231344995019,-74.54882728307007","https://www.google.com/maps?q=40.89244767227174,-74.53715540137198","https://www.google.com/maps?q=41.02285952269625,-74.49128631762136","https://www.google.com/maps?q=41.02880822932974,-74.53727366910043","https://www.google.com/maps?q=40.96593416478025,-74.62182757779215","https://www.google.com/maps?q=40.962635498666664,-74.58561001975094","https://www.google.com/maps?q=40.88470208820266,-74.54889357620706","https://www.google.com/maps?q=40.87929665787017,-74.56659037571684","https://www.google.com/maps?q=40.892859146809904,-74.56251103631176","https://www.google.com/maps?q=40.89991386180059,-74.58134403572221","https://www.google.com/maps?q=40.87764707095881,-74.60047131050385","https://www.google.com/maps?q=40.896382567277044,-74.62554107244002","https://www.google.com/maps?q=40.9191575903637,-74.63926788995978","https://www.google.com/maps?q=40.90487632425909,-74.66584029458062","https://www.google.com/maps?q=40.846579708198185,-74.65748764957321","https://www.google.com/maps?q=40.86985654985163,-74.67338093929312","https://www.google.com/maps?q=40.876145268144654,-74.54350195687674","https://www.google.com/maps?q=40.867014417004164,-74.56104126545502","https://www.google.com/maps?q=40.8316612882974,-74.61057828273358","https://www.google.com/maps?q=40.824016048001425,-74.55903945139646","https://www.google.com/maps?q=40.84234053542529,-74.55706828582566","https://www.google.com/maps?q=40.782758618434855,-74.5941154398723","https://www.google.com/maps?q=40.78739923154399,-74.69211013145127","https://www.google.com/maps?q=40.77993832807008,-74.68421052351931","https://www.google.com/maps?q=40.898005039986046,-74.70226535252804","https://www.google.com/maps?q=40.83551701959284,-74.69637403755776","https://www.google.com/maps?q=40.84156744662627,-74.73130934366512","https://www.google.com/maps?q=40.875336084778425,-74.74346628946047","https://www.google.com/maps?q=40.88305459184675,-74.75650304172109","https://www.google.com/maps?q=40.831193471558805,-74.79786189898032","https://www.google.com/maps?q=40.809808525871375,-74.76956961385675","https://www.google.com/maps?q=40.78676921092934,-74.83493755376293","https://www.google.com/maps?q=40.76304593342385,-74.76742552047976","https://www.google.com/maps?q=40.861454737640344,-74.57307319493574","https://www.google.com/maps?q=40.76872051137245,-74.60035691249136","https://www.google.com/maps?q=40.0918976453295,-74.0438172921535","https://www.google.com/maps?q=40.083673336607106,-74.0593862765317","https://www.google.com/maps?q=40.08690514098498,-74.08056868311039","https://www.google.com/maps?q=40.077095651149826,-74.07279368593692","https://www.google.com/maps?q=40.06753020596227,-74.06925378206067","https://www.google.com/maps?q=40.05501497631007,-74.04742150215414","https://www.google.com/maps?q=40.083665779130655,-74.09988169769072","https://www.google.com/maps?q=40.09220169074863,-74.10814677667972","https://www.google.com/maps?q=40.11932141878639,-74.10546701280217","https://www.google.com/maps?q=40.11168071090699,-74.12580376880486","https://www.google.com/maps?q=40.10148699836339,-74.12019312040802","https://www.google.com/maps?q=40.08627005433082,-74.13199282744218","https://www.google.com/maps?q=40.08908561061555,-74.14205566575598","https://www.google.com/maps?q=40.068391760992434,-74.14679681907855","https://www.google.com/maps?q=40.06574972704838,-74.11682377546758","https://www.google.com/maps?q=40.06891267537817,-74.09920881505617","https://www.google.com/maps?q=40.059227226703364,-74.08398706073469","https://www.google.com/maps?q=40.04275324583792,-74.07703589900527","https://www.google.com/maps?q=40.05207841464939,-74.125770466356","https://www.google.com/maps?q=40.044937329958884,-74.1508671560439","https://www.google.com/maps?q=40.025436041050455,-74.14211022047012","https://www.google.com/maps?q=40.032633471151044,-74.12059177956006","https://www.google.com/maps?q=40.02331179018592,-74.08855497268443","https://www.google.com/maps?q=40.01351595256033,-74.06304515490926","https://www.google.com/maps?q=40.088983375827944,-74.1736670020631","https://www.google.com/maps?q=40.09880628087775,-74.1982505048456","https://www.google.com/maps?q=40.105940250033505,-74.20982767180554","https://www.google.com/maps?q=40.09494858804127,-74.21217892510965","https://www.google.com/maps?q=40.10649387845891,-74.24075170672803","https://www.google.com/maps?q=40.09609568488784,-74.22551543866523","https://www.google.com/maps?q=40.08814037281654,-74.23978343429425","https://www.google.com/maps?q=40.078715139625515,-74.21285937086739","https://www.google.com/maps?q=40.06540665121641,-74.23544560396886","https://www.google.com/maps?q=40.0627242657725,-74.1931953436738","https://www.google.com/maps?q=40.045507391148746,-74.20505469112025","https://www.google.com/maps?q=40.044432172114234,-74.18521751364025","https://www.google.com/maps?q=40.03927406624504,-74.16801583362624","https://www.google.com/maps?q=40.1360412158973,-74.25338801948709","https://www.google.com/maps?q=40.1266197490174,-74.25805388522336","https://www.google.com/maps?q=40.15135769493784,-74.28451659261783","https://www.google.com/maps?q=40.13264775347371,-74.30553814269192","https://www.google.com/maps?q=40.14712599820716,-74.35439128766158","https://www.google.com/maps?q=40.123465386154614,-74.41976753881009","https://www.google.com/maps?q=40.07298499748922,-74.36754416396623","https://www.google.com/maps?q=40.11092718707602,-74.27161929037986","https://www.google.com/maps?q=40.08567637026069,-74.28118545849166","https://www.google.com/maps?q=40.074982770557114,-74.49505273123177","https://www.google.com/maps?q=39.906134954596226,-74.39804533085656","https://www.google.com/maps?q=39.988531859343,-74.3530799352617","https://www.google.com/maps?q=39.95825641634947,-74.34569370258426","https://www.google.com/maps?q=39.949888399753775,-74.3291371211133","https://www.google.com/maps?q=40.01625281523108,-74.26119741744839","https://www.google.com/maps?q=40.00527794157685,-74.27225668501059","https://www.google.com/maps?q=39.99836583413322,-74.25507235147849","https://www.google.com/maps?q=40.02497417150947,-74.29500111218984","https://www.google.com/maps?q=40.03971976760035,-74.27437382751259","https://www.google.com/maps?q=40.013007693796595,-74.32008297669027","https://www.google.com/maps?q=40.04733022680257,-74.24542808466141","https://www.google.com/maps?q=40.016780328592326,-74.22902235755116","https://www.google.com/maps?q=40.022934505114456,-74.20492150422314","https://www.google.com/maps?q=40.02169898069992,-74.16931443527015","https://www.google.com/maps?q=40.00202743811933,-74.17819660319644","https://www.google.com/maps?q=40.010033883621915,-74.11683840947244","https://www.google.com/maps?q=40.00301128128201,-74.1349575381002","https://www.google.com/maps?q=39.99023875959021,-74.07923100419683","https://www.google.com/maps?q=39.984644008784606,-74.12096576327072","https://www.google.com/maps?q=39.98660989417207,-74.16412146578121","https://www.google.com/maps?q=39.9763209659516,-74.14811366737551","https://www.google.com/maps?q=39.973660765790555,-74.19202419267425","https://www.google.com/maps?q=39.979704322296165,-74.20458771305414","https://www.google.com/maps?q=39.97745839385334,-74.23134008964499","https://www.google.com/maps?q=39.95708468260231,-74.19011008816112","https://www.google.com/maps?q=39.964997599191385,-74.16732576301001","https://www.google.com/maps?q=39.95945745452548,-74.13890369810515","https://www.google.com/maps?q=39.9580942623013,-74.11133110465705","https://www.google.com/maps?q=39.94304301515487,-74.12203901851933","https://www.google.com/maps?q=39.94825361392093,-74.17266384561326","https://www.google.com/maps?q=39.94148685703024,-74.20923052991277","https://www.google.com/maps?q=39.92792326583758,-74.20922313636109","https://www.google.com/maps?q=39.92409949467836,-74.19805149771923","https://www.google.com/maps?q=39.93802357649291,-74.18673564143613","https://www.google.com/maps?q=39.94233853131404,-74.14514414090563","https://www.google.com/maps?q=39.96852487789721,-74.07856941517102","https://www.google.com/maps?q=39.95384072519735,-74.0804074089331","https://www.google.com/maps?q=39.927720447247886,-74.08282872715392","https://www.google.com/maps?q=39.927963558872726,-74.13390653533989","https://www.google.com/maps?q=39.935830157513344,-74.16988547479696","https://www.google.com/maps?q=39.91698265589124,-74.12094691022331","https://www.google.com/maps?q=39.884015560136405,-74.13019868667489","https://www.google.com/maps?q=39.93116404920306,-74.15947476160518","https://www.google.com/maps?q=39.905779373512914,-74.1690260550001","https://www.google.com/maps?q=39.89798629698033,-74.19117586685674","https://www.google.com/maps?q=39.9759346514086,-74.27011425990202","https://www.google.com/maps?q=39.96471185848255,-74.27451613526735","https://www.google.com/maps?q=39.95276850894457,-74.29269360455297","https://www.google.com/maps?q=39.927347766844434,-74.25988022493544","https://www.google.com/maps?q=39.95373035131902,-74.22784217464363","https://www.google.com/maps?q=39.97262340261809,-74.24956709218014","https://www.google.com/maps?q=39.864515863108394,-74.30749673616354","https://www.google.com/maps?q=39.83317093499676,-74.2127132223354","https://www.google.com/maps?q=39.85711344479389,-74.15352673581707","https://www.google.com/maps?q=39.83634639854192,-74.16616181183625","https://www.google.com/maps?q=39.82863410227793,-74.13426911595324","https://www.google.com/maps?q=39.79108715425969,-74.23217796499891","https://www.google.com/maps?q=39.786217086947765,-74.34106136821855","https://www.google.com/maps?q=39.75885782588643,-74.20495296907134","https://www.google.com/maps?q=39.7327828298675,-74.19562202114822","https://www.google.com/maps?q=39.74408187352003,-74.29270825263556","https://www.google.com/maps?q=39.730291875842,-74.32550869757073","https://www.google.com/maps?q=39.689592430931334,-74.28238554373446","https://www.google.com/maps?q=39.66237917677968,-74.23597707200518","https://www.google.com/maps?q=39.69860984408929,-74.21369791298177","https://www.google.com/maps?q=39.65763210295904,-74.34563284809794","https://www.google.com/maps?q=39.64838245483996,-74.29227420896531","https://www.google.com/maps?q=39.60524444408576,-74.3749739845411","https://www.google.com/maps?q=39.58403542563739,-74.35422417065682","https://www.google.com/maps?q=39.551505848675504,-74.38527665879114","https://www.google.com/maps?q=39.59727497622795,-74.33054459465404","https://www.google.com/maps?q=39.60974833215973,-74.22573479573683","https://www.google.com/maps?q=39.5436003540973,-74.26107845667833","https://www.google.com/maps?q=39.73533687020613,-74.13261533658172","https://www.google.com/maps?q=39.652932229412144,-74.17463492146555","https://www.google.com/maps?q=39.98577925479887,-74.43826756359985","https://www.google.com/maps?q=41.02995233426262,-74.33187198923619","https://www.google.com/maps?q=40.88463606492391,-74.17323093753512","https://www.google.com/maps?q=40.86791527715485,-74.17745441583871","https://www.google.com/maps?q=40.859063981276066,-74.18672498924168","https://www.google.com/maps?q=40.86548386745733,-74.16383022465122","https://www.google.com/maps?q=40.84721877574689,-74.16367823403978","https://www.google.com/maps?q=40.85287067398952,-74.17039669768249","https://www.google.com/maps?q=40.84601517243468,-74.15073548429262","https://www.google.com/maps?q=40.831409009862064,-74.13469053044572","https://www.google.com/maps?q=40.86544028671933,-74.14892460710016","https://www.google.com/maps?q=40.88638215183621,-74.15951677322673","https://www.google.com/maps?q=40.8783808066103,-74.15369577936592","https://www.google.com/maps?q=40.88822328689701,-74.13980263965537","https://www.google.com/maps?q=40.87956465523505,-74.14238822301589","https://www.google.com/maps?q=40.872683002837405,-74.13877654967631","https://www.google.com/maps?q=40.879627827010424,-74.13024086530321","https://www.google.com/maps?q=40.87695559284693,-74.12422010500615","https://www.google.com/maps?q=40.93324644382021,-74.18493580433636","https://www.google.com/maps?q=40.93796856947605,-74.19056575901878","https://www.google.com/maps?q=40.96687315437988,-74.15893594317302","https://www.google.com/maps?q=40.9579956993334,-74.15126955668194","https://www.google.com/maps?q=40.94679706110636,-74.161133315012","https://www.google.com/maps?q=40.87199073145022,-74.2077806477789","https://www.google.com/maps?q=40.88219404571356,-74.2330864214178","https://www.google.com/maps?q=40.96268042664296,-74.18446348352832","https://www.google.com/maps?q=40.86797706221994,-74.11506161606131","https://www.google.com/maps?q=40.86666447862866,-74.12148501087631","https://www.google.com/maps?q=40.87201220431115,-74.12101878674426","https://www.google.com/maps?q=40.86876288721012,-74.12914283826655","https://www.google.com/maps?q=40.861797627712455,-74.12290985531322","https://www.google.com/maps?q=40.8656158613744,-74.13685489514191","https://www.google.com/maps?q=40.84609078397258,-74.13784092349613","https://www.google.com/maps?q=40.85558362481946,-74.1400339242372","https://www.google.com/maps?q=40.843316007530284,-74.12548736605062","https://www.google.com/maps?q=40.85393012050307,-74.12994650212772","https://www.google.com/maps?q=40.84791652889764,-74.13027148214624","https://www.google.com/maps?q=40.856859182527174,-74.1254293880997","https://www.google.com/maps?q=40.86227074895152,-74.13101200837323","https://www.google.com/maps?q=40.86048521810237,-74.11220021032852","https://www.google.com/maps?q=40.916334603092224,-74.19617684010622","https://www.google.com/maps?q=40.92481871690331,-74.19275539597363","https://www.google.com/maps?q=40.91808929055083,-74.18613882179551","https://www.google.com/maps?q=40.925175430582144,-74.18439368438935","https://www.google.com/maps?q=40.92932262317464,-74.17704400552458","https://www.google.com/maps?q=40.92827187916312,-74.16858449553608","https://www.google.com/maps?q=40.929813633813936,-74.16169644979625","https://www.google.com/maps?q=40.9331880132673,-74.15815909063504","https://www.google.com/maps?q=40.93661467842397,-74.14696301033312","https://www.google.com/maps?q=40.92997024858268,-74.1482619145996","https://www.google.com/maps?q=40.92429858188469,-74.14995534198535","https://www.google.com/maps?q=40.919470433444786,-74.15104590550797","https://www.google.com/maps?q=40.92150344324682,-74.1581117055406","https://www.google.com/maps?q=40.92252288141215,-74.16305762342556","https://www.google.com/maps?q=40.91597731558264,-74.16429551690729","https://www.google.com/maps?q=40.91534705934048,-74.17671016176554","https://www.google.com/maps?q=40.90911321399069,-74.18631131677458","https://www.google.com/maps?q=40.9097311508206,-74.17579942539888","https://www.google.com/maps?q=40.901932315052214,-74.17182292249608","https://www.google.com/maps?q=40.91034422693464,-74.16772932048708","https://www.google.com/maps?q=40.91181132002867,-74.16021756448244","https://www.google.com/maps?q=40.915392224325025,-74.15760782584667","https://www.google.com/maps?q=40.91184771262517,-74.14936822936654","https://www.google.com/maps?q=40.91824155641484,-74.13891984824113","https://www.google.com/maps?q=40.90371259599788,-74.13821783568218","https://www.google.com/maps?q=40.90652818782411,-74.15241804217723","https://www.google.com/maps?q=40.90580534344422,-74.1612999141356","https://www.google.com/maps?q=40.903834967391205,-74.1681690441955","https://www.google.com/maps?q=40.893739570700326,-74.15776556843363","https://www.google.com/maps?q=40.89718844263879,-74.14399837060479","https://www.google.com/maps?q=40.898599771539196,-74.1519601307246","https://www.google.com/maps?q=40.91866109777738,-74.16993545468905","https://www.google.com/maps?q=40.988729835003156,-74.28868354069718","https://www.google.com/maps?q=41.00915567110811,-74.28422705736129","https://www.google.com/maps?q=40.938121145770715,-74.1738207136464","https://www.google.com/maps?q=41.120726358909465,-74.25688819307526","https://www.google.com/maps?q=41.08956353575999,-74.29682925329239","https://www.google.com/maps?q=40.90268668865124,-74.20577036090761","https://www.google.com/maps?q=40.904319594783786,-74.22380208241371","https://www.google.com/maps?q=40.9022973947308,-74.22913663070054","https://www.google.com/maps?q=41.02588244041196,-74.29694992896411","https://www.google.com/maps?q=41.04800973700952,-74.28858905382641","https://www.google.com/maps?q=40.967422800474765,-74.21971300689954","https://www.google.com/maps?q=40.99806699400437,-74.26466486301084","https://www.google.com/maps?q=40.97654658793619,-74.26054843286784","https://www.google.com/maps?q=40.93936550606982,-74.21368365710802","https://www.google.com/maps?q=40.95367206557211,-74.2272095568966","https://www.google.com/maps?q=40.940702095664655,-74.23702894225498","https://www.google.com/maps?q=40.92094282377895,-74.22581318567146","https://www.google.com/maps?q=40.95719133964773,-74.2641866219242","https://www.google.com/maps?q=40.940570420405955,-74.25659865526154","https://www.google.com/maps?q=40.92171100354948,-74.25494366271319","https://www.google.com/maps?q=40.91069683962039,-74.2645217339116","https://www.google.com/maps?q=41.16838049253161,-74.3889108599868","https://www.google.com/maps?q=41.145516310167494,-74.33478657947231","https://www.google.com/maps?q=41.12296300983853,-74.3786276199056","https://www.google.com/maps?q=41.078326636242245,-74.37472243940536","https://www.google.com/maps?q=41.076909665829795,-74.4311892421616","https://www.google.com/maps?q=40.89979349545824,-74.1937533625353","https://www.google.com/maps?q=40.88781371005396,-74.1951237700313","https://www.google.com/maps?q=40.92287319617433,-74.17594748024612","https://www.google.com/maps?q=40.57238645070121,-74.61605385079652","https://www.google.com/maps?q=40.57662982852041,-74.61206051003036","https://www.google.com/maps?q=40.57149265377378,-74.59778638821795","https://www.google.com/maps?q=40.56372912110132,-74.61239297657794","https://www.google.com/maps?q=40.569295831764414,-74.63160323472472","https://www.google.com/maps?q=40.574099588006675,-74.64654076683982","https://www.google.com/maps?q=40.55879117228221,-74.66675486477749","https://www.google.com/maps?q=40.58648092543515,-74.6336731360372","https://www.google.com/maps?q=40.580038185787174,-74.67110513531439","https://www.google.com/maps?q=40.60577187332742,-74.65372239400982","https://www.google.com/maps?q=40.612294939464284,-74.63211057661209","https://www.google.com/maps?q=40.62798320812253,-74.61564949281411","https://www.google.com/maps?q=40.58589066981695,-74.56516430677758","https://www.google.com/maps?q=40.60475618768894,-74.57524835008206","https://www.google.com/maps?q=40.56311978628271,-74.5719075391382","https://www.google.com/maps?q=40.56385459702861,-74.53345511322708","https://www.google.com/maps?q=40.56458307127406,-74.5460092918658","https://www.google.com/maps?q=40.57272292316882,-74.53354688099229","https://www.google.com/maps?q=40.53726499796675,-74.5867253646701","https://www.google.com/maps?q=40.5390448909877,-74.5957441336077","https://www.google.com/maps?q=40.548697256086854,-74.58970529986735","https://www.google.com/maps?q=40.623846357154505,-74.42990979752844","https://www.google.com/maps?q=40.61820084763888,-74.43810944047871","https://www.google.com/maps?q=40.61148235980575,-74.45157346065874","https://www.google.com/maps?q=40.63231972534323,-74.42198994250096","https://www.google.com/maps?q=40.62466232405664,-74.44399541735312","https://www.google.com/maps?q=40.6039244926326,-74.48240905768644","https://www.google.com/maps?q=40.64590247835675,-74.48372081889632","https://www.google.com/maps?q=40.610133778976135,-74.52472604992747","https://www.google.com/maps?q=40.635417997564396,-74.5424575381884","https://www.google.com/maps?q=40.64335130620804,-74.43903160092252","https://www.google.com/maps?q=40.70983632773141,-74.54397761404275","https://www.google.com/maps?q=40.66043942293573,-74.59369478730773","https://www.google.com/maps?q=40.671048050683254,-74.5346307732661","https://www.google.com/maps?q=40.72674998886268,-74.591915615259","https://www.google.com/maps?q=40.71696646584675,-74.65653334716053","https://www.google.com/maps?q=40.69044971930897,-74.62570095298807","https://www.google.com/maps?q=40.65422696931359,-74.63641505589665","https://www.google.com/maps?q=40.67005314762062,-74.68505645798162","https://www.google.com/maps?q=40.55354958531746,-74.52786507681299","https://www.google.com/maps?q=40.507698122621804,-74.48210597203654","https://www.google.com/maps?q=40.49555900573957,-74.50026921653804","https://www.google.com/maps?q=40.514237473207004,-74.50346339304434","https://www.google.com/maps?q=40.496263594402365,-74.47627628428445","https://www.google.com/maps?q=40.48716170449104,-74.48180728080398","https://www.google.com/maps?q=40.420639314214455,-74.59861321299584","https://www.google.com/maps?q=40.43896826772962,-74.5503838384522","https://www.google.com/maps?q=40.47297999676848,-74.54208596405917","https://www.google.com/maps?q=40.52868833982168,-74.55695806723107","https://www.google.com/maps?q=40.53417871352317,-74.73051172750814","https://www.google.com/maps?q=40.57797912321223,-74.69606299280856","https://www.google.com/maps?q=40.609031981903804,-74.69528260347262","https://www.google.com/maps?q=40.47806185111951,-74.73113339247018","https://www.google.com/maps?q=40.492070460972876,-74.66969127380528","https://www.google.com/maps?q=40.50149318267354,-74.6607218622087","https://www.google.com/maps?q=40.53228607390375,-74.65529637756579","https://www.google.com/maps?q=40.52652683948804,-74.69093327429535","https://www.google.com/maps?q=40.50052017376013,-74.59222407633789","https://www.google.com/maps?q=40.47880106427122,-74.61494410074057","https://www.google.com/maps?q=40.53722384581784,-74.63161469389324","https://www.google.com/maps?q=40.51995551650273,-74.61028439665992","https://www.google.com/maps?q=40.40013120184022,-74.64055285332792","https://www.google.com/maps?q=40.43566337623037,-74.64331332039437","https://www.google.com/maps?q=40.45491247084657,-74.62974361250652","https://www.google.com/maps?q=40.67230300602186,-74.56125822984991","https://www.google.com/maps?q=40.39550953078416,-74.68454572125803","https://www.google.com/maps?q=40.432711231048316,-74.6958455545561","https://www.google.com/maps?q=40.51570835524745,-74.52659383074585","https://www.google.com/maps?q=41.296427135224484,-74.73047090738778","https://www.google.com/maps?q=41.26920768486297,-74.60178150284418","https://www.google.com/maps?q=41.20961272625751,-74.60761344771805","https://www.google.com/maps?q=41.243698670068326,-74.53339285890283","https://www.google.com/maps?q=41.22983859891043,-74.48030090920544","https://www.google.com/maps?q=41.15372190490218,-74.46061514912121","https://www.google.com/maps?q=41.201921455186714,-74.42622092440712","https://www.google.com/maps?q=41.167892565310886,-74.51194504348742","https://www.google.com/maps?q=41.197963108829114,-74.53379577243155","https://www.google.com/maps?q=41.21691008061473,-74.6501299283003","https://www.google.com/maps?q=41.18404741479865,-74.84423907612329","https://www.google.com/maps?q=41.10860479337748,-74.80248328078453","https://www.google.com/maps?q=41.086114462406286,-74.74946689541915","https://www.google.com/maps?q=41.15578821781612,-74.78767232621072","https://www.google.com/maps?q=41.16322474284349,-74.71983267362364","https://www.google.com/maps?q=41.11422312408839,-74.67638954627898","https://www.google.com/maps?q=41.13646837952949,-74.60903953186022","https://www.google.com/maps?q=41.11563661211,-74.54214598052594","https://www.google.com/maps?q=41.14845456412451,-74.57348366958102","https://www.google.com/maps?q=41.10584913877122,-74.5823005262532","https://www.google.com/maps?q=41.114049498793975,-74.59322370521097","https://www.google.com/maps?q=41.07707887218893,-74.59755015653806","https://www.google.com/maps?q=41.068592876845415,-74.64730500782288","https://www.google.com/maps?q=41.042116144413306,-74.5874675093197","https://www.google.com/maps?q=41.011153543452004,-74.63013934242477","https://www.google.com/maps?q=41.02026588048448,-74.65775382188127","https://www.google.com/maps?q=41.01039620698706,-74.71571022065136","https://www.google.com/maps?q=41.03048310271211,-74.73948029351882","https://www.google.com/maps?q=41.05728234270015,-74.7603022464272","https://www.google.com/maps?q=41.05083735218228,-74.74671342195715","https://www.google.com/maps?q=41.0734846829706,-74.87004085808086","https://www.google.com/maps?q=41.02946248226867,-74.81476554044168","https://www.google.com/maps?q=40.97399329197924,-74.79689072742565","https://www.google.com/maps?q=40.9348002680707,-74.75081585701226","https://www.google.com/maps?q=40.95156936843578,-74.71331805897317","https://www.google.com/maps?q=40.98457778423648,-74.6866739413388","https://www.google.com/maps?q=40.96861553531136,-74.65665287086328","https://www.google.com/maps?q=40.913866331631596,-74.70242512523282","https://www.google.com/maps?q=40.9461579485528,-74.64907257257745","https://www.google.com/maps?q=40.92327031921739,-74.67540565821005","https://www.google.com/maps?q=40.93734879579227,-74.66780193688018","https://www.google.com/maps?q=40.657071363718956,-74.19220681106431","https://www.google.com/maps?q=40.651412972661355,-74.18762009245086","https://www.google.com/maps?q=40.646974712079185,-74.19534202504363","https://www.google.com/maps?q=40.64211022412059,-74.20488718854322","https://www.google.com/maps?q=40.6495819179365,-74.22217816642102","https://www.google.com/maps?q=40.65487923795797,-74.21930773398783","https://www.google.com/maps?q=40.6553955838182,-74.21256526144562","https://www.google.com/maps?q=40.65125115867035,-74.20420358240115","https://www.google.com/maps?q=40.6551998507402,-74.19807533191448","https://www.google.com/maps?q=40.65901705125507,-74.20609451282105","https://www.google.com/maps?q=40.663507603914404,-74.20213613626828","https://www.google.com/maps?q=40.67327696187964,-74.19869982648406","https://www.google.com/maps?q=40.67176430568195,-74.20850760393928","https://www.google.com/maps?q=40.681715946998715,-74.20089609834625","https://www.google.com/maps?q=40.67734437206745,-74.21119182577186","https://www.google.com/maps?q=40.68572966323506,-74.20900999585466","https://www.google.com/maps?q=40.67698744732755,-74.21690865930215","https://www.google.com/maps?q=40.66938953482007,-74.22790200563254","https://www.google.com/maps?q=40.67201293670149,-74.22280942546774","https://www.google.com/maps?q=40.66214585766282,-74.22519752632398","https://www.google.com/maps?q=40.66414417476557,-74.22075688041359","https://www.google.com/maps?q=40.66168071844667,-74.23433595572601","https://www.google.com/maps?q=40.65635674611008,-74.22911745081258","https://www.google.com/maps?q=40.66892662327426,-74.24109644256141","https://www.google.com/maps?q=40.702355311345784,-74.22264597486192","https://www.google.com/maps?q=40.70242321667042,-74.23268415301753","https://www.google.com/maps?q=40.696081141983505,-74.2374014263961","https://www.google.com/maps?q=40.68751760338579,-74.22078298093452","https://www.google.com/maps?q=40.70616180065067,-74.25328533535003","https://www.google.com/maps?q=40.70731537168009,-74.27320698461725","https://www.google.com/maps?q=40.7174832239729,-74.28139548586233","https://www.google.com/maps?q=40.711632384349066,-74.28920504897883","https://www.google.com/maps?q=40.70189841285731,-74.29692464823067","https://www.google.com/maps?q=40.69168579023433,-74.29272544247142","https://www.google.com/maps?q=40.69835962906796,-74.26573213848364","https://www.google.com/maps?q=40.69192163263305,-74.25235708985583","https://www.google.com/maps?q=40.6849252825194,-74.2674700806198","https://www.google.com/maps?q=40.68211606817796,-74.25595034906334","https://www.google.com/maps?q=40.67791838891197,-74.24575770715524","https://www.google.com/maps?q=40.67820238877862,-74.28898758166818","https://www.google.com/maps?q=40.66641183541336,-74.2554134028008","https://www.google.com/maps?q=40.66597275722286,-74.27422372638632","https://www.google.com/maps?q=40.662808609384996,-74.26806395423044","https://www.google.com/maps?q=40.65844943382735,-74.2654855480562","https://www.google.com/maps?q=40.65565850646335,-74.24576777822016","https://www.google.com/maps?q=40.65361228295024,-74.26734337046307","https://www.google.com/maps?q=40.645880722252606,-74.26887285384919","https://www.google.com/maps?q=40.649423175471235,-74.25372145813799","https://www.google.com/maps?q=40.64864577073128,-74.23754038871054","https://www.google.com/maps?q=40.642353321357966,-74.25018521166558","https://www.google.com/maps?q=40.63723059981509,-74.25691501727785","https://www.google.com/maps?q=40.64047539092668,-74.27670457674417","https://www.google.com/maps?q=40.63228268943609,-74.27174857082234","https://www.google.com/maps?q=40.62515201189811,-74.26405900089132","https://www.google.com/maps?q=40.635424793336455,-74.24811933801546","https://www.google.com/maps?q=40.643630902726606,-74.22616069415207","https://www.google.com/maps?q=40.624894175074296,-74.24463017407254","https://www.google.com/maps?q=40.6179857285268,-74.22802626715232","https://www.google.com/maps?q=40.618835364113345,-74.27874947077848","https://www.google.com/maps?q=40.60698810953625,-74.29831763666304","https://www.google.com/maps?q=40.60703636084228,-74.2887738431332","https://www.google.com/maps?q=40.59827705474018,-74.27778611389732","https://www.google.com/maps?q=40.606099458352126,-74.27946495015209","https://www.google.com/maps?q=40.60739223291831,-74.26648500595302","https://www.google.com/maps?q=40.63496875252358,-74.2899217875227","https://www.google.com/maps?q=40.62282574043541,-74.29702840149876","https://www.google.com/maps?q=40.626283873906914,-74.31462926978362","https://www.google.com/maps?q=40.61074794898138,-74.33220937911969","https://www.google.com/maps?q=40.666034176164885,-74.33630213402262","https://www.google.com/maps?q=40.660113852159604,-74.3634168403571","https://www.google.com/maps?q=40.649909918555856,-74.34994843909405","https://www.google.com/maps?q=40.64288805207572,-74.34368261190049","https://www.google.com/maps?q=40.63444774602962,-74.332670405886","https://www.google.com/maps?q=40.65124889225247,-74.32313696562836","https://www.google.com/maps?q=40.66621136522609,-74.2982498395631","https://www.google.com/maps?q=40.66579659976214,-74.31748757409997","https://www.google.com/maps?q=40.65516714169607,-74.29829048728647","https://www.google.com/maps?q=40.64497859708639,-74.29364404921293","https://www.google.com/maps?q=40.64445016374944,-74.31090952248397","https://www.google.com/maps?q=40.71138855128767,-74.31462761466106","https://www.google.com/maps?q=40.700623607196405,-74.33673210579886","https://www.google.com/maps?q=40.68959981156622,-74.31954706691988","https://www.google.com/maps?q=40.72710066896034,-74.35840219815901","https://www.google.com/maps?q=40.71972082751484,-74.3749640614472","https://www.google.com/maps?q=40.70303938482292,-74.37113000545952","https://www.google.com/maps?q=40.712646191572844,-74.34786957721242","https://www.google.com/maps?q=40.6931578246578,-74.3986670543836","https://www.google.com/maps?q=40.70331146699484,-74.4064698148858","https://www.google.com/maps?q=40.67640738036615,-74.4123869287505","https://www.google.com/maps?q=40.67643067586017,-74.44182159555062","https://www.google.com/maps?q=40.68098608457655,-74.36044984849224","https://www.google.com/maps?q=40.66016069917829,-74.3955444614423","https://www.google.com/maps?q=40.656702665969796,-74.38034168036789","https://www.google.com/maps?q=40.625934926569,-74.35501922672995","https://www.google.com/maps?q=40.61474698554288,-74.37776993857344","https://www.google.com/maps?q=40.64170056576285,-74.38567558175063","https://www.google.com/maps?q=40.63659986307522,-74.40378984954545","https://www.google.com/maps?q=40.62949673557423,-74.41290094226646","https://www.google.com/maps?q=40.62391712114215,-74.41194690117408","https://www.google.com/maps?q=40.62359143366838,-74.39449058196553","https://www.google.com/maps?q=40.617857943165454,-74.40855511180973","https://www.google.com/maps?q=40.61500501749323,-74.4239265703414","https://www.google.com/maps?q=40.60512682078971,-74.44380311877778","https://www.google.com/maps?q=40.6013324821328,-74.4413163697637","https://www.google.com/maps?q=40.60344824003582,-74.42388386689944","https://www.google.com/maps?q=40.606721052191766,-74.40654282501328","https://www.google.com/maps?q=40.66840625032776,-74.17003758267587","https://www.google.com/maps?q=40.66592206877366,-74.21509592248815","https://www.google.com/maps?q=40.69761064236162,-75.18623147478208","https://www.google.com/maps?q=40.69161682072367,-75.1948122561648","https://www.google.com/maps?q=40.687005332031205,-75.17070526571418","https://www.google.com/maps?q=40.6808772213912,-75.18471134238757","https://www.google.com/maps?q=40.9998682240592,-75.01315151768594","https://www.google.com/maps?q=40.98836659226,-74.90954075510871","https://www.google.com/maps?q=40.90917433075799,-75.01152444672914","https://www.google.com/maps?q=40.879895908968486,-74.87883120853327","https://www.google.com/maps?q=40.91911731415845,-74.82954447357494","https://www.google.com/maps?q=40.8629724880304,-74.81854490033056","https://www.google.com/maps?q=40.843667888796915,-74.83387943723481","https://www.google.com/maps?q=40.8101774131959,-74.91113522902499","https://www.google.com/maps?q=40.82135282713584,-75.0411714027109","https://www.google.com/maps?q=40.809083665903685,-74.99486713637424","https://www.google.com/maps?q=40.82948149620045,-75.07297425544293","https://www.google.com/maps?q=40.7527497943801,-75.12491263493953","https://www.google.com/maps?q=40.75414724798112,-74.98515518723097","https://www.google.com/maps?q=40.758659883082444,-74.9826266066424","https://www.google.com/maps?q=40.71425261317854,-75.04983015777471","https://www.google.com/maps?q=40.678899265553746,-75.11268643999462","https://www.google.com/maps?q=40.70908599774644,-75.15580098990415","https://www.google.com/maps?q=40.64021318748732,-75.16288466086448","https://www.google.com/maps?q=40.65986150970863,-75.15687455775281","https://www.google.com/maps?q=40.805887520472425,-73.86000330820555","https://www.google.com/maps?q=40.80816486426198,-73.85068432303966","https://www.google.com/maps?q=40.818847798267605,-73.85807635854404","https://www.google.com/maps?q=40.80124256559511,-73.9095876660312","https://www.google.com/maps?q=40.81758007452015,-73.8660962352666","https://www.google.com/maps?q=40.80908431818972,-73.9258461389568","https://www.google.com/maps?q=40.815021971613874,-73.87050983824264","https://www.google.com/maps?q=40.80700286223013,-73.92087816464178","https://www.google.com/maps?q=40.80505137253305,-73.91632926317557","https://www.google.com/maps?q=40.80643742265614,-73.91373704083169","https://www.google.com/maps?q=40.821612784451155,-73.87822639539839","https://www.google.com/maps?q=40.80987629676171,-73.90569457249089","https://www.google.com/maps?q=40.80822258852029,-73.91192459341107","https://www.google.com/maps?q=40.81096511573741,-73.90866958654165","https://www.google.com/maps?q=40.81144240392485,-73.91218701072854","https://www.google.com/maps?q=40.82029461146446,-73.8633434675373","https://www.google.com/maps?q=40.809721673802976,-73.92142647300663","https://www.google.com/maps?q=40.82827191338202,-73.85833548161936","https://www.google.com/maps?q=40.81138557966759,-73.91940998857127","https://www.google.com/maps?q=40.82393063272415,-73.86200590881897","https://www.google.com/maps?q=40.81362131412285,-73.91703759685336","https://www.google.com/maps?q=40.82653040936591,-73.86636765015568","https://www.google.com/maps?q=40.82242071891931,-73.8691745389054","https://www.google.com/maps?q=40.827004355032905,-73.87432389603376","https://www.google.com/maps?q=40.82499698885629,-73.8778532938406","https://www.google.com/maps?q=40.82736289647291,-73.8784350245726","https://www.google.com/maps?q=40.813308006221746,-73.9273820505951","https://www.google.com/maps?q=40.82564159988096,-73.88243557929339","https://www.google.com/maps?q=40.852212207533725,-73.92177801429413","https://www.google.com/maps?q=40.829887534425126,-73.87978056114153","https://www.google.com/maps?q=40.83261183512381,-73.8790757266348","https://www.google.com/maps?q=40.82408604276002,-73.92344663305873","https://www.google.com/maps?q=40.83770324677203,-73.87804361706668","https://www.google.com/maps?q=40.82225166008146,-73.9226667996783","https://www.google.com/maps?q=40.833281126019806,-73.8754495037077","https://www.google.com/maps?q=40.823890485868006,-73.92829295364612","https://www.google.com/maps?q=40.83296459026393,-73.872170104566","https://www.google.com/maps?q=40.81739168679572,-73.92165573795666","https://www.google.com/maps?q=40.81950226729372,-73.91817674434388","https://www.google.com/maps?q=40.82896032683893,-73.87051378277806","https://www.google.com/maps?q=40.82186655996061,-73.91575673243638","https://www.google.com/maps?q=40.82981520285653,-73.86562331804095","https://www.google.com/maps?q=40.818220626985784,-73.9128319022336","https://www.google.com/maps?q=40.831045246831266,-73.8606984677308","https://www.google.com/maps?q=40.81467522094661,-73.90938901848057","https://www.google.com/maps?q=40.81947347672557,-73.85286085221752","https://www.google.com/maps?q=40.8187783572852,-73.90862551218014","https://www.google.com/maps?q=40.833373659657795,-73.86765385147267","https://www.google.com/maps?q=40.81973393716634,-73.90442305849237","https://www.google.com/maps?q=40.82915257568884,-73.85280380780108","https://www.google.com/maps?q=40.81579202447502,-73.90487131870418","https://www.google.com/maps?q=40.8136778226084,-73.90184002901056","https://www.google.com/maps?q=40.81560881887684,-73.8477353738719","https://www.google.com/maps?q=40.81627626121656,-73.89908316112485","https://www.google.com/maps?q=40.81987892820931,-73.84980604061235","https://www.google.com/maps?q=40.819671989154074,-73.89728469904631","https://www.google.com/maps?q=40.81856377700896,-73.89391797671875","https://www.google.com/maps?q=40.81476825445197,-73.84108080292316","https://www.google.com/maps?q=40.832334306535884,-73.85210434612267","https://www.google.com/maps?q=40.80565990573501,-73.88567980029265","https://www.google.com/maps?q=40.834440130901775,-73.84376178179033","https://www.google.com/maps?q=40.82544116453566,-73.84951510049699","https://www.google.com/maps?q=40.81464110052935,-73.83178326753622","https://www.google.com/maps?q=40.8197372467892,-73.88604390172034","https://www.google.com/maps?q=40.80906460305912,-73.8746575321349","https://www.google.com/maps?q=40.809001060169116,-73.79761872766585","https://www.google.com/maps?q=40.82329054974829,-73.8895983656517","https://www.google.com/maps?q=40.82827674991011,-73.88887836683408","https://www.google.com/maps?q=40.82601420338226,-73.88792126048537","https://www.google.com/maps?q=40.82864119657432,-73.88745923945682","https://www.google.com/maps?q=40.82864617535004,-73.89351643444685","https://www.google.com/maps?q=40.8256392963467,-73.89232366655962","https://www.google.com/maps?q=40.822629393338815,-73.8987339561308","https://www.google.com/maps?q=40.81930549026907,-73.8147485661499","https://www.google.com/maps?q=40.82595402525753,-73.89788180571502","https://www.google.com/maps?q=40.811567079446746,-73.8193327381372","https://www.google.com/maps?q=40.82282256125345,-73.90348499666594","https://www.google.com/maps?q=40.82713332412313,-73.90209640144778","https://www.google.com/maps?q=40.821744020799834,-73.79458848087214","https://www.google.com/maps?q=40.823765798015195,-73.9122954905358","https://www.google.com/maps?q=40.827747402184734,-73.91212971594659","https://www.google.com/maps?q=40.821237181095675,-73.82336691437555","https://www.google.com/maps?q=40.831511008267114,-73.90703159251974","https://www.google.com/maps?q=40.83422623812231,-73.90532923640745","https://www.google.com/maps?q=40.836534984758586,-73.90439147245944","https://www.google.com/maps?q=40.832613397957196,-73.90147805694528","https://www.google.com/maps?q=40.831089369645554,-73.89847566463838","https://www.google.com/maps?q=40.82629593727691,-73.82499694225616","https://www.google.com/maps?q=40.833446092172615,-73.8941364061995","https://www.google.com/maps?q=40.8355959043847,-73.88996771588808","https://www.google.com/maps?q=40.83298064701308,-73.88545051397219","https://www.google.com/maps?q=40.82485961624087,-73.81862103536082","https://www.google.com/maps?q=40.822369951304964,-73.89355690823548","https://www.google.com/maps?q=40.831754046865306,-73.80338826426318","https://www.google.com/maps?q=40.83688102293439,-73.88501183406973","https://www.google.com/maps?q=40.828850245382185,-73.82175935031486","https://www.google.com/maps?q=40.8321976622227,-73.82484920806841","https://www.google.com/maps?q=40.84305081907768,-73.90021154198446","https://www.google.com/maps?q=40.82940735302176,-73.83036598818933","https://www.google.com/maps?q=40.84048703488889,-73.90220784689967","https://www.google.com/maps?q=40.83778988328408,-73.90272464689133","https://www.google.com/maps?q=40.82629598164055,-73.9165226815771","https://www.google.com/maps?q=40.83082255848835,-73.91365113602453","https://www.google.com/maps?q=40.83319576359651,-73.9111774157374","https://www.google.com/maps?q=40.83617784420494,-73.90954925342723","https://www.google.com/maps?q=40.83483496913849,-73.91518662596881","https://www.google.com/maps?q=40.83701411092427,-73.91349887894377","https://www.google.com/maps?q=40.83160744530961,-73.91611117284371","https://www.google.com/maps?q=40.83226507759861,-73.91813831765803","https://www.google.com/maps?q=40.82863716126983,-73.92081331848061","https://www.google.com/maps?q=40.82791194086727,-73.91875208384566","https://www.google.com/maps?q=40.83742146926963,-73.82930080087009","https://www.google.com/maps?q=40.826706313888025,-73.90746781171136","https://www.google.com/maps?q=40.83174224953679,-73.93015924004884","https://www.google.com/maps?q=40.836312488501655,-73.92932208006846","https://www.google.com/maps?q=40.83342005899012,-73.8362108486852","https://www.google.com/maps?q=40.83047753264948,-73.92252345519825","https://www.google.com/maps?q=40.83520460208818,-73.91997764926957","https://www.google.com/maps?q=40.8367451019685,-73.92544099249261","https://www.google.com/maps?q=40.84296876360786,-73.84551134288114","https://www.google.com/maps?q=40.842090809786114,-73.92700269611524","https://www.google.com/maps?q=40.83849116974545,-73.84757917850919","https://www.google.com/maps?q=40.84085596886438,-73.85087101447104","https://www.google.com/maps?q=40.84739211765244,-73.92370412565947","https://www.google.com/maps?q=40.85135284798727,-73.91946022041316","https://www.google.com/maps?q=40.83662326863261,-73.85052507827747","https://www.google.com/maps?q=40.843067725306035,-73.91503692722235","https://www.google.com/maps?q=40.84080543657409,-73.85827934803014","https://www.google.com/maps?q=40.8384723451176,-73.85651944361905","https://www.google.com/maps?q=40.8404508090052,-73.9234996274689","https://www.google.com/maps?q=40.83612248971263,-73.85897356684498","https://www.google.com/maps?q=40.84550821447,-73.91977930337731","https://www.google.com/maps?q=40.84297672708999,-73.92036423839892","https://www.google.com/maps?q=40.84943590610648,-73.91823673477317","https://www.google.com/maps?q=40.848061550456165,-73.91668618175935","https://www.google.com/maps?q=40.83753537930831,-73.86482001711155","https://www.google.com/maps?q=40.83718347151483,-73.86226914472147","https://www.google.com/maps?q=40.84819461017778,-73.91326951786407","https://www.google.com/maps?q=40.83739040471654,-73.86975496117635","https://www.google.com/maps?q=40.83964697216555,-73.91961145184142","https://www.google.com/maps?q=40.84346856098131,-73.87233074844919","https://www.google.com/maps?q=40.8382736260122,-73.9181357524877","https://www.google.com/maps?q=40.83768225974536,-73.91607741811211","https://www.google.com/maps?q=40.83568437351839,-73.85521342915973","https://www.google.com/maps?q=40.840542758367064,-73.91509092526802","https://www.google.com/maps?q=40.85501713660368,-73.86850703313047","https://www.google.com/maps?q=40.85647626171867,-73.86543039902405","https://www.google.com/maps?q=40.85274453585522,-73.86630088889484","https://www.google.com/maps?q=40.84012345829033,-73.91097105747242","https://www.google.com/maps?q=40.84680945205478,-73.91104980181241","https://www.google.com/maps?q=40.844474074648154,-73.91324227024091","https://www.google.com/maps?q=40.84401978982589,-73.91049992472358","https://www.google.com/maps?q=40.853489635707,-73.86353632768386","https://www.google.com/maps?q=40.84610718958577,-73.90717279924638","https://www.google.com/maps?q=40.84378623430681,-73.90721345674568","https://www.google.com/maps?q=40.849287265366435,-73.86601542317088","https://www.google.com/maps?q=40.84614446194483,-73.90249963512986","https://www.google.com/maps?q=40.846974575936514,-73.863316429205","https://www.google.com/maps?q=40.84955384019008,-73.90871497546738","https://www.google.com/maps?q=40.84820573328148,-73.90467390188759","https://www.google.com/maps?q=40.8521923070577,-73.904536059944","https://www.google.com/maps?q=40.85133496371353,-73.90344068393756","https://www.google.com/maps?q=40.84509043583015,-73.86725941578024","https://www.google.com/maps?q=40.86065493081442,-73.89731416815384","https://www.google.com/maps?q=40.86004265898767,-73.89957048390488","https://www.google.com/maps?q=40.85626760815629,-73.90190537695051","https://www.google.com/maps?q=40.84370933095223,-73.86107518619119","https://www.google.com/maps?q=40.858889915214306,-73.90287699589854","https://www.google.com/maps?q=40.8416182078608,-73.86886169662321","https://www.google.com/maps?q=40.85314994625876,-73.90618510444861","https://www.google.com/maps?q=40.852432601745875,-73.91153253675535","https://www.google.com/maps?q=40.84624918716891,-73.85752040121857","https://www.google.com/maps?q=40.85288444718615,-73.9155029346398","https://www.google.com/maps?q=40.85510131984518,-73.91356108055285","https://www.google.com/maps?q=40.851609870812034,-73.86115569350913","https://www.google.com/maps?q=40.855488513140415,-73.91846453621552","https://www.google.com/maps?q=40.85534095265169,-73.85840969789433","https://www.google.com/maps?q=40.85170643082689,-73.85570055567797","https://www.google.com/maps?q=40.85652464150843,-73.90772903840399","https://www.google.com/maps?q=40.84713198812391,-73.8549663034989","https://www.google.com/maps?q=40.86101065020522,-73.90453201235826","https://www.google.com/maps?q=40.848498533935775,-73.85247732393763","https://www.google.com/maps?q=40.86053908811011,-73.90895604723653","https://www.google.com/maps?q=40.84439113413924,-73.85021898056638","https://www.google.com/maps?q=40.85999350454249,-73.91478235030446","https://www.google.com/maps?q=40.8666500366482,-73.905880876287","https://www.google.com/maps?q=40.864788838378125,-73.90443321944004","https://www.google.com/maps?q=40.841780742640594,-73.83207804258282","https://www.google.com/maps?q=40.86618799641371,-73.90024764849836","https://www.google.com/maps?q=40.84744440840942,-73.83413934951508","https://www.google.com/maps?q=40.845992106125145,-73.83064647809442","https://www.google.com/maps?q=40.86934172587782,-73.90118854794096","https://www.google.com/maps?q=40.872260354844734,-73.90013213919529","https://www.google.com/maps?q=40.86748121737843,-73.90874743083172","https://www.google.com/maps?q=40.87393288414403,-73.9032845258933","https://www.google.com/maps?q=40.840424711108376,-73.82264117504084","https://www.google.com/maps?q=40.842870357836105,-73.81467274117112","https://www.google.com/maps?q=40.85446066111722,-73.81974780715773","https://www.google.com/maps?q=40.87840198018027,-73.90140625391365","https://www.google.com/maps?q=40.88248345579185,-73.89722751628646","https://www.google.com/maps?q=40.883806995877855,-73.89067885015983","https://www.google.com/maps?q=40.880925037843035,-73.90231550032551","https://www.google.com/maps?q=40.8493869033214,-73.83872162422306","https://www.google.com/maps?q=40.88641749620549,-73.90259081262609","https://www.google.com/maps?q=40.84917399457042,-73.84785923849121","https://www.google.com/maps?q=40.882714705594566,-73.90465640418046","https://www.google.com/maps?q=40.854292053064746,-73.85147836332835","https://www.google.com/maps?q=40.87955501784608,-73.90728918959316","https://www.google.com/maps?q=40.88387168091601,-73.92557497470554","https://www.google.com/maps?q=40.87928510209975,-73.91583884480497","https://www.google.com/maps?q=40.88489841645042,-73.90856454893901","https://www.google.com/maps?q=40.855374819627514,-73.84500480708708","https://www.google.com/maps?q=40.88499933012425,-73.91177854046619","https://www.google.com/maps?q=40.85220109797628,-73.83123444261994","https://www.google.com/maps?q=40.8832804088837,-73.91791162049577","https://www.google.com/maps?q=40.8636526501843,-73.82218484563023","https://www.google.com/maps?q=40.89319773762732,-73.91059030716465","https://www.google.com/maps?q=40.899631815299614,-73.91793594431691","https://www.google.com/maps?q=40.861234434812495,-73.83607472983974","https://www.google.com/maps?q=40.86204682876902,-73.84245219030657","https://www.google.com/maps?q=40.86154867230846,-73.84554379577668","https://www.google.com/maps?q=40.861971694230185,-73.8487246618167","https://www.google.com/maps?q=40.861954557523624,-73.85156772974476","https://www.google.com/maps?q=40.90531198231393,-73.90754681342787","https://www.google.com/maps?q=40.86134153828973,-73.85970517689755","https://www.google.com/maps?q=40.86218780342063,-73.85547776933444","https://www.google.com/maps?q=40.86173671291483,-73.86313011453603","https://www.google.com/maps?q=40.861656158432716,-73.86602552483028","https://www.google.com/maps?q=40.8594756140644,-73.869232326692","https://www.google.com/maps?q=40.863381818759436,-73.86894133725174","https://www.google.com/maps?q=40.85780323062725,-73.87549067072665","https://www.google.com/maps?q=40.89426538837316,-73.90524121486781","https://www.google.com/maps?q=40.86848961146973,-73.86888530040478","https://www.google.com/maps?q=40.9062278050057,-73.90252183100938","https://www.google.com/maps?q=40.868437980138374,-73.86581666947431","https://www.google.com/maps?q=40.86844051988151,-73.86292315447182","https://www.google.com/maps?q=40.86841658261721,-73.86002557684449","https://www.google.com/maps?q=40.90966786665049,-73.89816952244813","https://www.google.com/maps?q=40.86836439030028,-73.85713170373614","https://www.google.com/maps?q=40.904064261535595,-73.89865609974603","https://www.google.com/maps?q=40.86944715354704,-73.85307063453254","https://www.google.com/maps?q=40.86852215918105,-73.84825514672401","https://www.google.com/maps?q=40.89510299654894,-73.90008583107863","https://www.google.com/maps?q=40.86684372767616,-73.83599231388557","https://www.google.com/maps?q=40.87397523541993,-73.8426047805493","https://www.google.com/maps?q=40.840301646757666,-73.88343867090498","https://www.google.com/maps?q=40.86684048600409,-73.8431181905533","https://www.google.com/maps?q=40.84229245927959,-73.87958153309037","https://www.google.com/maps?q=40.84456409754557,-73.88276215293821","https://www.google.com/maps?q=40.8736354074452,-73.8492349777356","https://www.google.com/maps?q=40.845374566533465,-73.88581580903156","https://www.google.com/maps?q=40.84238251298573,-73.88782356553861","https://www.google.com/maps?q=40.84075975308578,-73.88930615488513","https://www.google.com/maps?q=40.87530717366986,-73.85594203883954","https://www.google.com/maps?q=40.844412747071424,-73.89181078176381","https://www.google.com/maps?q=40.842643419951145,-73.89294898035894","https://www.google.com/maps?q=40.873092080681126,-73.85902141749034","https://www.google.com/maps?q=40.84722039591914,-73.88737809098247","https://www.google.com/maps?q=40.87380248959481,-73.86328030678172","https://www.google.com/maps?q=40.848673320582286,-73.89014148105989","https://www.google.com/maps?q=40.87453799031411,-73.86667108498412","https://www.google.com/maps?q=40.85029369281824,-73.89267795593597","https://www.google.com/maps?q=40.87456902931395,-73.86921313680133","https://www.google.com/maps?q=40.87979907562045,-73.86662112595347","https://www.google.com/maps?q=40.85155949491079,-73.89878825346476","https://www.google.com/maps?q=40.8780935405642,-73.86244152061128","https://www.google.com/maps?q=40.85205835672166,-73.9011464802121","https://www.google.com/maps?q=40.877308980572124,-73.85474324331477","https://www.google.com/maps?q=40.85721370965565,-73.89851962931127","https://www.google.com/maps?q=40.85745000609976,-73.8950076064665","https://www.google.com/maps?q=40.85622960029123,-73.89248998145575","https://www.google.com/maps?q=40.87963527675943,-73.84840228840538","https://www.google.com/maps?q=40.85800230551884,-73.88922292941446","https://www.google.com/maps?q=40.8795981920297,-73.85536652126767","https://www.google.com/maps?q=40.85643195014558,-73.88497437251102","https://www.google.com/maps?q=40.881235228504465,-73.86076005639714","https://www.google.com/maps?q=40.85312153098582,-73.88713177233949","https://www.google.com/maps?q=40.88328847844005,-73.86473807373645","https://www.google.com/maps?q=40.85251817652754,-73.88313578624206","https://www.google.com/maps?q=40.88647915812837,-73.86339932932798","https://www.google.com/maps?q=40.84819133942946,-73.89671504929841","https://www.google.com/maps?q=40.88442380424157,-73.85895558916184","https://www.google.com/maps?q=40.8619267563279,-73.885413262757","https://www.google.com/maps?q=40.88269701503711,-73.85346982138404","https://www.google.com/maps?q=40.863534870479036,-73.89364128318711","https://www.google.com/maps?q=40.86042269602707,-73.89474773332408","https://www.google.com/maps?q=40.86461186999423,-73.89765150546121","https://www.google.com/maps?q=40.867867535803256,-73.8921759654793","https://www.google.com/maps?q=40.86968196291585,-73.89345613544403","https://www.google.com/maps?q=40.86767002316681,-73.89518734157507","https://www.google.com/maps?q=40.88616910753262,-73.851348669763","https://www.google.com/maps?q=40.867147249154726,-73.89089648189507","https://www.google.com/maps?q=40.86587799819692,-73.88896128594553","https://www.google.com/maps?q=40.88795111297558,-73.85700533320231","https://www.google.com/maps?q=40.871579375425604,-73.89026039230919","https://www.google.com/maps?q=40.869142404507464,-73.8869998786426","https://www.google.com/maps?q=40.88974264000609,-73.86174195082032","https://www.google.com/maps?q=40.87677689238419,-73.89313859958168","https://www.google.com/maps?q=40.87556198787574,-73.88715212300579","https://www.google.com/maps?q=40.87410394618543,-73.8851967476646","https://www.google.com/maps?q=40.9035526194818,-73.85409488761039","https://www.google.com/maps?q=40.87010576065523,-73.88355322321823","https://www.google.com/maps?q=40.89711610177183,-73.85846008061165","https://www.google.com/maps?q=40.87685955719865,-73.88168510256432","https://www.google.com/maps?q=40.89302613146574,-73.85985574452941","https://www.google.com/maps?q=40.881479398321154,-73.88276271368103","https://www.google.com/maps?q=40.891096791172494,-73.85528072533596","https://www.google.com/maps?q=40.87700806147371,-73.87735554272294","https://www.google.com/maps?q=40.8892857041311,-73.84954247561548","https://www.google.com/maps?q=40.87101681470648,-73.87909701676597","https://www.google.com/maps?q=40.89084106255993,-73.8419291600853","https://www.google.com/maps?q=40.89450937463489,-73.84570302962905","https://www.google.com/maps?q=40.8749498674001,-73.87429247957137","https://www.google.com/maps?q=40.877133255447646,-73.87392424916375","https://www.google.com/maps?q=40.89345986029703,-73.85065739477993","https://www.google.com/maps?q=40.881914831747835,-73.87663811856534","https://www.google.com/maps?q=40.89821110958645,-73.85233693595212","https://www.google.com/maps?q=40.894550998563275,-73.88200378167079","https://www.google.com/maps?q=40.89727953229823,-73.84975898055882","https://www.google.com/maps?q=40.903867631158285,-73.84625522272049","https://www.google.com/maps?q=40.89950045962707,-73.84373441454454","https://www.google.com/maps?q=40.89547124202153,-73.84131021547776","https://www.google.com/maps?q=40.89749988846908,-73.8733942786325","https://www.google.com/maps?q=40.89882569863092,-73.86898874885695","https://www.google.com/maps?q=40.897440010404424,-73.86432894541609","https://www.google.com/maps?q=40.90036546081626,-73.86413605840426","https://www.google.com/maps?q=40.888710575098585,-73.82115074809354","https://www.google.com/maps?q=40.88586112995425,-73.84520273727586","https://www.google.com/maps?q=40.88244385081982,-73.84264806738419","https://www.google.com/maps?q=40.87438325048954,-73.82733298492502","https://www.google.com/maps?q=40.87905383865169,-73.83395721858692","https://www.google.com/maps?q=40.88630986200611,-73.83456565278748","https://www.google.com/maps?q=40.867967131671385,-73.79094577176399","https://www.google.com/maps?q=40.84704140031206,-73.77893427091226","https://www.google.com/maps?q=41.824330125900595,-73.55342827751345","https://www.google.com/maps?q=41.62471392676696,-73.73295864209969","https://www.google.com/maps?q=41.622440935895895,-73.66303983010464","https://www.google.com/maps?q=41.58342994689329,-73.69344545625663","https://www.google.com/maps?q=41.862485511250235,-73.81703025793102","https://www.google.com/maps?q=41.71427670339352,-73.56306261694914","https://www.google.com/maps?q=41.650791767640754,-73.5852044784938","https://www.google.com/maps?q=41.58124442221091,-73.83714086849166","https://www.google.com/maps?q=41.60925668436625,-73.8075263894247","https://www.google.com/maps?q=41.591293526797294,-73.76497128895711","https://www.google.com/maps?q=41.552496108883034,-73.81179293692605","https://www.google.com/maps?q=41.516498935681604,-73.82012688241922","https://www.google.com/maps?q=41.53515841644275,-73.73824940595264","https://www.google.com/maps?q=41.53301011737323,-73.96990993544489","https://www.google.com/maps?q=41.53790594748002,-73.92028857615439","https://www.google.com/maps?q=41.49072606566819,-73.95254235855194","https://www.google.com/maps?q=41.549062882867986,-73.87346439980796","https://www.google.com/maps?q=41.51724260276962,-73.87449237084653","https://www.google.com/maps?q=41.53390674898523,-73.89414222700141","https://www.google.com/maps?q=41.837040928477656,-73.92078040981191","https://www.google.com/maps?q=41.81392172364839,-73.8863093470737","https://www.google.com/maps?q=41.775128280043496,-73.93179871101744","https://www.google.com/maps?q=41.76443447852428,-73.88141082254687","https://www.google.com/maps?q=41.74863197338356,-73.9177664234006","https://www.google.com/maps?q=41.69745649900391,-73.82072281109045","https://www.google.com/maps?q=41.679631523395315,-73.76476209244919","https://www.google.com/maps?q=41.660175802119575,-73.85562927361676","https://www.google.com/maps?q=41.651580434725126,-73.81034290927768","https://www.google.com/maps?q=41.97456971687294,-73.77550026590087","https://www.google.com/maps?q=41.94459735922891,-73.54161753928709","https://www.google.com/maps?q=41.56251762771034,-73.63390408901952","https://www.google.com/maps?q=41.56979282958388,-73.5588356917213","https://www.google.com/maps?q=41.56332901388649,-73.59874019394361","https://www.google.com/maps?q=41.969293342208964,-73.65161143400769","https://www.google.com/maps?q=41.74519793067683,-73.79308651893496","https://www.google.com/maps?q=41.78932469348011,-73.8367541631918","https://www.google.com/maps?q=41.78192433218161,-73.79079397431067","https://www.google.com/maps?q=41.72650056880834,-73.92113712867042","https://www.google.com/maps?q=41.71698078997259,-73.87258530958076","https://www.google.com/maps?q=41.700809736941046,-73.89757803355302","https://www.google.com/maps?q=41.658761876545256,-73.90152136239296","https://www.google.com/maps?q=41.666640996306434,-73.93427170767295","https://www.google.com/maps?q=41.63443700823021,-73.93781921542173","https://www.google.com/maps?q=41.63474732296942,-73.89885728200552","https://www.google.com/maps?q=41.607628407973124,-73.93586408376758","https://www.google.com/maps?q=42.02911672910843,-73.91825335145359","https://www.google.com/maps?q=42.02566986285293,-73.88008212998271","https://www.google.com/maps?q=42.00387624269059,-73.84158660521632","https://www.google.com/maps?q=41.996152574950926,-73.87683467388531","https://www.google.com/maps?q=41.93462402318697,-73.91683949116268","https://www.google.com/maps?q=41.91677983824322,-73.8686901295011","https://www.google.com/maps?q=41.92947123931557,-73.90809884026099","https://www.google.com/maps?q=41.88843634461976,-73.69174558368036","https://www.google.com/maps?q=41.68990849818567,-73.68466580840679","https://www.google.com/maps?q=41.60542683000535,-73.85925164442776","https://www.google.com/maps?q=41.627827244530096,-73.84975416602036","https://www.google.com/maps?q=41.607843320111506,-73.8919883633833","https://www.google.com/maps?q=41.58554281404297,-73.88036140305853","https://www.google.com/maps?q=41.56496738251603,-73.95232798247754","https://www.google.com/maps?q=41.56659253242361,-73.92188361246741","https://www.google.com/maps?q=41.56545258349323,-73.88106120462247","https://www.google.com/maps?q=41.791802411504044,-73.67327279645255","https://www.google.com/maps?q=41.78412897041436,-73.69397832986171","https://www.google.com/maps?q=41.51163279761242,-73.96655088603916","https://www.google.com/maps?q=41.497354688260884,-73.97784129264214","https://www.google.com/maps?q=41.498699703802394,-73.95605982821775","https://www.google.com/maps?q=41.708692143473634,-73.93729887649263","https://www.google.com/maps?q=41.7105056111136,-73.92386368008903","https://www.google.com/maps?q=41.70831533906768,-73.91218035484054","https://www.google.com/maps?q=41.6944992325243,-73.93828425144605","https://www.google.com/maps?q=41.69067830099187,-73.92561292134717","https://www.google.com/maps?q=41.692697116603185,-73.91382709463339","https://www.google.com/maps?q=41.677950673549276,-73.90763326815981","https://www.google.com/maps?q=41.7003624099201,-73.91843598625282","https://www.google.com/maps?q=41.59876073705313,-73.91778166389078","https://www.google.com/maps?q=41.68273370655107,-73.8852412235363","https://www.google.com/maps?q=41.581192928410125,-73.72144050505005","https://www.google.com/maps?q=41.521842347882206,-73.95318176098537","https://www.google.com/maps?q=40.700283051154486,-73.994030816891","https://www.google.com/maps?q=40.65321326228969,-74.01097081613753","https://www.google.com/maps?q=40.696416283031034,-73.9974951748638","https://www.google.com/maps?q=40.69581430200869,-73.99470066950109","https://www.google.com/maps?q=40.69513448612456,-73.99286116356589","https://www.google.com/maps?q=40.692319821633816,-73.99729907150954","https://www.google.com/maps?q=40.69173549936782,-73.99162744945254","https://www.google.com/maps?q=40.693290375772996,-73.98770865833998","https://www.google.com/maps?q=40.69763188735918,-73.98838987898513","https://www.google.com/maps?q=40.69427489728523,-73.98302250484983","https://www.google.com/maps?q=40.64805023814061,-74.01591789365875","https://www.google.com/maps?q=40.70307373118271,-73.98685734755074","https://www.google.com/maps?q=40.643473642530004,-74.02171152100793","https://www.google.com/maps?q=40.69956190422029,-73.98327584412601","https://www.google.com/maps?q=40.694903716603406,-73.97808548124478","https://www.google.com/maps?q=40.63890205748564,-74.02895429561609","https://www.google.com/maps?q=40.69161180597384,-73.97771740494365","https://www.google.com/maps?q=40.68851174665398,-73.97810900864613","https://www.google.com/maps?q=40.64366764002245,-74.04472468744342","https://www.google.com/maps?q=40.68532522658802,-73.97618028571168","https://www.google.com/maps?q=40.63468616510765,-74.03089785752785","https://www.google.com/maps?q=40.689405002096024,-73.98473428260247","https://www.google.com/maps?q=40.63592778021987,-74.04409944245482","https://www.google.com/maps?q=40.684901313683085,-73.98082401682791","https://www.google.com/maps?q=40.686599701615144,-73.98505370249627","https://www.google.com/maps?q=40.68821184034126,-73.98960168569786","https://www.google.com/maps?q=40.632323200118094,-74.04427473644114","https://www.google.com/maps?q=40.68814601277877,-73.99528700309632","https://www.google.com/maps?q=40.62802969291133,-74.04483286094707","https://www.google.com/maps?q=40.68848332435256,-74.00214538337886","https://www.google.com/maps?q=40.68799883151555,-73.9984362317937","https://www.google.com/maps?q=40.624455590037925,-74.04555993401038","https://www.google.com/maps?q=40.68346315576745,-74.00346659022293","https://www.google.com/maps?q=40.62150525715245,-74.04358144029872","https://www.google.com/maps?q=40.61850870223947,-74.0446677845459","https://www.google.com/maps?q=40.67216142164627,-74.02475827796994","https://www.google.com/maps?q=40.61624922894625,-74.03982940645568","https://www.google.com/maps?q=40.61407251503968,-74.0403072420459","https://www.google.com/maps?q=40.610727974437545,-74.03963444638165","https://www.google.com/maps?q=40.61908874133502,-74.03218846358625","https://www.google.com/maps?q=40.6793999941671,-74.00609989147556","https://www.google.com/maps?q=40.62208314050891,-74.03160423258906","https://www.google.com/maps?q=40.62491100239305,-74.03044590218687","https://www.google.com/maps?q=40.6819738337245,-74.00130282089499","https://www.google.com/maps?q=40.62892526436188,-74.0288093936523","https://www.google.com/maps?q=40.67905745262981,-73.99945893976138","https://www.google.com/maps?q=40.6321308881635,-74.02749849403321","https://www.google.com/maps?q=40.684175861930505,-73.99722320483156","https://www.google.com/maps?q=40.63517491205646,-74.02623043146134","https://www.google.com/maps?q=40.685234785245584,-73.99170121112132","https://www.google.com/maps?q=40.63816808767832,-74.02431037785655","https://www.google.com/maps?q=40.68330896238628,-73.9871672317462","https://www.google.com/maps?q=40.640342607200346,-74.02044835984002","https://www.google.com/maps?q=40.641866990997045,-74.01707328525774","https://www.google.com/maps?q=40.68129534735769,-73.99201631893278","https://www.google.com/maps?q=40.644089157218225,-74.01467265950562","https://www.google.com/maps?q=40.6769912034753,-73.9952489434143","https://www.google.com/maps?q=40.646320440777295,-74.012337021746","https://www.google.com/maps?q=40.64853782025032,-74.00996756774046","https://www.google.com/maps?q=40.65076982398658,-74.00762472095793","https://www.google.com/maps?q=40.65388534699051,-74.00440994674109","https://www.google.com/maps?q=40.675857132282566,-74.00647425561613","https://www.google.com/maps?q=40.65021015666028,-74.0014031431674","https://www.google.com/maps?q=40.647256789141416,-73.99729941991258","https://www.google.com/maps?q=40.64531681753502,-73.99933837757088","https://www.google.com/maps?q=40.64335651677765,-74.00137892413139","https://www.google.com/maps?q=40.646015297345464,-74.00578473686105","https://www.google.com/maps?q=40.64377640259977,-74.00811531563949","https://www.google.com/maps?q=40.64153552890692,-74.01044568404284","https://www.google.com/maps?q=40.658383831418796,-73.99977807552575","https://www.google.com/maps?q=40.63928443944587,-74.01278720383199","https://www.google.com/maps?q=40.63662395769806,-74.00838139290772","https://www.google.com/maps?q=40.63887464497837,-74.00604000954581","https://www.google.com/maps?q=40.64111596037213,-74.00371058265308","https://www.google.com/maps?q=40.64457888618412,-73.99277381006947","https://www.google.com/maps?q=40.642252834606964,-73.99567494902482","https://www.google.com/maps?q=40.63942330338682,-73.99921174746603","https://www.google.com/maps?q=40.63587315088185,-74.0036487192894","https://www.google.com/maps?q=40.66855271046402,-73.99332313823551","https://www.google.com/maps?q=40.63510442948322,-74.0114899982868","https://www.google.com/maps?q=40.675306270371316,-73.98983657882788","https://www.google.com/maps?q=40.63277872295968,-74.01172197216121","https://www.google.com/maps?q=40.6714789805538,-73.99104903704442","https://www.google.com/maps?q=40.63807835815658,-74.017625676802","https://www.google.com/maps?q=40.63474644181406,-74.01905613335691","https://www.google.com/maps?q=40.68174759676502,-73.98285070590413","https://www.google.com/maps?q=40.63080094791106,-74.01330278228046","https://www.google.com/maps?q=40.68172651025757,-73.97852755980394","https://www.google.com/maps?q=40.680769321505245,-73.97602663541443","https://www.google.com/maps?q=40.63258733957121,-74.02138430999241","https://www.google.com/maps?q=40.677717547805265,-73.97960187273664","https://www.google.com/maps?q=40.62799368114194,-74.01565121009646","https://www.google.com/maps?q=40.675182459128614,-73.98130925977789","https://www.google.com/maps?q=40.62952411723716,-74.02027055206997","https://www.google.com/maps?q=40.6728109515199,-73.98331332690648","https://www.google.com/maps?q=40.62688314120787,-74.02256427541691","https://www.google.com/maps?q=40.67039730474643,-73.98532739422726","https://www.google.com/maps?q=40.624311150464926,-74.02551735559054","https://www.google.com/maps?q=40.66798621465744,-73.9873364807899","https://www.google.com/maps?q=40.620773847466765,-74.0196671942641","https://www.google.com/maps?q=40.66544130233912,-73.98937785898403","https://www.google.com/maps?q=40.62249528329013,-74.02248294987655","https://www.google.com/maps?q=40.6636240168843,-73.99265927161034","https://www.google.com/maps?q=40.66138379165321,-73.99499087105552","https://www.google.com/maps?q=40.659887655878805,-73.98963967162464","https://www.google.com/maps?q=40.61670771095572,-74.01296096687611","https://www.google.com/maps?q=40.66244069486985,-73.9851560978671","https://www.google.com/maps?q=40.615378300979586,-74.0107585587148","https://www.google.com/maps?q=40.66568899211047,-73.98258556301113","https://www.google.com/maps?q=40.61450832480075,-74.02446234577357","https://www.google.com/maps?q=40.66810024243578,-73.98057592582474","https://www.google.com/maps?q=40.670513598432535,-73.97856128045173","https://www.google.com/maps?q=40.67305237159793,-73.97641655177439","https://www.google.com/maps?q=40.675192657453024,-73.97307000818114","https://www.google.com/maps?q=40.61897935798358,-74.02686963136868","https://www.google.com/maps?q=40.67988856437944,-73.97318947076458","https://www.google.com/maps?q=40.6132206912791,-74.0313279171333","https://www.google.com/maps?q=40.67918429386278,-73.97000503802268","https://www.google.com/maps?q=40.606505478967364,-74.02944068906478","https://www.google.com/maps?q=40.66997322466125,-73.97404323962448","https://www.google.com/maps?q=40.61870310750237,-74.01626242864918","https://www.google.com/maps?q=40.66429692683904,-73.97877537637225","https://www.google.com/maps?q=40.60299495096529,-74.0167928625544","https://www.google.com/maps?q=40.65929273826712,-73.98128381204769","https://www.google.com/maps?q=40.610133099482816,-74.01263388117641","https://www.google.com/maps?q=40.65696544542493,-73.97685917111946","https://www.google.com/maps?q=40.608882369490324,-74.01034622193127","https://www.google.com/maps?q=40.60253562856272,-74.01254215918442","https://www.google.com/maps?q=40.60122808713926,-74.00990603114863","https://www.google.com/maps?q=40.606968658777994,-74.00472335526429","https://www.google.com/maps?q=40.68424537376978,-73.97133389450151","https://www.google.com/maps?q=40.608300070019666,-74.00715112566256","https://www.google.com/maps?q=40.68777503099621,-73.97236793617864","https://www.google.com/maps?q=40.61245971351595,-74.00268128140382","https://www.google.com/maps?q=40.691376010145326,-73.97147790393005","https://www.google.com/maps?q=40.61370537792125,-74.00714474561248","https://www.google.com/maps?q=40.69469974657928,-73.97413883230679","https://www.google.com/maps?q=40.61564388603569,-74.00510633937184","https://www.google.com/maps?q=40.69457222069524,-73.97062099942173","https://www.google.com/maps?q=40.61747792946384,-74.00274000779933","https://www.google.com/maps?q=40.62103806262556,-74.00038572052976","https://www.google.com/maps?q=40.69523702453344,-73.96436465906216","https://www.google.com/maps?q=40.62845846539846,-73.99892815294024","https://www.google.com/maps?q=40.69127954119619,-73.9626407448957","https://www.google.com/maps?q=40.625836862565414,-74.00110772710944","https://www.google.com/maps?q=40.691410140820544,-73.96749983442434","https://www.google.com/maps?q=40.623423430831316,-74.00418502999241","https://www.google.com/maps?q=40.68800224508453,-73.96674677504382","https://www.google.com/maps?q=40.619359377651264,-74.00661762698623","https://www.google.com/maps?q=40.684032907356205,-73.9669265049523","https://www.google.com/maps?q=40.62068903395499,-74.00881965275812","https://www.google.com/maps?q=40.683847716565246,-73.96338754173387","https://www.google.com/maps?q=40.62202001727002,-74.01102143750825","https://www.google.com/maps?q=40.679956754361605,-73.96481230336693","https://www.google.com/maps?q=40.62335022841071,-74.01322386852944","https://www.google.com/maps?q=40.677475455115605,-73.96570369928449","https://www.google.com/maps?q=40.62488277636077,-74.01544004066446","https://www.google.com/maps?q=40.674942611203775,-73.96662356779257","https://www.google.com/maps?q=40.62597610056526,-74.00976758347512","https://www.google.com/maps?q=40.62762606790273,-74.00815614797612","https://www.google.com/maps?q=40.697077763006945,-73.9750471613502","https://www.google.com/maps?q=40.629474521579475,-74.0058501037449","https://www.google.com/maps?q=40.66835484853164,-73.96046741315932","https://www.google.com/maps?q=40.63161038607796,-74.00318166848969","https://www.google.com/maps?q=40.673363986763206,-73.96333202276676","https://www.google.com/maps?q=40.63279468953887,-73.99976925967083","https://www.google.com/maps?q=40.67276571145084,-73.95902565289502","https://www.google.com/maps?q=40.634354122371214,-73.99782292422614","https://www.google.com/maps?q=40.6719738744358,-73.95525927815329","https://www.google.com/maps?q=40.63616333511964,-73.99555939950588","https://www.google.com/maps?q=40.67613305630226,-73.9543631702733","https://www.google.com/maps?q=40.638239440401584,-73.9929635157043","https://www.google.com/maps?q=40.64051565153103,-73.99031182016441","https://www.google.com/maps?q=40.64198402934133,-73.98634740261699","https://www.google.com/maps?q=40.68150787203159,-73.95725253403472","https://www.google.com/maps?q=40.63912431062671,-73.98152973182422","https://www.google.com/maps?q=40.685131699488444,-73.95676155172433","https://www.google.com/maps?q=40.637816051868285,-73.98428115209138","https://www.google.com/maps?q=40.6857866343528,-73.96083816434457","https://www.google.com/maps?q=40.63609985344795,-73.98622068341803","https://www.google.com/maps?q=40.68879571048442,-73.95749006740985","https://www.google.com/maps?q=40.63387119857925,-73.98794070124468","https://www.google.com/maps?q=40.69251301382655,-73.95778486399857","https://www.google.com/maps?q=40.63219049064777,-73.98968762285027","https://www.google.com/maps?q=40.63051118396433,-73.99143768811086","https://www.google.com/maps?q=40.62883158350045,-73.99318622352702","https://www.google.com/maps?q=40.692222086451515,-73.95380347899328","https://www.google.com/maps?q=40.62586776054024,-73.99280990696428","https://www.google.com/maps?q=40.68745554861869,-73.95285596920291","https://www.google.com/maps?q=40.62174747121251,-73.98623643424293","https://www.google.com/maps?q=40.682880977168956,-73.95190118336944","https://www.google.com/maps?q=40.61816982697615,-73.98113934332284","https://www.google.com/maps?q=40.679435648459226,-73.94932455266745","https://www.google.com/maps?q=40.62136294454686,-73.98999314279442","https://www.google.com/maps?q=40.68298335308213,-73.94839040348057","https://www.google.com/maps?q=40.62362576741686,-73.99583821580639","https://www.google.com/maps?q=40.68785456773533,-73.94938779606693","https://www.google.com/maps?q=40.6198288980914,-73.99213919580423","https://www.google.com/maps?q=40.69262197593075,-73.95033660314932","https://www.google.com/maps?q=40.61669723433688,-73.98384491192155","https://www.google.com/maps?q=40.6973922561494,-73.95128617676288","https://www.google.com/maps?q=40.61499501137508,-73.98566622072043","https://www.google.com/maps?q=40.69821801040574,-73.94734449476549","https://www.google.com/maps?q=40.613288389396864,-73.98740981711866","https://www.google.com/maps?q=40.694967514164105,-73.94622401182536","https://www.google.com/maps?q=40.69696595325703,-73.94515400778782","https://www.google.com/maps?q=40.61691712907876,-73.99234568925489","https://www.google.com/maps?q=40.69239891654069,-73.94571421915339","https://www.google.com/maps?q=40.61872849258312,-73.9970786011843","https://www.google.com/maps?q=40.68946840893427,-73.94513141987028","https://www.google.com/maps?q=40.61486785465964,-73.99748156356341","https://www.google.com/maps?q=40.68690448871568,-73.94462060605994","https://www.google.com/maps?q=40.61263033593899,-73.9903255574935","https://www.google.com/maps?q=40.68397314137142,-73.94403819920929","https://www.google.com/maps?q=40.61044939787495,-73.99036197896982","https://www.google.com/maps?q=40.6812826539535,-73.94331732272522","https://www.google.com/maps?q=40.60586113487591,-73.98998506495539","https://www.google.com/maps?q=40.678726240357385,-73.93686767146465","https://www.google.com/maps?q=40.60817650771508,-73.99273840784942","https://www.google.com/maps?q=40.6810840884694,-73.9374382551957","https://www.google.com/maps?q=40.61094948334322,-73.99529203147308","https://www.google.com/maps?q=40.683897536038536,-73.9381788817071","https://www.google.com/maps?q=40.610896456156766,-73.9994889696053","https://www.google.com/maps?q=40.68682893789759,-73.93876039703058","https://www.google.com/maps?q=40.60685853739816,-74.00122103048908","https://www.google.com/maps?q=40.68975934820052,-73.93934458492002","https://www.google.com/maps?q=40.601003663275705,-74.00703527368606","https://www.google.com/maps?q=40.6926887624819,-73.93992860902513","https://www.google.com/maps?q=40.59967155152285,-74.0052077254933","https://www.google.com/maps?q=40.69525628879664,-73.94043791559713","https://www.google.com/maps?q=40.605674228719316,-73.99894278387893","https://www.google.com/maps?q=40.69942656997784,-73.94209069236507","https://www.google.com/maps?q=40.69745074144242,-73.94088523367263","https://www.google.com/maps?q=40.59868605299543,-74.00282194179937","https://www.google.com/maps?q=40.695633749997654,-73.93542073908642","https://www.google.com/maps?q=40.604511362063256,-73.9965622298837","https://www.google.com/maps?q=40.69304885705783,-73.93300680844494","https://www.google.com/maps?q=40.60317415404182,-73.9943477752349","https://www.google.com/maps?q=40.69042721017021,-73.93354101446187","https://www.google.com/maps?q=40.59677855864522,-74.00117403436684","https://www.google.com/maps?q=40.68749676960328,-73.93295814919924","https://www.google.com/maps?q=40.59450077081362,-73.99955962992082","https://www.google.com/maps?q=40.68456594884573,-73.93237588562668","https://www.google.com/maps?q=40.60095746308846,-73.99301871469468","https://www.google.com/maps?q=40.681272726657,-73.9316176256616","https://www.google.com/maps?q=40.60082333577348,-73.98790746821243","https://www.google.com/maps?q=40.678137976676105,-73.92583296890027","https://www.google.com/maps?q=40.59740308398243,-73.98874447057658","https://www.google.com/maps?q=40.67762156705042,-73.9162280694765","https://www.google.com/maps?q=40.59571208361223,-73.99064707627494","https://www.google.com/maps?q=40.675116032891886,-73.91793745559325","https://www.google.com/maps?q=40.590731289026635,-73.99797139907155","https://www.google.com/maps?q=40.677316174674026,-73.95906065959441","https://www.google.com/maps?q=40.59115561863565,-73.98613354149882","https://www.google.com/maps?q=40.675573999493785,-73.9262027585239","https://www.google.com/maps?q=40.5865418154842,-73.97951288669579","https://www.google.com/maps?q=40.676058824148626,-73.93298612140156","https://www.google.com/maps?q=40.676414273654714,-73.9390102487435","https://www.google.com/maps?q=40.6765684668943,-73.94430734826443","https://www.google.com/maps?q=40.585457303001306,-73.99444615499064","https://www.google.com/maps?q=40.67690536157504,-73.94992411453238","https://www.google.com/maps?q=40.67386690920933,-73.95012409893518","https://www.google.com/maps?q=40.671193035504245,-73.95037496657564","https://www.google.com/maps?q=40.66688527118963,-73.9493978138745","https://www.google.com/maps?q=40.66686920593754,-73.95218338497519","https://www.google.com/maps?q=40.66654748530226,-73.95507444515391","https://www.google.com/maps?q=40.66729830899224,-73.95776548613962","https://www.google.com/maps?q=40.57652986395281,-73.98821376843567","https://www.google.com/maps?q=40.6626464446029,-73.95879606667793","https://www.google.com/maps?q=40.576367216699815,-73.99768462288624","https://www.google.com/maps?q=40.66326355787031,-73.94841956907905","https://www.google.com/maps?q=40.5797136205408,-73.99845788274779","https://www.google.com/maps?q=40.66415811330724,-73.94200742097962","https://www.google.com/maps?q=40.66583729183874,-73.9425262934682","https://www.google.com/maps?q=40.66759405502758,-73.94238848655107","https://www.google.com/maps?q=40.575953253349276,-74.00921325353251","https://www.google.com/maps?q=40.669401606410425,-73.94218150330757","https://www.google.com/maps?q=40.67121181361836,-73.94201507774903","https://www.google.com/maps?q=40.57232224503486,-73.99647642261506","https://www.google.com/maps?q=40.673566189652746,-73.94458677992202","https://www.google.com/maps?q=40.57410768861473,-73.99686267152502","https://www.google.com/maps?q=40.673503019873934,-73.93883768920196","https://www.google.com/maps?q=40.67322788851812,-73.93369271581702","https://www.google.com/maps?q=40.67265827098815,-73.92797216728923","https://www.google.com/maps?q=40.58082963006267,-73.98293632284197","https://www.google.com/maps?q=40.66827713238984,-73.92977824363773","https://www.google.com/maps?q=40.57756894473278,-73.97890891293612","https://www.google.com/maps?q=40.66842928154905,-73.93254734581522","https://www.google.com/maps?q=40.57142814543601,-73.97961470446404","https://www.google.com/maps?q=40.66857967316275,-73.93531391325776","https://www.google.com/maps?q=40.580135175487854,-73.97261938155057","https://www.google.com/maps?q=40.66440495911409,-73.93347222072421","https://www.google.com/maps?q=40.58093057735475,-73.9696826640763","https://www.google.com/maps?q=40.577869862417536,-73.9701982279222","https://www.google.com/maps?q=40.66803509976417,-73.92682544072792","https://www.google.com/maps?q=40.670438083833005,-73.9238444765401","https://www.google.com/maps?q=40.57578570109671,-73.96555872857279","https://www.google.com/maps?q=40.57636215082678,-73.96123761138155","https://www.google.com/maps?q=40.66958776024628,-73.9199217610125","https://www.google.com/maps?q=40.57811699860475,-73.9640008039563","https://www.google.com/maps?q=40.672175678753945,-73.91699229944554","https://www.google.com/maps?q=40.58016138108559,-73.96386398416145","https://www.google.com/maps?q=40.675031227184604,-73.91151363901827","https://www.google.com/maps?q=40.674708296323125,-73.90757057654025","https://www.google.com/maps?q=40.582856044080714,-73.9637871242971","https://www.google.com/maps?q=40.67754879851869,-73.90461328114216","https://www.google.com/maps?q=40.679650009184755,-73.90922834192621","https://www.google.com/maps?q=40.58783457888348,-73.96315436427426","https://www.google.com/maps?q=40.68028731544654,-73.91383953938775","https://www.google.com/maps?q=40.68394878387889,-73.91521540048596","https://www.google.com/maps?q=40.587997911987635,-73.96775494270098","https://www.google.com/maps?q=40.58679490041804,-73.97199658578938","https://www.google.com/maps?q=40.68762000120153,-73.92151676868232","https://www.google.com/maps?q=40.68408825702492,-73.9201875603542","https://www.google.com/maps?q=40.68049889203661,-73.91936568956805","https://www.google.com/maps?q=40.681047778312546,-73.92542625495042","https://www.google.com/maps?q=40.59152315711623,-73.98148399686434","https://www.google.com/maps?q=40.68452456343932,-73.92620556821815","https://www.google.com/maps?q=40.687455350973885,-73.92678913244812","https://www.google.com/maps?q=40.59235011802443,-73.97511175752298","https://www.google.com/maps?q=40.69053933826983,-73.92774955548161","https://www.google.com/maps?q=40.59292479326417,-73.96925160418024","https://www.google.com/maps?q=40.6994385185807,-73.9372346483404","https://www.google.com/maps?q=40.59296936287797,-73.96442662696238","https://www.google.com/maps?q=40.69979502355248,-73.9336550862144","https://www.google.com/maps?q=40.595850048111124,-73.96303964465633","https://www.google.com/maps?q=40.695627862015925,-73.93000461885062","https://www.google.com/maps?q=40.59849299625375,-73.96506908593022","https://www.google.com/maps?q=40.69296832878626,-73.92473756792636","https://www.google.com/maps?q=40.597349623167204,-73.9697067518024","https://www.google.com/maps?q=40.68894875538499,-73.91914043550891","https://www.google.com/maps?q=40.59544681624338,-73.97551240503057","https://www.google.com/maps?q=40.69023563076929,-73.91755306962915","https://www.google.com/maps?q=40.59780877994777,-73.9761352244454","https://www.google.com/maps?q=40.6864591355278,-73.91274084351674","https://www.google.com/maps?q=40.59600092101452,-73.98272343748934","https://www.google.com/maps?q=40.684522613826424,-73.90820937955831","https://www.google.com/maps?q=40.60218572083998,-73.98541944343548","https://www.google.com/maps?q=40.6815808131556,-73.90519264563086","https://www.google.com/maps?q=40.600511647763916,-73.98232184442621","https://www.google.com/maps?q=40.60120126139397,-73.9791341421502","https://www.google.com/maps?q=40.69104174519028,-73.90464517850575","https://www.google.com/maps?q=40.60097972538863,-73.97545137088305","https://www.google.com/maps?q=40.68787913999573,-73.90714949390598","https://www.google.com/maps?q=40.60415746199878,-73.97419162053593","https://www.google.com/maps?q=40.689814594771924,-73.91062001350875","https://www.google.com/maps?q=40.60170648557919,-73.97106538474067","https://www.google.com/maps?q=40.602415845713494,-73.96793742368435","https://www.google.com/maps?q=40.69195017500501,-73.9143896008237","https://www.google.com/maps?q=40.60241123055089,-73.96348638924987","https://www.google.com/maps?q=40.69376251113324,-73.91791786226139","https://www.google.com/maps?q=40.60539998614438,-73.9648516473652","https://www.google.com/maps?q=40.69532328952785,-73.92103311829933","https://www.google.com/maps?q=40.60923775068598,-73.96433216265584","https://www.google.com/maps?q=40.69702928246927,-73.92403841065321","https://www.google.com/maps?q=40.606867959626015,-73.9699880068469","https://www.google.com/maps?q=40.69900207463827,-73.92728868050534","https://www.google.com/maps?q=40.60674834162797,-73.97604836402961","https://www.google.com/maps?q=40.70144846867019,-73.93095870851653","https://www.google.com/maps?q=40.60567503673967,-73.98018913615482","https://www.google.com/maps?q=40.703693569026704,-73.92718433481448","https://www.google.com/maps?q=40.60564577902832,-73.98432664854013","https://www.google.com/maps?q=40.70179912605396,-73.92345561310543","https://www.google.com/maps?q=40.60924934428501,-73.98420200795364","https://www.google.com/maps?q=40.6996605317063,-73.91969800342156","https://www.google.com/maps?q=40.61068151592478,-73.98068468061945","https://www.google.com/maps?q=40.69752204048155,-73.91593894554822","https://www.google.com/maps?q=40.6100424148721,-73.97692769619334","https://www.google.com/maps?q=40.695383977944836,-73.91218018165803","https://www.google.com/maps?q=40.61313002478499,-73.97785729693082","https://www.google.com/maps?q=40.69324046247191,-73.9084406719806","https://www.google.com/maps?q=40.61033013745398,-73.97109448697499","https://www.google.com/maps?q=40.69751219806528,-73.90937105932377","https://www.google.com/maps?q=40.61303852810865,-73.97097686312168","https://www.google.com/maps?q=40.701403593426235,-73.9140584656051","https://www.google.com/maps?q=40.612396532151685,-73.96559356673993","https://www.google.com/maps?q=40.70329632419679,-73.91671025895766","https://www.google.com/maps?q=40.61576743012477,-73.96932196862376","https://www.google.com/maps?q=40.70499271091401,-73.91970671509777","https://www.google.com/maps?q=40.61522942115981,-73.97605763818328","https://www.google.com/maps?q=40.706664159383756,-73.92264975147512","https://www.google.com/maps?q=40.61809343222234,-73.97324678664062","https://www.google.com/maps?q=40.71784082179439,-73.93097731798797","https://www.google.com/maps?q=40.621629654555065,-73.97288106483826","https://www.google.com/maps?q=40.620174381747276,-73.96816217082876","https://www.google.com/maps?q=40.706588162237516,-73.92894976770309","https://www.google.com/maps?q=40.61868265755194,-73.96500245530821","https://www.google.com/maps?q=40.626163073168385,-73.96662058395114","https://www.google.com/maps?q=40.62570180245251,-73.96900610675152","https://www.google.com/maps?q=40.63184065007969,-73.96551511839608","https://www.google.com/maps?q=40.62762294475903,-73.97351639299026","https://www.google.com/maps?q=40.62450155719882,-73.97428007164407","https://www.google.com/maps?q=40.624575233215104,-73.97839451223243","https://www.google.com/maps?q=40.62149375782024,-73.98075964029773","https://www.google.com/maps?q=40.625589006263255,-73.98675071428026","https://www.google.com/maps?q=40.62703609122521,-73.98412750188852","https://www.google.com/maps?q=40.62868358867217,-73.9823658909996","https://www.google.com/maps?q=40.63056940067891,-73.98058088128936","https://www.google.com/maps?q=40.718238218921925,-73.94214347051773","https://www.google.com/maps?q=40.63339839110596,-73.9788744214872","https://www.google.com/maps?q=40.63029236853707,-73.97447576625225","https://www.google.com/maps?q=40.713860420326256,-73.93849886238483","https://www.google.com/maps?q=40.63322324351515,-73.96952065857839","https://www.google.com/maps?q=40.63428614005383,-73.9736270901274","https://www.google.com/maps?q=40.707840115924945,-73.93634921776797","https://www.google.com/maps?q=40.63891915581822,-73.97842520090987","https://www.google.com/maps?q=40.64047688580467,-73.97620865005076","https://www.google.com/maps?q=40.70292132898922,-73.93925893458773","https://www.google.com/maps?q=40.63811654140929,-73.97302139532881","https://www.google.com/maps?q=40.703572941826806,-73.94409993468163","https://www.google.com/maps?q=40.64090710681007,-73.97020467087299","https://www.google.com/maps?q=40.707807643479036,-73.94135386393177","https://www.google.com/maps?q=40.642964186904045,-73.97382070736693","https://www.google.com/maps?q=40.7123628018123,-73.94335719528901","https://www.google.com/maps?q=40.643687022139844,-73.9804382480602","https://www.google.com/maps?q=40.716225447176434,-73.9446004160891","https://www.google.com/maps?q=40.645429432662915,-73.98268127809797","https://www.google.com/maps?q=40.72091673060424,-73.9468849171911","https://www.google.com/maps?q=40.64825794521703,-73.97745372838936","https://www.google.com/maps?q=40.715732859415624,-73.94894713747881","https://www.google.com/maps?q=40.653493564379694,-73.97532534057807","https://www.google.com/maps?q=40.71220179432497,-73.94746234885399","https://www.google.com/maps?q=40.64871194220835,-73.97354968987968","https://www.google.com/maps?q=40.70805199080833,-73.9449451438582","https://www.google.com/maps?q=40.64897841161901,-73.9668580018726","https://www.google.com/maps?q=40.70140797682663,-73.94701182523748","https://www.google.com/maps?q=40.65123519557579,-73.96073629039513","https://www.google.com/maps?q=40.65390876275354,-73.96062344958374","https://www.google.com/maps?q=40.65283495947415,-73.96357300109415","https://www.google.com/maps?q=40.7032772348136,-73.95056452136441","https://www.google.com/maps?q=40.646121756430155,-73.95976773906283","https://www.google.com/maps?q=40.648751370612096,-73.96036717030616","https://www.google.com/maps?q=40.70755960306144,-73.94857911636501","https://www.google.com/maps?q=40.64655247536204,-73.96336112852879","https://www.google.com/maps?q=40.71178829480889,-73.95218081818541","https://www.google.com/maps?q=40.642791696292896,-73.96142833578288","https://www.google.com/maps?q=40.71913342295231,-73.9505273972212","https://www.google.com/maps?q=40.63862465483886,-73.95670963805678","https://www.google.com/maps?q=40.64161447286873,-73.95814383731651","https://www.google.com/maps?q=40.720650248801086,-73.95450013292613","https://www.google.com/maps?q=40.63799090910945,-73.96079507962374","https://www.google.com/maps?q=40.71572002158705,-73.95516908805557","https://www.google.com/maps?q=40.63744547893435,-73.96418747331508","https://www.google.com/maps?q=40.71168938911205,-73.95881150756396","https://www.google.com/maps?q=40.708896994805585,-73.959989677544","https://www.google.com/maps?q=40.636470149038445,-73.96667767674106","https://www.google.com/maps?q=40.70840532618558,-73.9537053030932","https://www.google.com/maps?q=40.63084714407674,-73.96260859921078","https://www.google.com/maps?q=40.70587136735011,-73.95450606733179","https://www.google.com/maps?q=40.627363416992786,-73.96373438704288","https://www.google.com/maps?q=40.70072987125401,-73.95417493639538","https://www.google.com/maps?q=40.626219589279216,-73.96025459096839","https://www.google.com/maps?q=40.70377564033162,-73.95736486902808","https://www.google.com/maps?q=40.6225826106794,-73.96283021307067","https://www.google.com/maps?q=40.706142833207394,-73.96123247823141","https://www.google.com/maps?q=40.70029818860246,-73.95995450645137","https://www.google.com/maps?q=40.61819827207842,-73.9568350193298","https://www.google.com/maps?q=40.702647682675334,-73.96255866194545","https://www.google.com/maps?q=40.612802761611164,-73.9609789642851","https://www.google.com/maps?q=40.70175726558239,-73.9718459946389","https://www.google.com/maps?q=40.613219580023035,-73.95719040570212","https://www.google.com/maps?q=40.705237645689785,-73.96528600197433","https://www.google.com/maps?q=40.61314113457887,-73.95312390643467","https://www.google.com/maps?q=40.70851811376177,-73.9665620777465","https://www.google.com/maps?q=40.6092526706062,-73.94837716900966","https://www.google.com/maps?q=40.71117157241767,-73.96573081403866","https://www.google.com/maps?q=40.608733909808684,-73.95231742201568","https://www.google.com/maps?q=40.713959293450806,-73.96440952487926","https://www.google.com/maps?q=40.60830958480967,-73.95625885116853","https://www.google.com/maps?q=40.71645756168769,-73.95923574991265","https://www.google.com/maps?q=40.60787012795802,-73.96007159319078","https://www.google.com/maps?q=40.71808469899213,-73.96326086119096","https://www.google.com/maps?q=40.60316088748211,-73.95940572732331","https://www.google.com/maps?q=40.721998368736784,-73.95933662955609","https://www.google.com/maps?q=40.60365364785442,-73.95537791613154","https://www.google.com/maps?q=40.60408550723575,-73.95143583017874","https://www.google.com/maps?q=40.726411752061765,-73.95660223601402","https://www.google.com/maps?q=40.604518114838065,-73.94750336570425","https://www.google.com/maps?q=40.734942027274656,-73.95868802333055","https://www.google.com/maps?q=40.60691583812457,-73.94337356155027","https://www.google.com/maps?q=40.730181529378726,-73.95796448095213","https://www.google.com/maps?q=40.602852541157105,-73.94140350303151","https://www.google.com/maps?q=40.60267168657836,-73.93781849954883","https://www.google.com/maps?q=40.72376574373153,-73.95236197962272","https://www.google.com/maps?q=40.599266778869016,-73.93688262844682","https://www.google.com/maps?q=40.724783654720916,-73.9476187484252","https://www.google.com/maps?q=40.59636876418047,-73.93821591911113","https://www.google.com/maps?q=40.728048596278846,-73.94882981069692","https://www.google.com/maps?q=40.60114988764844,-73.9443384719261","https://www.google.com/maps?q=40.732113219975766,-73.95319030509357","https://www.google.com/maps?q=40.59987316101303,-73.94757100263766","https://www.google.com/maps?q=40.599439858583565,-73.95151267819912","https://www.google.com/maps?q=40.73437273871049,-73.94854236366128","https://www.google.com/maps?q=40.59900677633335,-73.95545392983344","https://www.google.com/maps?q=40.59853988780821,-73.95926184688695","https://www.google.com/maps?q=40.59407483631402,-73.95867192487147","https://www.google.com/maps?q=40.59456376182734,-73.95461369071215","https://www.google.com/maps?q=40.58962177152333,-73.9585479687504","https://www.google.com/maps?q=40.72907495369495,-73.94074614076492","https://www.google.com/maps?q=40.589988568688106,-73.95468623087687","https://www.google.com/maps?q=40.72355300761387,-73.9429265404319","https://www.google.com/maps?q=40.59233798636007,-73.95145084142531","https://www.google.com/maps?q=40.725994296326014,-73.93833442808231","https://www.google.com/maps?q=40.59301200701433,-73.94762573536487","https://www.google.com/maps?q=40.594614656538724,-73.94301813005085","https://www.google.com/maps?q=40.591096786039785,-73.94005652134562","https://www.google.com/maps?q=40.587896177497896,-73.93622651528977","https://www.google.com/maps?q=40.58707427603967,-73.94569214437408","https://www.google.com/maps?q=40.58645107014326,-73.95616839308249","https://www.google.com/maps?q=40.58393252736176,-73.94921438554348","https://www.google.com/maps?q=40.57372457157077,-73.95601428051428","https://www.google.com/maps?q=40.58142050569012,-73.95870538556429","https://www.google.com/maps?q=40.57987251587915,-73.95576714171013","https://www.google.com/maps?q=40.581089078441615,-73.94934729641412","https://www.google.com/maps?q=40.57562580777036,-73.94042595271853","https://www.google.com/maps?q=40.579175412331644,-73.94592834040121","https://www.google.com/maps?q=40.58409450173536,-73.93571305426468","https://www.google.com/maps?q=40.59233353112729,-73.93443911276736","https://www.google.com/maps?q=40.58986548176718,-73.92689214569431","https://www.google.com/maps?q=40.59976040723486,-73.93156834386761","https://www.google.com/maps?q=40.60993553574879,-73.93614332039215","https://www.google.com/maps?q=40.60666840139743,-73.93881049593924","https://www.google.com/maps?q=40.610997138807974,-73.94024630312289","https://www.google.com/maps?q=40.6121974602003,-73.9463939465572","https://www.google.com/maps?q=40.61379651963816,-73.94247912493498","https://www.google.com/maps?q=40.61591474780713,-73.93953515550403","https://www.google.com/maps?q=40.61768980280375,-73.9364601811875","https://www.google.com/maps?q=40.61997854307939,-73.93364663363185","https://www.google.com/maps?q=40.61476200565554,-73.93007269530102","https://www.google.com/maps?q=40.612948741568566,-73.93180782354489","https://www.google.com/maps?q=40.61301094015061,-73.93498225847732","https://www.google.com/maps?q=40.608082827777984,-73.93120057908754","https://www.google.com/maps?q=40.6090465991938,-73.92808004726224","https://www.google.com/maps?q=40.609305184188834,-73.9243720754016","https://www.google.com/maps?q=40.61272458133822,-73.922764213917","https://www.google.com/maps?q=40.618747149190575,-73.9278042233194","https://www.google.com/maps?q=40.619830520366044,-73.93027232542457","https://www.google.com/maps?q=40.624994997480435,-73.92720103756511","https://www.google.com/maps?q=40.62614894467405,-73.92277904381086","https://www.google.com/maps?q=40.621376371642675,-73.9251878769069","https://www.google.com/maps?q=40.61664690855341,-73.92413043827388","https://www.google.com/maps?q=40.61482258359436,-73.91728162330622","https://www.google.com/maps?q=40.61721583804728,-73.9191003597027","https://www.google.com/maps?q=40.619965389755954,-73.9206700932485","https://www.google.com/maps?q=40.62367548626251,-73.92008881953774","https://www.google.com/maps?q=40.62722817938429,-73.91478569370433","https://www.google.com/maps?q=40.62272962894712,-73.90865048211337","https://www.google.com/maps?q=40.61244423713742,-73.91589101862162","https://www.google.com/maps?q=40.620045905267645,-73.90674084595209","https://www.google.com/maps?q=40.608767068136565,-73.90860894985394","https://www.google.com/maps?q=40.59242934929575,-73.88988190002124","https://www.google.com/maps?q=40.613466273917105,-73.89612780598466","https://www.google.com/maps?q=40.62885021206276,-73.92004682348897","https://www.google.com/maps?q=40.63199985667972,-73.92438862186059","https://www.google.com/maps?q=40.634106055425484,-73.9270557106054","https://www.google.com/maps?q=40.63241390698487,-73.93387617653943","https://www.google.com/maps?q=40.62948561459657,-73.92700413935955","https://www.google.com/maps?q=40.626201744585515,-73.92984368042346","https://www.google.com/maps?q=40.627928010503865,-73.9336058033913","https://www.google.com/maps?q=40.62781535118832,-73.93747782314864","https://www.google.com/maps?q=40.62403889070675,-73.9357949447024","https://www.google.com/maps?q=40.62240961753349,-73.93907718925308","https://www.google.com/maps?q=40.62739421620164,-73.94125674204864","https://www.google.com/maps?q=40.62699439681205,-73.94497531801406","https://www.google.com/maps?q=40.62231722744057,-73.94310628623556","https://www.google.com/maps?q=40.61860175914808,-73.9426419065208","https://www.google.com/maps?q=40.62189308900991,-73.94689572979557","https://www.google.com/maps?q=40.62656784344259,-73.94876600249536","https://www.google.com/maps?q=40.62615316382845,-73.95254617567188","https://www.google.com/maps?q=40.62147379213894,-73.95071151073728","https://www.google.com/maps?q=40.616856254316204,-73.94798942630474","https://www.google.com/maps?q=40.61647510061801,-73.9519619345543","https://www.google.com/maps?q=40.62135693851229,-73.95478851178949","https://www.google.com/maps?q=40.625718549065866,-73.9564858813197","https://www.google.com/maps?q=40.631926313516665,-73.95864481175055","https://www.google.com/maps?q=40.63318714493112,-73.95684202668916","https://www.google.com/maps?q=40.61880419810423,-73.96080166685074","https://www.google.com/maps?q=40.63613614724579,-73.95382956384447","https://www.google.com/maps?q=40.631609402960514,-73.95317701475305","https://www.google.com/maps?q=40.631198820464306,-73.94808152517462","https://www.google.com/maps?q=40.63092551936465,-73.94113608162833","https://www.google.com/maps?q=40.63449792834823,-73.93914858208707","https://www.google.com/maps?q=40.63785372080075,-73.94144286230735","https://www.google.com/maps?q=40.63426238443646,-73.9429557808995","https://www.google.com/maps?q=40.634414003912845,-73.94706257493446","https://www.google.com/maps?q=40.63746549513457,-73.94883670425449","https://www.google.com/maps?q=40.64097782033071,-73.95369671749275","https://www.google.com/maps?q=40.64476416362564,-73.95491068690092","https://www.google.com/maps?q=40.64860530498308,-73.95528601111258","https://www.google.com/maps?q=40.656596412348705,-73.95827228858421","https://www.google.com/maps?q=40.652760260335654,-73.95765514934287","https://www.google.com/maps?q=40.66001089010547,-73.95871857875825","https://www.google.com/maps?q=40.65799075203783,-73.9613712274887","https://www.google.com/maps?q=40.66068603679591,-73.95376665707467","https://www.google.com/maps?q=40.65763987140323,-73.95344071951652","https://www.google.com/maps?q=40.65897444773052,-73.94899025637838","https://www.google.com/maps?q=40.66165903846874,-73.94386145671369","https://www.google.com/maps?q=40.65730325424285,-73.93948635710117","https://www.google.com/maps?q=40.659113087428395,-73.94454881899199","https://www.google.com/maps?q=40.65364076950677,-73.94023800905846","https://www.google.com/maps?q=40.65352966684333,-73.9442053079489","https://www.google.com/maps?q=40.653092268595735,-73.94797516272928","https://www.google.com/maps?q=40.65345306494174,-73.95130970320078","https://www.google.com/maps?q=40.653288812805386,-73.95442817816294","https://www.google.com/maps?q=40.648847337658225,-73.949357974935","https://www.google.com/maps?q=40.64506471670704,-73.94897316281919","https://www.google.com/maps?q=40.640991074180334,-73.9496047067662","https://www.google.com/maps?q=40.640886989415705,-73.9455028326572","https://www.google.com/maps?q=40.641524062577126,-73.94162433331064","https://www.google.com/maps?q=40.64154991248847,-73.93847509689918","https://www.google.com/maps?q=40.63710285161227,-73.93512732018262","https://www.google.com/maps?q=40.64175608988592,-73.93513505377085","https://www.google.com/maps?q=40.64199431082809,-73.9312919929204","https://www.google.com/maps?q=40.64228504047141,-73.92745492687109","https://www.google.com/maps?q=40.64642696578285,-73.92786107685278","https://www.google.com/maps?q=40.645743391080885,-73.93231599253424","https://www.google.com/maps?q=40.64700292423209,-73.93824111033902","https://www.google.com/maps?q=40.644672816442124,-73.9425499213066","https://www.google.com/maps?q=40.64862444971538,-73.9448275526187","https://www.google.com/maps?q=40.65020745763934,-73.93902719758759","https://www.google.com/maps?q=40.649995612446595,-73.9329233125739","https://www.google.com/maps?q=40.650216457417095,-73.92822566194667","https://www.google.com/maps?q=40.65433723415012,-73.92382226170805","https://www.google.com/maps?q=40.656375063485164,-73.92676155504765","https://www.google.com/maps?q=40.65431243272132,-73.9297308926892","https://www.google.com/maps?q=40.65418032034303,-73.93340386503293","https://www.google.com/maps?q=40.65367539483426,-73.93664981071595","https://www.google.com/maps?q=40.660474444338156,-73.93845878509693","https://www.google.com/maps?q=40.66064785505037,-73.93570591642649","https://www.google.com/maps?q=40.658846547127155,-73.93103383486103","https://www.google.com/maps?q=40.6615193160983,-73.93102263212029","https://www.google.com/maps?q=40.660494579414284,-73.9259819001123","https://www.google.com/maps?q=40.66222813448493,-73.92455063110592","https://www.google.com/maps?q=40.6574880028951,-73.92067652059507","https://www.google.com/maps?q=40.65393932213467,-73.91806276999382","https://www.google.com/maps?q=40.656987778532425,-73.91548928157528","https://www.google.com/maps?q=40.66328094712707,-73.92192197634681","https://www.google.com/maps?q=40.66150397881585,-73.91648525771214","https://www.google.com/maps?q=40.65800738553494,-73.91240947179358","https://www.google.com/maps?q=40.66278614758227,-73.9137076887378","https://www.google.com/maps?q=40.666251736125616,-73.91981361786979","https://www.google.com/maps?q=40.66755315613551,-73.91500743475153","https://www.google.com/maps?q=40.670130209279726,-73.90885946041455","https://www.google.com/maps?q=40.67132258114125,-73.90477195094489","https://www.google.com/maps?q=40.66575151035479,-73.90340655297165","https://www.google.com/maps?q=40.665129034135575,-73.90763463051005","https://www.google.com/maps?q=40.65910382597179,-73.9091012551326","https://www.google.com/maps?q=40.661652722538335,-73.90458554047972","https://www.google.com/maps?q=40.65856937046884,-73.90302029743943","https://www.google.com/maps?q=40.65523527994107,-73.9063727674864","https://www.google.com/maps?q=40.66693315058557,-73.91147948357437","https://www.google.com/maps?q=40.6524800241364,-73.91177341179379","https://www.google.com/maps?q=40.64992906007302,-73.9154074708596","https://www.google.com/maps?q=40.63756956431665,-73.92951649524629","https://www.google.com/maps?q=40.64892513061111,-73.91901488096825","https://www.google.com/maps?q=40.64879627127878,-73.92158372744325","https://www.google.com/maps?q=40.650446905710275,-73.92455815315576","https://www.google.com/maps?q=40.63873943583335,-73.92297456561107","https://www.google.com/maps?q=40.63508173948919,-73.92078036038146","https://www.google.com/maps?q=40.64461692074791,-73.9232797566214","https://www.google.com/maps?q=40.636248778887825,-73.9171451718844","https://www.google.com/maps?q=40.63896688433363,-73.91463256302318","https://www.google.com/maps?q=40.63557409725248,-73.91091852104095","https://www.google.com/maps?q=40.64082210745952,-73.91168600110252","https://www.google.com/maps?q=40.64502356574448,-73.91051372296906","https://www.google.com/maps?q=40.64195007516762,-73.90726866156255","https://www.google.com/maps?q=40.640639898289585,-73.9031419582985","https://www.google.com/maps?q=40.64414181250329,-73.90387691487993","https://www.google.com/maps?q=40.64726004991913,-73.90735301377751","https://www.google.com/maps?q=40.64698412157499,-73.89976576933515","https://www.google.com/maps?q=40.65099885664247,-73.89436661734443","https://www.google.com/maps?q=40.64657791428725,-73.89178957718751","https://www.google.com/maps?q=40.64493646739438,-73.8943195841026","https://www.google.com/maps?q=40.64300188359531,-73.89731527746575","https://www.google.com/maps?q=40.63937034695506,-73.89856198458857","https://www.google.com/maps?q=40.63740348486446,-73.90128448305994","https://www.google.com/maps?q=40.63575973568341,-73.90439926826892","https://www.google.com/maps?q=40.63344380537933,-73.9077877953881","https://www.google.com/maps?q=40.62957732997232,-73.90840787398065","https://www.google.com/maps?q=40.63064927953635,-73.90380000157559","https://www.google.com/maps?q=40.632253289359475,-73.90088969114285","https://www.google.com/maps?q=40.63413315432054,-73.8980664520378","https://www.google.com/maps?q=40.636028173292914,-73.89497203839886","https://www.google.com/maps?q=40.639726523124956,-73.89366769378356","https://www.google.com/maps?q=40.641662581122915,-73.89067346721225","https://www.google.com/maps?q=40.643302990506385,-73.88814087496017","https://www.google.com/maps?q=40.642879445936266,-73.88602294309891","https://www.google.com/maps?q=40.63837847344439,-73.88701816403689","https://www.google.com/maps?q=40.63644129224879,-73.8900105784812","https://www.google.com/maps?q=40.632928426754745,-73.89327559613791","https://www.google.com/maps?q=40.62960676263891,-73.89848045484564","https://www.google.com/maps?q=40.62682731449554,-73.89201492651955","https://www.google.com/maps?q=40.63358603557601,-73.88185543867127","https://www.google.com/maps?q=40.64926210925158,-73.88063428717834","https://www.google.com/maps?q=40.645822628273116,-73.88349753298463","https://www.google.com/maps?q=40.64746957444184,-73.86858838365958","https://www.google.com/maps?q=40.65884165202521,-73.8759586815367","https://www.google.com/maps?q=40.65266450236905,-73.90165099408368","https://www.google.com/maps?q=40.65741327152638,-73.88877066389391","https://www.google.com/maps?q=40.65731418606365,-73.88429809535877","https://www.google.com/maps?q=40.66054459391246,-73.88134579840771","https://www.google.com/maps?q=40.66386319813495,-73.87568820086621","https://www.google.com/maps?q=40.66875670036156,-73.87601804864966","https://www.google.com/maps?q=40.66662753634421,-73.88051965027451","https://www.google.com/maps?q=40.66372793219951,-73.88592226739155","https://www.google.com/maps?q=40.66600366107418,-73.88715359420965","https://www.google.com/maps?q=40.66489859246548,-73.89311181363942","https://www.google.com/maps?q=40.66174109592594,-73.89210877318409","https://www.google.com/maps?q=40.662169133569066,-73.89647044616535","https://www.google.com/maps?q=40.66125586949398,-73.89888977242038","https://www.google.com/maps?q=40.66777935427624,-73.89960816026354","https://www.google.com/maps?q=40.68042271627872,-73.8973065248271","https://www.google.com/maps?q=40.682397003731026,-73.89123421112872","https://www.google.com/maps?q=40.6728086280358,-73.89855008095412","https://www.google.com/maps?q=40.67920656176136,-73.89234180930445","https://www.google.com/maps?q=40.673922333999705,-73.88652252525176","https://www.google.com/maps?q=40.673269312269355,-73.89093008564929","https://www.google.com/maps?q=40.66832669583736,-73.89589468924517","https://www.google.com/maps?q=40.66888091985175,-73.89216235944674","https://www.google.com/maps?q=40.66941952591488,-73.88853049641398","https://www.google.com/maps?q=40.66993819448576,-73.88503492026321","https://www.google.com/maps?q=40.6705098782749,-73.88118218147262","https://www.google.com/maps?q=40.67456274860215,-73.88220517562819","https://www.google.com/maps?q=40.67899084623368,-73.8825160370363","https://www.google.com/maps?q=40.67760001834637,-73.88618102727949","https://www.google.com/maps?q=40.68081167276789,-73.88751489991984","https://www.google.com/maps?q=40.68273651000408,-73.88376496859698","https://www.google.com/maps?q=40.682858442319315,-73.87978617748095","https://www.google.com/maps?q=40.68477979064335,-73.87687920570534","https://www.google.com/maps?q=40.68623497796649,-73.87444754460454","https://www.google.com/maps?q=40.68165283380153,-73.8742887280926","https://www.google.com/maps?q=40.687908560852215,-73.87189759821284","https://www.google.com/maps?q=40.688664635151824,-73.86900206029097","https://www.google.com/maps?q=40.68430409291338,-73.86940999821026","https://www.google.com/maps?q=40.681465935985976,-73.86778109754242","https://www.google.com/maps?q=40.67904117845547,-73.8659138941171","https://www.google.com/maps?q=40.67905786799199,-73.87161424046697","https://www.google.com/maps?q=40.677115677984496,-73.87815519423397","https://www.google.com/maps?q=40.67255272158164,-73.87706022747628","https://www.google.com/maps?q=40.67589802227565,-73.87316630441127","https://www.google.com/maps?q=40.67631474396443,-73.89438557357596","https://www.google.com/maps?q=40.67487740537184,-73.86727232277748","https://www.google.com/maps?q=40.67634142779921,-73.86436392702508","https://www.google.com/maps?q=40.67130642409555,-73.86516048096821","https://www.google.com/maps?q=40.67005509018861,-73.87223119478575","https://www.google.com/maps?q=40.66746458342821,-73.86517187347684","https://www.google.com/maps?q=40.663705454797196,-73.86279758553401","https://www.google.com/maps?q=40.69673838345364,-73.95674042405628","https://www.google.com/maps?q=40.6546672245802,-73.98132117928502","https://www.google.com/maps?q=40.64397427483817,-73.96718359164592","https://www.google.com/maps?q=40.81867958975611,-73.74533184582816","https://www.google.com/maps?q=40.80403803903828,-73.74179212625857","https://www.google.com/maps?q=40.80191162996096,-73.72590705518023","https://www.google.com/maps?q=40.789108439778516,-73.74495741568334","https://www.google.com/maps?q=40.78938464889909,-73.72031728775987","https://www.google.com/maps?q=40.78698997676487,-73.72573910075295","https://www.google.com/maps?q=40.775173332209164,-73.72796315481018","https://www.google.com/maps?q=40.77300971306119,-73.69046987311366","https://www.google.com/maps?q=40.85132182049441,-73.70267121482239","https://www.google.com/maps?q=40.83947040968003,-73.71254052654976","https://www.google.com/maps?q=40.84498294666641,-73.70074558780425","https://www.google.com/maps?q=40.82741935785582,-73.70385270787632","https://www.google.com/maps?q=40.831461738092976,-73.68831540806562","https://www.google.com/maps?q=40.817007525737964,-73.66208803853903","https://www.google.com/maps?q=40.810299375004114,-73.7008757221181","https://www.google.com/maps?q=40.807536808591436,-73.67560784412866","https://www.google.com/maps?q=40.79899591745577,-73.67994323945189","https://www.google.com/maps?q=40.78715062443546,-73.69897761340948","https://www.google.com/maps?q=40.79234470156172,-73.6796459158361","https://www.google.com/maps?q=40.80715664019737,-73.64746130029847","https://www.google.com/maps?q=40.803214355341275,-73.62839501293085","https://www.google.com/maps?q=40.787728840669494,-73.6304130130966","https://www.google.com/maps?q=40.78648865941533,-73.64784083490022","https://www.google.com/maps?q=40.77043007866511,-73.66033220962184","https://www.google.com/maps?q=40.771580517883415,-73.64815520096056","https://www.google.com/maps?q=40.77294984299637,-73.6334540571372","https://www.google.com/maps?q=40.77971186058943,-73.60344634568061","https://www.google.com/maps?q=40.73189215125166,-73.7016826452083","https://www.google.com/maps?q=40.74067985334045,-73.69697305171047","https://www.google.com/maps?q=40.74866832289588,-73.69191906929255","https://www.google.com/maps?q=40.74610470858819,-73.67815363797298","https://www.google.com/maps?q=40.73543976004506,-73.68529204897708","https://www.google.com/maps?q=40.759137432945174,-73.68087027055888","https://www.google.com/maps?q=40.75667598320488,-73.6635157220416","https://www.google.com/maps?q=40.74567280098504,-73.66149244558046","https://www.google.com/maps?q=40.74086741411979,-73.66696206134719","https://www.google.com/maps?q=40.75932146662092,-73.64984933454849","https://www.google.com/maps?q=40.75834210635842,-73.6442453392757","https://www.google.com/maps?q=40.76084979919296,-73.6336070211313","https://www.google.com/maps?q=40.747152568692385,-73.65104995096037","https://www.google.com/maps?q=40.74499814577156,-73.64131427848021","https://www.google.com/maps?q=40.74875152353286,-73.62813773060634","https://www.google.com/maps?q=40.75002602083011,-73.61212251867036","https://www.google.com/maps?q=40.7651119775567,-73.59038067065215","https://www.google.com/maps?q=40.75230913732345,-73.59924511848429","https://www.google.com/maps?q=40.755714940367454,-73.59255479649724","https://www.google.com/maps?q=40.75961502793764,-73.58035940921488","https://www.google.com/maps?q=40.75841413273871,-73.56318518102808","https://www.google.com/maps?q=40.76373718763653,-73.56252796164073","https://www.google.com/maps?q=40.75957061231471,-73.57308855189457","https://www.google.com/maps?q=40.72321094220671,-73.72089772294889","https://www.google.com/maps?q=40.7209544135455,-73.71160778547548","https://www.google.com/maps?q=40.72497811204155,-73.69747265911927","https://www.google.com/maps?q=40.71769136348235,-73.69922202283907","https://www.google.com/maps?q=40.7257314475508,-73.68559391265849","https://www.google.com/maps?q=40.71269781803376,-73.70993097376736","https://www.google.com/maps?q=40.70215543536707,-73.72166989333009","https://www.google.com/maps?q=40.704016002259166,-73.71507941417731","https://www.google.com/maps?q=40.70118683050507,-73.70316488851012","https://www.google.com/maps?q=40.69216099577604,-73.70352156753907","https://www.google.com/maps?q=40.70072049330986,-73.69260118438514","https://www.google.com/maps?q=40.711805676440555,-73.68290396192741","https://www.google.com/maps?q=40.712224527877154,-73.67096934210892","https://www.google.com/maps?q=40.69863343575932,-73.68539115383999","https://www.google.com/maps?q=40.702630163904445,-73.67173290172221","https://www.google.com/maps?q=40.69560880810588,-73.67342053326992","https://www.google.com/maps?q=40.687498709826684,-73.6775009838433","https://www.google.com/maps?q=40.712114871879905,-73.6604489749615","https://www.google.com/maps?q=40.68997967352661,-73.66110223998491","https://www.google.com/maps?q=40.70090065603281,-73.65375868653885","https://www.google.com/maps?q=40.6959510118791,-73.64965395762142","https://www.google.com/maps?q=40.708053098597574,-73.64714904799084","https://www.google.com/maps?q=40.69234863174787,-73.64185215048154","https://www.google.com/maps?q=40.67754575280265,-73.64929143347568","https://www.google.com/maps?q=40.72395478958228,-73.67656471310835","https://www.google.com/maps?q=40.72979908932281,-73.65183263221009","https://www.google.com/maps?q=40.71994811271323,-73.63943672619834","https://www.google.com/maps?q=40.734166184018584,-73.62474037988434","https://www.google.com/maps?q=40.70247177486967,-73.63170976680713","https://www.google.com/maps?q=40.71091379472306,-73.63517707372858","https://www.google.com/maps?q=40.71114395598883,-73.62430777708971","https://www.google.com/maps?q=40.713137203491144,-73.62209285293605","https://www.google.com/maps?q=40.71595496977825,-73.61408345528353","https://www.google.com/maps?q=40.69653056099378,-73.62495743729049","https://www.google.com/maps?q=40.6948295150457,-73.61670842874491","https://www.google.com/maps?q=40.69446992822292,-73.60888752969635","https://www.google.com/maps?q=40.70648806047307,-73.61530790540404","https://www.google.com/maps?q=40.70594550858716,-73.60939893229734","https://www.google.com/maps?q=40.709603668543316,-73.60272218964262","https://www.google.com/maps?q=40.73167789746665,-73.59804131239494","https://www.google.com/maps?q=40.71474406003556,-73.58910910169195","https://www.google.com/maps?q=40.70463445953291,-73.5939510042111","https://www.google.com/maps?q=40.703195880632,-73.58256650805137","https://www.google.com/maps?q=40.69280813380327,-73.60099930129162","https://www.google.com/maps?q=40.69356863307219,-73.58814095880386","https://www.google.com/maps?q=40.7461475545256,-73.56855804409494","https://www.google.com/maps?q=40.736475427998734,-73.56823485008582","https://www.google.com/maps?q=40.73715390394673,-73.5476768870398","https://www.google.com/maps?q=40.73157766190824,-73.55251480841595","https://www.google.com/maps?q=40.7074089943684,-73.57459044540175","https://www.google.com/maps?q=40.714721575945916,-73.56801125315295","https://www.google.com/maps?q=40.70610921093092,-73.55534974006082","https://www.google.com/maps?q=40.7190943038219,-73.55413115004883","https://www.google.com/maps?q=40.71400905387328,-73.53763015475232","https://www.google.com/maps?q=40.693695463570656,-73.56345457664634","https://www.google.com/maps?q=40.69987994597329,-73.54348541927689","https://www.google.com/maps?q=40.73681744452287,-73.5329133069562","https://www.google.com/maps?q=40.739787984068144,-73.52536424577012","https://www.google.com/maps?q=40.73761706013583,-73.50328242661418","https://www.google.com/maps?q=40.72912360195319,-73.52810836970524","https://www.google.com/maps?q=40.726543320009874,-73.50039275175247","https://www.google.com/maps?q=40.715194704599675,-73.52506282270217","https://www.google.com/maps?q=40.720598117190896,-73.51374657242862","https://www.google.com/maps?q=40.710491866860075,-73.50834811246882","https://www.google.com/maps?q=40.71215459441636,-73.49635892757716","https://www.google.com/maps?q=40.70699056929344,-73.49233523360496","https://www.google.com/maps?q=40.70091014435284,-73.52111794920835","https://www.google.com/maps?q=40.69652364112868,-73.50557349075495","https://www.google.com/maps?q=40.68880986700775,-73.71440964789494","https://www.google.com/maps?q=40.68187666439139,-73.71503545004047","https://www.google.com/maps?q=40.68128964423976,-73.69198862987055","https://www.google.com/maps?q=40.67731811686365,-73.67400679269095","https://www.google.com/maps?q=40.6709910511614,-73.66733874204152","https://www.google.com/maps?q=40.67399891639993,-73.71678866523969","https://www.google.com/maps?q=40.66699589401512,-73.71889345496862","https://www.google.com/maps?q=40.66783166698081,-73.70114470186275","https://www.google.com/maps?q=40.670375690556696,-73.69101514210396","https://www.google.com/maps?q=40.65313327185675,-73.69624243622317","https://www.google.com/maps?q=40.653085438868644,-73.70719107755045","https://www.google.com/maps?q=40.6557755191424,-73.7185639779735","https://www.google.com/maps?q=40.62262415774014,-73.75119318094191","https://www.google.com/maps?q=40.615441814939956,-73.74390050876842","https://www.google.com/maps?q=40.625203609242114,-73.72783309650026","https://www.google.com/maps?q=40.642393449725986,-73.73349407467778","https://www.google.com/maps?q=40.63845298326335,-73.72004145154239","https://www.google.com/maps?q=40.6305826275255,-73.71035409023638","https://www.google.com/maps?q=40.6295348398152,-73.69292426526232","https://www.google.com/maps?q=40.60424654200994,-73.71488389004465","https://www.google.com/maps?q=40.64215241771592,-73.69420361126389","https://www.google.com/maps?q=40.66211943860887,-73.67926284068278","https://www.google.com/maps?q=40.653190033387844,-73.67582962923906","https://www.google.com/maps?q=40.65065362339223,-73.68280077131016","https://www.google.com/maps?q=40.65926347018039,-73.66403770996025","https://www.google.com/maps?q=40.645818876207336,-73.66642200471114","https://www.google.com/maps?q=40.63331948659196,-73.66759140121033","https://www.google.com/maps?q=40.65454198391665,-73.64795911424746","https://www.google.com/maps?q=40.6521910345193,-73.63953379894893","https://www.google.com/maps?q=40.66101248626534,-73.64229501220203","https://www.google.com/maps?q=40.66748314742741,-73.64155519735664","https://www.google.com/maps?q=40.678634464048216,-73.63298766126181","https://www.google.com/maps?q=40.666338065431084,-73.62530656860989","https://www.google.com/maps?q=40.68134079293169,-73.62333444700324","https://www.google.com/maps?q=40.679924497111564,-73.60902335320687","https://www.google.com/maps?q=40.644137415257056,-73.64895724902796","https://www.google.com/maps?q=40.6314251355695,-73.65415664866136","https://www.google.com/maps?q=40.64985066911646,-73.62783614584221","https://www.google.com/maps?q=40.63049059131735,-73.64412045273947","https://www.google.com/maps?q=40.63821397168527,-73.62840815963811","https://www.google.com/maps?q=40.623256559368286,-73.6278219049021","https://www.google.com/maps?q=40.66931423112286,-73.61080048831461","https://www.google.com/maps?q=40.65721704845704,-73.61150559927282","https://www.google.com/maps?q=40.64556597145239,-73.61037619714133","https://www.google.com/maps?q=40.630085816364904,-73.60873939546843","https://www.google.com/maps?q=40.62918331608877,-73.59615665122973","https://www.google.com/maps?q=40.67927501507336,-73.59149241312798","https://www.google.com/maps?q=40.68570812613346,-73.58057640931995","https://www.google.com/maps?q=40.67409483963961,-73.57669518445263","https://www.google.com/maps?q=40.668708020479954,-73.59077923763643","https://www.google.com/maps?q=40.66010644191548,-73.59561082232308","https://www.google.com/maps?q=40.6633564330344,-73.58375489762648","https://www.google.com/maps?q=40.65456010563835,-73.59342341140399","https://www.google.com/maps?q=40.648194020816426,-73.59400425695874","https://www.google.com/maps?q=40.649916879723115,-73.58094807310287","https://www.google.com/maps?q=40.65349733486517,-73.572754548814","https://www.google.com/maps?q=40.63769666857291,-73.59033193689177","https://www.google.com/maps?q=40.636165060292264,-73.57934716777095","https://www.google.com/maps?q=40.68372862887201,-73.5665193296658","https://www.google.com/maps?q=40.68398553639859,-73.55460852069663","https://www.google.com/maps?q=40.683377102177225,-73.54245625495","https://www.google.com/maps?q=40.68874347137362,-73.53117348149732","https://www.google.com/maps?q=40.669517000555174,-73.56277419002458","https://www.google.com/maps?q=40.65798641974516,-73.55787483759478","https://www.google.com/maps?q=40.64136158692607,-73.55730846440639","https://www.google.com/maps?q=40.66707093290461,-73.54874308075381","https://www.google.com/maps?q=40.64515530207104,-73.53715224938558","https://www.google.com/maps?q=40.67240038084009,-73.5329733270152","https://www.google.com/maps?q=40.65780612702131,-73.53160594943782","https://www.google.com/maps?q=40.645829460056696,-73.5224613676317","https://www.google.com/maps?q=40.695961918102235,-73.4883126004141","https://www.google.com/maps?q=40.67951805923982,-73.51619300644764","https://www.google.com/maps?q=40.65290195523918,-73.51061477547749","https://www.google.com/maps?q=40.68330269135807,-73.50258361087575","https://www.google.com/maps?q=40.670508769008094,-73.49194638946177","https://www.google.com/maps?q=40.65708093545452,-73.49451074813531","https://www.google.com/maps?q=40.60987096803662,-73.66782920373673","https://www.google.com/maps?q=40.60533398396014,-73.6554393043889","https://www.google.com/maps?q=40.58589690747615,-73.7281892244175","https://www.google.com/maps?q=40.58491078586651,-73.69571936074658","https://www.google.com/maps?q=40.58552288809995,-73.68555520418495","https://www.google.com/maps?q=40.59172431211938,-73.66894625461349","https://www.google.com/maps?q=40.58298223516044,-73.66923014917649","https://www.google.com/maps?q=40.59075747792173,-73.65216895026903","https://www.google.com/maps?q=40.58078535292013,-73.65232994899816","https://www.google.com/maps?q=40.59222582707691,-73.64214602416124","https://www.google.com/maps?q=40.581605010524704,-73.64181206326816","https://www.google.com/maps?q=40.604477778987416,-73.55615116563153","https://www.google.com/maps?q=40.881951780930734,-73.64338917978439","https://www.google.com/maps?q=40.862611624926664,-73.64661576321353","https://www.google.com/maps?q=40.87791563063286,-73.62330986568122","https://www.google.com/maps?q=40.85600661003555,-73.63029115878032","https://www.google.com/maps?q=40.86792450219395,-73.61638179298043","https://www.google.com/maps?q=40.86019766404675,-73.60624160448897","https://www.google.com/maps?q=40.846295797151065,-73.65039301090235","https://www.google.com/maps?q=40.82825815308701,-73.63705779231957","https://www.google.com/maps?q=40.84492347793813,-73.61802251723378","https://www.google.com/maps?q=40.83413638772521,-73.5633190905928","https://www.google.com/maps?q=40.80836104009606,-73.57658369492651","https://www.google.com/maps?q=40.883006277907555,-73.58174991796277","https://www.google.com/maps?q=40.87831800387349,-73.5881744682518","https://www.google.com/maps?q=40.90873565179131,-73.57046719647829","https://www.google.com/maps?q=40.917626799152295,-73.50755159641888","https://www.google.com/maps?q=40.86902108383598,-73.5311106815132","https://www.google.com/maps?q=40.84955251402196,-73.52886332121525","https://www.google.com/maps?q=40.867597264476224,-73.49276824165622","https://www.google.com/maps?q=40.82680712955765,-73.4696717254825","https://www.google.com/maps?q=40.807434260786756,-73.47109725781722","https://www.google.com/maps?q=40.82939312736773,-73.50602443750294","https://www.google.com/maps?q=40.823310585349475,-73.4918904752162","https://www.google.com/maps?q=40.785654659740146,-73.55169762376741","https://www.google.com/maps?q=40.782869359287126,-73.52551126130068","https://www.google.com/maps?q=40.793173000378246,-73.52714222017062","https://www.google.com/maps?q=40.803722561219715,-73.50657721522988","https://www.google.com/maps?q=40.79391815957015,-73.50067635922692","https://www.google.com/maps?q=40.76815314776121,-73.54036162076144","https://www.google.com/maps?q=40.75199445123765,-73.53965537427887","https://www.google.com/maps?q=40.75074471657387,-73.52568436958663","https://www.google.com/maps?q=40.75251153267705,-73.51402109162842","https://www.google.com/maps?q=40.765749254179696,-73.51375174474111","https://www.google.com/maps?q=40.773607845888115,-73.50857162341268","https://www.google.com/maps?q=40.783635683397925,-73.5114381654723","https://www.google.com/maps?q=40.77976826067486,-73.49754819128506","https://www.google.com/maps?q=40.77684204844302,-73.4882141542208","https://www.google.com/maps?q=40.790510518487636,-73.46000686177082","https://www.google.com/maps?q=40.78853712741589,-73.48629850885311","https://www.google.com/maps?q=40.78183609507397,-73.47647868991605","https://www.google.com/maps?q=40.769366517539126,-73.48815838340425","https://www.google.com/maps?q=40.77000057705562,-73.47009428054375","https://www.google.com/maps?q=40.762310818821405,-73.48430035748913","https://www.google.com/maps?q=40.74789422353948,-73.49199756666091","https://www.google.com/maps?q=40.741834998105645,-73.47546433208639","https://www.google.com/maps?q=40.755672140067524,-73.45441951257521","https://www.google.com/maps?q=40.7290842988115,-73.4779990897347","https://www.google.com/maps?q=40.72082021749571,-73.47636225966804","https://www.google.com/maps?q=40.73562917901132,-73.4498502514296","https://www.google.com/maps?q=40.72954068294208,-73.44285675710304","https://www.google.com/maps?q=40.72522612273267,-73.45670620633608","https://www.google.com/maps?q=40.71494799805413,-73.44944188021357","https://www.google.com/maps?q=40.71446759289439,-73.43725866949607","https://www.google.com/maps?q=40.71374213262758,-73.47016237281518","https://www.google.com/maps?q=40.70770887144681,-73.47099539234934","https://www.google.com/maps?q=40.697938208813234,-73.47569836176008","https://www.google.com/maps?q=40.69721790037954,-73.45966254384501","https://www.google.com/maps?q=40.6884051653212,-73.47065917732608","https://www.google.com/maps?q=40.680469855009875,-73.4719325328269","https://www.google.com/maps?q=40.671953102667516,-73.47286463361097","https://www.google.com/maps?q=40.65705984371556,-73.47877114148373","https://www.google.com/maps?q=40.65766118929264,-73.46280178667321","https://www.google.com/maps?q=40.697946356858104,-73.44463090234012","https://www.google.com/maps?q=40.68452408745614,-73.45271729339245","https://www.google.com/maps?q=40.68527065799485,-73.443353336612","https://www.google.com/maps?q=40.66655512261121,-73.45414537885073","https://www.google.com/maps?q=40.69219873814932,-73.43599861470022","https://www.google.com/maps?q=40.67254019429079,-73.44244386668521","https://www.google.com/maps?q=40.625131960922666,-73.45388546576439","https://www.google.com/maps?q=40.67770939855787,-73.42885155585024","https://www.google.com/maps?q=40.68345790892702,-73.48848458445497","https://www.google.com/maps?q=40.815659206176306,-73.5910164247443","https://www.google.com/maps?q=40.793411985999434,-73.57024455559166","https://www.google.com/maps?q=40.709499925727826,-73.98558838881898","https://www.google.com/maps?q=40.709878615839216,-73.97984518637566","https://www.google.com/maps?q=40.70994517469464,-73.98912364066025","https://www.google.com/maps?q=40.703418830727415,-74.00540681526543","https://www.google.com/maps?q=40.70960821292363,-73.99373366910416","https://www.google.com/maps?q=40.70012655140997,-74.00766633610414","https://www.google.com/maps?q=40.71209812764692,-73.97348961913642","https://www.google.com/maps?q=40.71630270472194,-73.97389566879207","https://www.google.com/maps?q=40.71590658186815,-73.98209401627282","https://www.google.com/maps?q=40.709117792797706,-74.01297226001549","https://www.google.com/maps?q=40.71516028889909,-73.98733141574182","https://www.google.com/maps?q=40.71751574906753,-73.98588548031123","https://www.google.com/maps?q=40.707564764403095,-74.00155838026629","https://www.google.com/maps?q=40.705160189229986,-74.00300450678947","https://www.google.com/maps?q=40.71594795870111,-73.9932822262306","https://www.google.com/maps?q=40.71904730049134,-73.9908455737596","https://www.google.com/maps?q=40.71932890132812,-73.97281483464852","https://www.google.com/maps?q=40.71434366329169,-74.01011018716738","https://www.google.com/maps?q=40.71911563772238,-73.98184426653714","https://www.google.com/maps?q=40.72126013676911,-73.98114219682061","https://www.google.com/maps?q=40.72267294102726,-73.96979433158133","https://www.google.com/maps?q=40.708629503427936,-73.99754770749745","https://www.google.com/maps?q=40.722584972096584,-73.97993025573932","https://www.google.com/maps?q=40.724390088944226,-73.97861595798024","https://www.google.com/maps?q=40.712559960910596,-73.99900633985146","https://www.google.com/maps?q=40.7268637105003,-73.97681070896314","https://www.google.com/maps?q=40.714119826608844,-74.0005909216841","https://www.google.com/maps?q=40.72100565969695,-73.98683870798563","https://www.google.com/maps?q=40.72296414417424,-73.98586621603687","https://www.google.com/maps?q=40.71527621881044,-74.00385990774377","https://www.google.com/maps?q=40.7255579524368,-73.98371663654635","https://www.google.com/maps?q=40.718864185729174,-74.00614669914005","https://www.google.com/maps?q=40.72900917799141,-73.98146180524127","https://www.google.com/maps?q=40.72232221135619,-73.99113968149383","https://www.google.com/maps?q=40.724563035697486,-73.99020614795921","https://www.google.com/maps?q=40.72649784321119,-74.01161019802268","https://www.google.com/maps?q=40.72736690520977,-73.98846561173096","https://www.google.com/maps?q=40.72170120705351,-74.01459560132133","https://www.google.com/maps?q=40.73074477486888,-73.9860235493223","https://www.google.com/maps?q=40.71916105343749,-73.99669539331867","https://www.google.com/maps?q=40.73180141090798,-73.98936681058717","https://www.google.com/maps?q=40.72332372939872,-73.99546626121719","https://www.google.com/maps?q=40.728962382818835,-73.97136992212965","https://www.google.com/maps?q=40.720570134217745,-73.99939118139221","https://www.google.com/maps?q=40.722418885154234,-74.00286534645888","https://www.google.com/maps?q=40.73385612539983,-73.9837297054104","https://www.google.com/maps?q=40.72506074993131,-74.00048019906274","https://www.google.com/maps?q=40.736110615989794,-73.98721892082261","https://www.google.com/maps?q=40.73744239065288,-73.99045759725631","https://www.google.com/maps?q=40.738811219880496,-73.99367796289462","https://www.google.com/maps?q=40.72767339825376,-73.99708300283136","https://www.google.com/maps?q=40.726222931915075,-73.99387205474224","https://www.google.com/maps?q=40.74179037911507,-73.98728921859444","https://www.google.com/maps?q=40.729415967584615,-73.99239115415277","https://www.google.com/maps?q=40.74314542819253,-73.99051055415376","https://www.google.com/maps?q=40.73128947926324,-73.99456142165901","https://www.google.com/maps?q=40.73222389049382,-73.97024911991835","https://www.google.com/maps?q=40.73370824974577,-73.99232413508408","https://www.google.com/maps?q=40.73731303506513,-73.96933797759569","https://www.google.com/maps?q=40.73442144731973,-73.99686023284994","https://www.google.com/maps?q=40.736953768830865,-73.98147555495945","https://www.google.com/maps?q=40.729968498626384,-73.99957733185055","https://www.google.com/maps?q=40.7400705306419,-73.97923170032396","https://www.google.com/maps?q=40.73045132305462,-74.00412044606377","https://www.google.com/maps?q=40.74043661734394,-73.98408025915417","https://www.google.com/maps?q=40.73061466268509,-74.01353006208684","https://www.google.com/maps?q=40.743184966938564,-73.97696138574206","https://www.google.com/maps?q=40.73544768973599,-73.9999138640594","https://www.google.com/maps?q=40.74486565944732,-73.98085839544899","https://www.google.com/maps?q=40.73411464386681,-74.00410650548123","https://www.google.com/maps?q=40.746213580445975,-73.98408286412548","https://www.google.com/maps?q=40.73437953120968,-74.01282263862038","https://www.google.com/maps?q=40.74756722724539,-73.98729801138582","https://www.google.com/maps?q=40.73808543587569,-74.00329495617298","https://www.google.com/maps?q=40.7463236602611,-73.97467294894005","https://www.google.com/maps?q=40.73952386475218,-74.01223658838182","https://www.google.com/maps?q=40.74925886328041,-73.97765196652426","https://www.google.com/maps?q=40.73980529296277,-73.99877128933491","https://www.google.com/maps?q=40.7506132070658,-73.98087403781282","https://www.google.com/maps?q=40.7421982598958,-74.00445349376808","https://www.google.com/maps?q=40.751969470220274,-73.98409419461737","https://www.google.com/maps?q=40.74413127420398,-73.966715872844","https://www.google.com/maps?q=40.75311072194145,-73.96287436834629","https://www.google.com/maps?q=40.742243916498765,-73.99699620488455","https://www.google.com/maps?q=40.749496309597035,-73.972366470788","https://www.google.com/maps?q=40.74463803724357,-74.00267858344908","https://www.google.com/maps?q=40.75265207208762,-73.97004002923259","https://www.google.com/maps?q=40.74471781982145,-73.99519589713822","https://www.google.com/maps?q=40.75364759101056,-73.9747421995151","https://www.google.com/maps?q=40.747111900190625,-74.000875257709","https://www.google.com/maps?q=40.75522796048392,-73.97774630166542","https://www.google.com/maps?q=40.74723624666384,-73.99335780910195","https://www.google.com/maps?q=40.75637477961812,-73.98088607602816","https://www.google.com/maps?q=40.749660387057,-73.99904201346112","https://www.google.com/maps?q=40.75578803505005,-73.96777449867807","https://www.google.com/maps?q=40.752360163850675,-74.00820656231573","https://www.google.com/maps?q=40.758065288004566,-73.97123178899116","https://www.google.com/maps?q=40.7497314026405,-73.99154124315281","https://www.google.com/maps?q=40.75942383155608,-73.97444931653742","https://www.google.com/maps?q=40.7521404328451,-73.99719042902679","https://www.google.com/maps?q=40.76077908829678,-73.97767287859845","https://www.google.com/maps?q=40.75677525437167,-73.95996699504053","https://www.google.com/maps?q=40.75988131006716,-73.95810872600599","https://www.google.com/maps?q=40.758968015757254,-73.96545320515101","https://www.google.com/maps?q=40.75225048533783,-73.98970277836725","https://www.google.com/maps?q=40.76214713765559,-73.96313984893085","https://www.google.com/maps?q=40.75464366310892,-73.99538764523838","https://www.google.com/maps?q=40.76397807820424,-73.97534554380424","https://www.google.com/maps?q=40.762603961572104,-73.97213113862132","https://www.google.com/maps?q=40.761244398885665,-73.9689142502818","https://www.google.com/maps?q=40.75477521561878,-73.98787020847979","https://www.google.com/maps?q=40.7648402276635,-73.97049389447207","https://www.google.com/maps?q=40.76348305379543,-73.96727885967326","https://www.google.com/maps?q=40.75716609238677,-73.99355281824455","https://www.google.com/maps?q=40.76281834449187,-73.95503050910038","https://www.google.com/maps?q=40.761029445044706,-74.00255238305746","https://www.google.com/maps?q=40.765274768910075,-73.96085532545403","https://www.google.com/maps?q=40.75731511652661,-73.98602468210369","https://www.google.com/maps?q=40.76692640431878,-73.96476725162697","https://www.google.com/maps?q=40.7597091631305,-73.99170043074113","https://www.google.com/maps?q=40.768281166981275,-73.9679848994121","https://www.google.com/maps?q=40.7663227675609,-73.95280604655795","https://www.google.com/maps?q=40.759840715316386,-73.98417527145347","https://www.google.com/maps?q=40.76846659680604,-73.95852619069967","https://www.google.com/maps?q=40.76223701567087,-73.9898560468088","https://www.google.com/maps?q=40.77138090505669,-73.96151721432165","https://www.google.com/maps?q=40.76490991582866,-74.00003074901875","https://www.google.com/maps?q=40.77273640871975,-73.96473313236677","https://www.google.com/maps?q=40.76234581402586,-73.9823534192514","https://www.google.com/maps?q=40.769245680722314,-73.95026549243708","https://www.google.com/maps?q=40.76473807318305,-73.98803518377262","https://www.google.com/maps?q=40.77170172752921,-73.95616578537287","https://www.google.com/maps?q=40.770242539951965,-73.99626069074047","https://www.google.com/maps?q=40.772345043990484,-73.94723079127225","https://www.google.com/maps?q=40.76520699432471,-73.98023375096687","https://www.google.com/maps?q=40.7749215630904,-73.9538150481702","https://www.google.com/maps?q=40.7672922855335,-73.98617111295759","https://www.google.com/maps?q=40.775914134788486,-73.95820998527397","https://www.google.com/maps?q=40.77727422569432,-73.96142563446885","https://www.google.com/maps?q=40.77524857094625,-73.94755201569824","https://www.google.com/maps?q=40.776233942237866,-73.94537671643873","https://www.google.com/maps?q=40.76980849821507,-73.98425495893702","https://www.google.com/maps?q=40.77719177490826,-73.95216100971231","https://www.google.com/maps?q=40.77881474684696,-73.95097496927839","https://www.google.com/maps?q=40.77132854368784,-73.98880359054115","https://www.google.com/maps?q=40.77884161281849,-73.95607433339183","https://www.google.com/maps?q=40.7810926967721,-73.95443210580828","https://www.google.com/maps?q=40.7723543303191,-73.98248340940158","https://www.google.com/maps?q=40.7801987469147,-73.95928340617577","https://www.google.com/maps?q=40.782449902807755,-73.95764778980148","https://www.google.com/maps?q=40.77524370581973,-73.99252881447194","https://www.google.com/maps?q=40.77821378061264,-73.94109039910072","https://www.google.com/maps?q=40.77485780569534,-73.98066581441623","https://www.google.com/maps?q=40.78134939078225,-73.94912450210859","https://www.google.com/maps?q=40.7786962417958,-73.99034568248906","https://www.google.com/maps?q=40.78356858244759,-73.9475024241715","https://www.google.com/maps?q=40.78518204737838,-73.94632528217916","https://www.google.com/maps?q=40.777417459730266,-73.97878961221973","https://www.google.com/maps?q=40.78427841171709,-73.95210366005207","https://www.google.com/maps?q=40.78652434075653,-73.95046501237933","https://www.google.com/maps?q=40.78053206247777,-73.9873857084018","https://www.google.com/maps?q=40.78563493832206,-73.95532230945193","https://www.google.com/maps?q=40.78787872199548,-73.95368529219391","https://www.google.com/maps?q=40.77994916100646,-73.97719338905175","https://www.google.com/maps?q=40.78417588758879,-73.93579238179593","https://www.google.com/maps?q=40.783968483312506,-73.98718187695712","https://www.google.com/maps?q=40.78771406418713,-73.94447448097188","https://www.google.com/maps?q=40.78235770320654,-73.97499868827269","https://www.google.com/maps?q=40.78937457603261,-73.94835930878885","https://www.google.com/maps?q=40.78645700161778,-73.98368989613846","https://www.google.com/maps?q=40.79105104165519,-73.95134497029116","https://www.google.com/maps?q=40.785195888212705,-73.97311955756619","https://www.google.com/maps?q=40.79090245869736,-73.94214684843269","https://www.google.com/maps?q=40.78906296466345,-73.98247303435976","https://www.google.com/maps?q=40.79382700155124,-73.94513332177576","https://www.google.com/maps?q=40.7877704647178,-73.97123615069323","https://www.google.com/maps?q=40.794887534237624,-73.94857600924156","https://www.google.com/maps?q=40.79680257615619,-73.94716243882954","https://www.google.com/maps?q=40.79166031252828,-73.98062954130768","https://www.google.com/maps?q=40.79030825913538,-73.96938907604029","https://www.google.com/maps?q=40.79381866236377,-73.9319909890258","https://www.google.com/maps?q=40.794230888666156,-73.97880734576101","https://www.google.com/maps?q=40.79440175480231,-73.93959497901616","https://www.google.com/maps?q=40.792556173745574,-73.96774602887022","https://www.google.com/maps?q=40.798321130720495,-73.94185108478656","https://www.google.com/maps?q=40.79675444097952,-73.97686124184285","https://www.google.com/maps?q=40.79968411395254,-73.94506868607878","https://www.google.com/maps?q=40.79450008999532,-73.96636362844228","https://www.google.com/maps?q=40.79910592782817,-73.949708829858","https://www.google.com/maps?q=40.79932866824439,-73.97504228867213","https://www.google.com/maps?q=40.79759481743439,-73.93725996019764","https://www.google.com/maps?q=40.79732813457946,-73.96425079705821","https://www.google.com/maps?q=40.80196158147297,-73.94761938255188","https://www.google.com/maps?q=40.80180493430978,-73.9730764303429","https://www.google.com/maps?q=40.79940730408315,-73.92938188738428","https://www.google.com/maps?q=40.800505132311976,-73.96195644393","https://www.google.com/maps?q=40.8004651274971,-73.93518598751864","https://www.google.com/maps?q=40.80425875950365,-73.9711971424157","https://www.google.com/maps?q=40.80280545375844,-73.93857613125931","https://www.google.com/maps?q=40.80531113113568,-73.95939920323049","https://www.google.com/maps?q=40.80218901361975,-73.95798785474955","https://www.google.com/maps?q=40.8043024746421,-73.94236268749975","https://www.google.com/maps?q=40.80690170112898,-73.9695679357747","https://www.google.com/maps?q=40.80578592868637,-73.94523360537565","https://www.google.com/maps?q=40.80643551592369,-73.96020483749825","https://www.google.com/maps?q=40.805051059010594,-73.95663292507857","https://www.google.com/maps?q=40.80866926859255,-73.96156154261045","https://www.google.com/maps?q=40.81147396192331,-73.96801013084564","https://www.google.com/maps?q=40.80829167750098,-73.93878526425272","https://www.google.com/maps?q=40.80897751693366,-73.95845994315216","https://www.google.com/maps?q=40.80964851169421,-73.9420079938324","https://www.google.com/maps?q=40.81155782950625,-73.95500320772253","https://www.google.com/maps?q=40.81394724381643,-73.93464851784212","https://www.google.com/maps?q=40.815733549882786,-73.96351025693986","https://www.google.com/maps?q=40.8137610650072,-73.93900148157682","https://www.google.com/maps?q=40.81455877951393,-73.95313911906531","https://www.google.com/maps?q=40.817798879178305,-73.93618408475116","https://www.google.com/maps?q=40.81352717966147,-73.94947124827776","https://www.google.com/maps?q=40.80067681890756,-73.95438799900617","https://www.google.com/maps?q=40.81793501176434,-73.94975621143682","https://www.google.com/maps?q=40.80322212875661,-73.95252415620317","https://www.google.com/maps?q=40.81874752362962,-73.95996857977515","https://www.google.com/maps?q=40.805783595245416,-73.95065705801905","https://www.google.com/maps?q=40.81865441536018,-73.94618613957338","https://www.google.com/maps?q=40.80834018063641,-73.94878761983153","https://www.google.com/maps?q=40.82233575954953,-73.9576414874281","https://www.google.com/maps?q=40.82158472571795,-73.9604346179826","https://www.google.com/maps?q=40.8111221894139,-73.94695978982261","https://www.google.com/maps?q=40.82478856254801,-73.95636665709358","https://www.google.com/maps?q=40.81343045508035,-73.94481162128555","https://www.google.com/maps?q=40.82296625484263,-73.94646214138524","https://www.google.com/maps?q=40.81592972797787,-73.94324534184805","https://www.google.com/maps?q=40.82701552888592,-73.9544758000226","https://www.google.com/maps?q=40.81847248823175,-73.94138964162023","https://www.google.com/maps?q=40.825830198011964,-73.94409352362653","https://www.google.com/maps?q=40.82101330951598,-73.93953185792388","https://www.google.com/maps?q=40.8299898785054,-73.95382868923063","https://www.google.com/maps?q=40.823733658907294,-73.93866724853561","https://www.google.com/maps?q=40.82899673533886,-73.94183525218699","https://www.google.com/maps?q=40.827888082301726,-73.9389276458307","https://www.google.com/maps?q=40.824506231800164,-73.93509840367867","https://www.google.com/maps?q=40.832895840255375,-73.95144060764436","https://www.google.com/maps?q=40.75608486350489,-73.95366043467929","https://www.google.com/maps?q=40.76830036211227,-73.94262746676655","https://www.google.com/maps?q=40.83234085907047,-73.94105591589096","https://www.google.com/maps?q=40.835671939925696,-73.95031595637198","https://www.google.com/maps?q=40.80595407743465,-73.93345616860756","https://www.google.com/maps?q=40.836003483919406,-73.93876878375633","https://www.google.com/maps?q=40.83172786139225,-73.93578615235836","https://www.google.com/maps?q=40.836632337348654,-73.94209162043508","https://www.google.com/maps?q=40.83971866616469,-73.95017003870257","https://www.google.com/maps?q=40.83912627074488,-73.93644943717132","https://www.google.com/maps?q=40.840342081781046,-73.9399255789802","https://www.google.com/maps?q=40.84289598325135,-73.93837794246012","https://www.google.com/maps?q=40.84607153962899,-73.94757285642702","https://www.google.com/maps?q=40.80843546664735,-73.95407401284677","https://www.google.com/maps?q=40.82321456746379,-73.94235609239531","https://www.google.com/maps?q=40.84578447753628,-73.93445538046953","https://www.google.com/maps?q=40.84682273086492,-73.93747526306538","https://www.google.com/maps?q=40.84961843344554,-73.94006067143073","https://www.google.com/maps?q=40.850218488307945,-73.92870796117063","https://www.google.com/maps?q=40.850556772490464,-73.9309744462109","https://www.google.com/maps?q=40.85193924008421,-73.93429048410694","https://www.google.com/maps?q=40.853929791815894,-73.93741116896365","https://www.google.com/maps?q=40.85592034931426,-73.9440090567288","https://www.google.com/maps?q=40.85542899478262,-73.9273910915835","https://www.google.com/maps?q=40.85583842066117,-73.93166289773055","https://www.google.com/maps?q=40.8570766321144,-73.93450441116809","https://www.google.com/maps?q=40.858830925774214,-73.92892357823438","https://www.google.com/maps?q=40.861530470434914,-73.92801584349027","https://www.google.com/maps?q=40.86561129328961,-73.93630420960648","https://www.google.com/maps?q=40.86430493473727,-73.92393760467516","https://www.google.com/maps?q=40.86592342514045,-73.92011996003163","https://www.google.com/maps?q=40.86752944326967,-73.9249358853485","https://www.google.com/maps?q=40.86449775853785,-73.91630024815423","https://www.google.com/maps?q=40.86921725726255,-73.91865973445968","https://www.google.com/maps?q=40.87127038244383,-73.91667501216511","https://www.google.com/maps?q=40.875839133786904,-73.9104053960727","https://www.google.com/maps?q=40.84651611739807,-73.92949868742204","https://www.google.com/maps?q=40.71595481558724,-74.01821541064712","https://www.google.com/maps?q=40.70839197754972,-74.02015663982779","https://www.google.com/maps?q=41.514484793539054,-74.01588974319108","https://www.google.com/maps?q=41.511092864997984,-74.03554104230142","https://www.google.com/maps?q=41.505585928049406,-74.02341028016761","https://www.google.com/maps?q=41.505557669673635,-74.00510185893455","https://www.google.com/maps?q=41.497974109432135,-74.01351804580172","https://www.google.com/maps?q=41.492712793428275,-74.00758283850698","https://www.google.com/maps?q=41.49839741026215,-74.03653673667907","https://www.google.com/maps?q=41.45193275958877,-74.40662196466477","https://www.google.com/maps?q=41.46067163470118,-74.40965399927393","https://www.google.com/maps?q=41.45929834347981,-74.42274179545397","https://www.google.com/maps?q=41.43649076871317,-74.41593029490758","https://www.google.com/maps?q=41.43337584553208,-74.43573506336864","https://www.google.com/maps?q=41.38363962549502,-74.68812280510416","https://www.google.com/maps?q=41.371439922030234,-74.68768867735115","https://www.google.com/maps?q=41.37374223330094,-74.69762328850942","https://www.google.com/maps?q=41.57680769441217,-74.09828489555116","https://www.google.com/maps?q=41.573334570200906,-74.02038914249043","https://www.google.com/maps?q=41.54143539210676,-74.00744163625188","https://www.google.com/maps?q=41.53709281284911,-74.05528316007396","https://www.google.com/maps?q=41.51110929519582,-74.05985364851284","https://www.google.com/maps?q=41.53149199131723,-74.09881155544586","https://www.google.com/maps?q=41.55139285706262,-74.20630303502347","https://www.google.com/maps?q=41.56024386348827,-74.1878668241532","https://www.google.com/maps?q=41.50420967514256,-74.22644244645208","https://www.google.com/maps?q=41.534355156925066,-74.20444736460846","https://www.google.com/maps?q=41.59792794125183,-74.28011228666702","https://www.google.com/maps?q=41.55536565086832,-74.33329239738434","https://www.google.com/maps?q=41.49750081602079,-74.35820738065655","https://www.google.com/maps?q=41.48301601148867,-74.37979649202221","https://www.google.com/maps?q=41.473481475795865,-74.35847474359998","https://www.google.com/maps?q=41.441202775816855,-74.38525805155786","https://www.google.com/maps?q=41.46719867285763,-74.40092884523482","https://www.google.com/maps?q=41.47966750815654,-74.45271871014924","https://www.google.com/maps?q=41.45999869424967,-74.52804123700963","https://www.google.com/maps?q=41.42116142745171,-74.6421231731667","https://www.google.com/maps?q=41.46155849151024,-74.67544042730091","https://www.google.com/maps?q=41.37405502671074,-74.5944933666541","https://www.google.com/maps?q=41.33229650661512,-74.53765020776018","https://www.google.com/maps?q=41.402265318935484,-74.47135186606995","https://www.google.com/maps?q=41.362930692345124,-74.45055044688968","https://www.google.com/maps?q=41.37983299128846,-74.36097745483266","https://www.google.com/maps?q=41.382806604383156,-74.31984584289172","https://www.google.com/maps?q=41.393038172844484,-74.29847819442408","https://www.google.com/maps?q=41.44804476472726,-74.25448943344499","https://www.google.com/maps?q=41.48050351271126,-74.06006210075351","https://www.google.com/maps?q=41.45892317623144,-74.05324640914206","https://www.google.com/maps?q=41.48169762606434,-74.02642659023385","https://www.google.com/maps?q=41.46724114020601,-74.01942707663073","https://www.google.com/maps?q=41.445023571841205,-74.01639324236866","https://www.google.com/maps?q=41.44213737753425,-74.04733910483993","https://www.google.com/maps?q=41.41364791164234,-74.05022082275316","https://www.google.com/maps?q=41.433103911218566,-74.13871595983422","https://www.google.com/maps?q=41.429852710907355,-74.17007058352632","https://www.google.com/maps?q=41.38959522068689,-74.19301767623092","https://www.google.com/maps?q=41.37731407661052,-74.17448069324793","https://www.google.com/maps?q=41.36356139693727,-74.13181261432703","https://www.google.com/maps?q=41.362665874240854,-74.02349609286853","https://www.google.com/maps?q=41.371757723708754,-73.96897050611602","https://www.google.com/maps?q=41.329297711346086,-74.00659726148908","https://www.google.com/maps?q=41.313116760603116,-74.09274959401154","https://www.google.com/maps?q=41.32643531221951,-74.18109852510251","https://www.google.com/maps?q=41.31336089949368,-74.1549193524972","https://www.google.com/maps?q=41.324311288239755,-74.21097725455142","https://www.google.com/maps?q=41.29120719118149,-74.199451281686","https://www.google.com/maps?q=41.3623532661996,-74.26969282331117","https://www.google.com/maps?q=41.32130967184308,-74.27132464359934","https://www.google.com/maps?q=41.31031526970746,-74.35204475423","https://www.google.com/maps?q=41.29282528000256,-74.45041003281882","https://www.google.com/maps?q=41.23913677597097,-74.3698028032249","https://www.google.com/maps?q=41.25810035073137,-74.34700426151808","https://www.google.com/maps?q=41.27674900768692,-74.30409288505207","https://www.google.com/maps?q=41.206684167878024,-74.27758747459107","https://www.google.com/maps?q=41.23013980924192,-74.17909825437185","https://www.google.com/maps?q=41.33636481608522,-74.15924524734912","https://www.google.com/maps?q=41.33703820976544,-74.16666471899383","https://www.google.com/maps?q=41.35004102518453,-74.18186116450822","https://www.google.com/maps?q=41.3454881010344,-74.17251432481766","https://www.google.com/maps?q=41.45038396960137,-74.43278486848078","https://www.google.com/maps?q=41.47901027008413,-74.13990636981495","https://www.google.com/maps?q=41.474665865745344,-73.54830532673164","https://www.google.com/maps?q=41.486426690539396,-73.59863717947472","https://www.google.com/maps?q=41.468837641576236,-73.66064652524334","https://www.google.com/maps?q=41.45468430753028,-73.6745573101402","https://www.google.com/maps?q=41.475334396277105,-73.74105226438816","https://www.google.com/maps?q=41.44723870176135,-73.90519854449893","https://www.google.com/maps?q=41.425404108644244,-73.94946522311187","https://www.google.com/maps?q=41.360056314818095,-73.93208167821098","https://www.google.com/maps?q=41.36941645879246,-73.86049676361452","https://www.google.com/maps?q=41.411496073619304,-73.8254649536245","https://www.google.com/maps?q=41.39611648223058,-73.77398474609569","https://www.google.com/maps?q=41.35789820844783,-73.77040378289735","https://www.google.com/maps?q=41.3603064635346,-73.73050298331796","https://www.google.com/maps?q=41.40112694217624,-73.73945241214666","https://www.google.com/maps?q=41.41494120099808,-73.68549560389438","https://www.google.com/maps?q=41.372640529865954,-73.69191729811293","https://www.google.com/maps?q=41.379192151803515,-73.61190707690157","https://www.google.com/maps?q=41.425736808674145,-73.61770926674471","https://www.google.com/maps?q=41.41507335643657,-73.5690696579492","https://www.google.com/maps?q=40.74310806161883,-73.95105366490073","https://www.google.com/maps?q=40.69330820169059,-73.86616517683406","https://www.google.com/maps?q=40.68968557180587,-73.8647709013871","https://www.google.com/maps?q=40.68590825321964,-73.86372767168703","https://www.google.com/maps?q=40.74484379937443,-73.95140914316484","https://www.google.com/maps?q=40.68734728652803,-73.85825866462584","https://www.google.com/maps?q=40.69074928034685,-73.8592986994101","https://www.google.com/maps?q=40.69427839322711,-73.86084121146814","https://www.google.com/maps?q=40.69507487453899,-73.85525430993346","https://www.google.com/maps?q=40.68971774419149,-73.85483948703067","https://www.google.com/maps?q=40.690284257315405,-73.85201871023192","https://www.google.com/maps?q=40.74864172270951,-73.94506740753452","https://www.google.com/maps?q=40.69138997753518,-73.84953362786128","https://www.google.com/maps?q=40.69598093651238,-73.85057590830269","https://www.google.com/maps?q=40.69720882192718,-73.84657087414429","https://www.google.com/maps?q=40.755065696216484,-73.94505415152156","https://www.google.com/maps?q=40.697260341148564,-73.84309221588506","https://www.google.com/maps?q=40.69243197176392,-73.84439883555011","https://www.google.com/maps?q=40.69169995628792,-73.8472949255866","https://www.google.com/maps?q=40.753176084969994,-73.93390445321846","https://www.google.com/maps?q=40.68735736386228,-73.8467703554546","https://www.google.com/maps?q=40.75438789947642,-73.93809426575991","https://www.google.com/maps?q=40.68477308632389,-73.85818681329332","https://www.google.com/maps?q=40.6837713344341,-73.85681746645004","https://www.google.com/maps?q=40.68479987328572,-73.84749406988317","https://www.google.com/maps?q=40.76279941336002,-73.94093146982001","https://www.google.com/maps?q=40.68324797689953,-73.84587481559731","https://www.google.com/maps?q=40.68153799294207,-73.84299219605366","https://www.google.com/maps?q=40.68181449082566,-73.85796402131842","https://www.google.com/maps?q=40.76094509795726,-73.9375142224735","https://www.google.com/maps?q=40.67716161266567,-73.85937370329422","https://www.google.com/maps?q=40.76453282981496,-73.93376563460475","https://www.google.com/maps?q=40.76028791680231,-73.9331577658431","https://www.google.com/maps?q=40.67771096562389,-73.85491860001743","https://www.google.com/maps?q=40.75563976988748,-73.93213814047543","https://www.google.com/maps?q=40.68075938419032,-73.8546642775912","https://www.google.com/maps?q=40.76034856111518,-73.92927277439134","https://www.google.com/maps?q=40.67876546646417,-73.84874366131412","https://www.google.com/maps?q=40.75379488130027,-73.92778876560595","https://www.google.com/maps?q=40.75695444194543,-73.92567211345948","https://www.google.com/maps?q=40.6735601441533,-73.84865362055454","https://www.google.com/maps?q=40.759700594279586,-73.9239255610465","https://www.google.com/maps?q=40.76203068631347,-73.92204100479303","https://www.google.com/maps?q=40.666875961776576,-73.84679680983888","https://www.google.com/maps?q=40.66538826049147,-73.85487295458536","https://www.google.com/maps?q=40.764484495515724,-73.92002404517946","https://www.google.com/maps?q=40.768049257464,-73.9176724079007","https://www.google.com/maps?q=40.76679515949025,-73.91511939843384","https://www.google.com/maps?q=40.771502325600295,-73.92215408171869","https://www.google.com/maps?q=40.76908712654739,-73.92305073974873","https://www.google.com/maps?q=40.76699506180957,-73.92537016660876","https://www.google.com/maps?q=40.764543587481384,-73.9273298861034","https://www.google.com/maps?q=40.766732892235,-73.9317327514628","https://www.google.com/maps?q=40.76910007077682,-73.92994521455572","https://www.google.com/maps?q=40.77006649061649,-73.93357681258512","https://www.google.com/maps?q=40.77262042403853,-73.92869338089719","https://www.google.com/maps?q=40.7600216281464,-73.9407221590849","https://www.google.com/maps?q=40.67707060812539,-73.84108102237904","https://www.google.com/maps?q=40.77426088015232,-73.93476691084332","https://www.google.com/maps?q=40.67085109867703,-73.8385632229818","https://www.google.com/maps?q=40.775882360763845,-73.92967156761691","https://www.google.com/maps?q=40.68141055873613,-73.83651141369486","https://www.google.com/maps?q=40.774465163267834,-73.92079738837097","https://www.google.com/maps?q=40.680913777824635,-73.83226841137892","https://www.google.com/maps?q=40.77648195523485,-73.91860277578941","https://www.google.com/maps?q=40.6853999414878,-73.8312081561635","https://www.google.com/maps?q=40.681153692415414,-73.82888519153921","https://www.google.com/maps?q=40.77840322287566,-73.91625574643642","https://www.google.com/maps?q=40.67877794314219,-73.82296755758931","https://www.google.com/maps?q=40.78148514697633,-73.9154037948228","https://www.google.com/maps?q=40.68296819397008,-73.82654657065763","https://www.google.com/maps?q=40.78278835341015,-73.91294795610605","https://www.google.com/maps?q=40.685683091364396,-73.82496407554697","https://www.google.com/maps?q=40.688610144087846,-73.8305959412805","https://www.google.com/maps?q=40.68731418849537,-73.83501426164105","https://www.google.com/maps?q=40.778795316253685,-73.90731311629254","https://www.google.com/maps?q=40.68409812102898,-73.8390746310392","https://www.google.com/maps?q=40.77625791158001,-73.90846594712734","https://www.google.com/maps?q=40.68796892428725,-73.84184376940827","https://www.google.com/maps?q=40.77442061733816,-73.9133463676716","https://www.google.com/maps?q=40.68881593114869,-73.83881533584061","https://www.google.com/maps?q=40.772228636613335,-73.91045644291422","https://www.google.com/maps?q=40.69069525342457,-73.83391592519187","https://www.google.com/maps?q=40.771205403618595,-73.90606411004848","https://www.google.com/maps?q=40.69153619639995,-73.82867024243662","https://www.google.com/maps?q=40.77275865278557,-73.90351407469873","https://www.google.com/maps?q=40.69651575918406,-73.83108874678119","https://www.google.com/maps?q=40.77578250478399,-73.89908364358769","https://www.google.com/maps?q=40.695239868311354,-73.83431899490783","https://www.google.com/maps?q=40.77093343398598,-73.91567345785981","https://www.google.com/maps?q=40.69369631695083,-73.83742506140601","https://www.google.com/maps?q=40.69320140919876,-73.84071582905783","https://www.google.com/maps?q=40.6982644061443,-73.84012521733759","https://www.google.com/maps?q=40.7003729429384,-73.83787698238346","https://www.google.com/maps?q=40.70130064532146,-73.83439292281294","https://www.google.com/maps?q=40.70527180001644,-73.83492472989678","https://www.google.com/maps?q=40.77064853401268,-73.89897664031025","https://www.google.com/maps?q=40.706614357645456,-73.8286632577616","https://www.google.com/maps?q=40.76896359081235,-73.90492334991043","https://www.google.com/maps?q=40.7065698203498,-73.82514547217791","https://www.google.com/maps?q=40.703723222738056,-73.8289874204335","https://www.google.com/maps?q=40.766983136038824,-73.90668598359389","https://www.google.com/maps?q=40.70097891350367,-73.82458939022784","https://www.google.com/maps?q=40.698690326638186,-73.82028405977614","https://www.google.com/maps?q=40.766300639422596,-73.91151114336958","https://www.google.com/maps?q=40.69856907183082,-73.82850710502937","https://www.google.com/maps?q=40.764280932153596,-73.90750791210053","https://www.google.com/maps?q=40.7629976068503,-73.91075218392785","https://www.google.com/maps?q=40.694523972634855,-73.82242110877478","https://www.google.com/maps?q=40.76185441553256,-73.91444408944898","https://www.google.com/maps?q=40.69340632455128,-73.82115487646995","https://www.google.com/maps?q=40.76016698346405,-73.91084430675795","https://www.google.com/maps?q=40.69376588684542,-73.81375304166052","https://www.google.com/maps?q=40.75808019754142,-73.91364530375837","https://www.google.com/maps?q=40.692195278252306,-73.82056522478833","https://www.google.com/maps?q=40.7600344521937,-73.91759327279966","https://www.google.com/maps?q=40.690347617006005,-73.8206025335725","https://www.google.com/maps?q=40.75501471294625,-73.9219257640366","https://www.google.com/maps?q=40.68889614966818,-73.81225776452617","https://www.google.com/maps?q=40.68754363735461,-73.819647218871","https://www.google.com/maps?q=40.7557869110048,-73.91834248005111","https://www.google.com/maps?q=40.75508187825017,-73.91458623166321","https://www.google.com/maps?q=40.7563233307687,-73.90987401525334","https://www.google.com/maps?q=40.68510178326797,-73.8165254714508","https://www.google.com/maps?q=40.68129290394258,-73.8207157448439","https://www.google.com/maps?q=40.67934797322539,-73.81723305243246","https://www.google.com/maps?q=40.74826329953493,-73.91434918025409","https://www.google.com/maps?q=40.684331525265385,-73.81196360916361","https://www.google.com/maps?q=40.68234357551264,-73.81135871750898","https://www.google.com/maps?q=40.68059384448891,-73.81050040934697","https://www.google.com/maps?q=40.67883899351621,-73.80966113869117","https://www.google.com/maps?q=40.67711156894994,-73.80869710839525","https://www.google.com/maps?q=40.744686411284135,-73.93025425948359","https://www.google.com/maps?q=40.67579247866955,-73.80533656373254","https://www.google.com/maps?q=40.74449616365617,-73.92414511797196","https://www.google.com/maps?q=40.74429181979687,-73.92226874766419","https://www.google.com/maps?q=40.67616084586055,-73.79911048426483","https://www.google.com/maps?q=40.74535035521108,-73.9196718730692","https://www.google.com/maps?q=40.67513629060582,-73.79206874373615","https://www.google.com/maps?q=40.67894858339076,-73.7943607660725","https://www.google.com/maps?q=40.73870964787689,-73.92243124414212","https://www.google.com/maps?q=40.74055460620104,-73.92206471608736","https://www.google.com/maps?q=40.679895264521086,-73.79889438265396","https://www.google.com/maps?q=40.736627055774456,-73.92470104674538","https://www.google.com/maps?q=40.68164033897175,-73.79979719835072","https://www.google.com/maps?q=40.74008193855309,-73.92799903582426","https://www.google.com/maps?q=40.685387707782496,-73.79522352871663","https://www.google.com/maps?q=40.68383242673002,-73.80059042789159","https://www.google.com/maps?q=40.68592585948251,-73.80342662094117","https://www.google.com/maps?q=40.68946939636793,-73.79990844999388","https://www.google.com/maps?q=40.691847094398945,-73.80280268103033","https://www.google.com/maps?q=40.735256062602545,-73.9341419641737","https://www.google.com/maps?q=40.68978305194158,-73.80773654388652","https://www.google.com/maps?q=40.69517273477034,-73.80342674407964","https://www.google.com/maps?q=40.730378567389934,-73.92186241514493","https://www.google.com/maps?q=40.69437596394236,-73.8093653540105","https://www.google.com/maps?q=40.6984296225219,-73.80682989397789","https://www.google.com/maps?q=40.700920647100325,-73.81150408385686","https://www.google.com/maps?q=40.70613339000924,-73.8151404489992","https://www.google.com/maps?q=40.709369349999925,-73.82349473424983","https://www.google.com/maps?q=40.72355535116747,-73.9182296052112","https://www.google.com/maps?q=40.71376809299077,-73.82066375627787","https://www.google.com/maps?q=40.71316779854793,-73.81444643567329","https://www.google.com/maps?q=40.7126254817723,-73.8081328836739","https://www.google.com/maps?q=40.70958250043576,-73.81120772196347","https://www.google.com/maps?q=40.739249573604674,-73.91764945421646","https://www.google.com/maps?q=40.70734283868837,-73.80491968393812","https://www.google.com/maps?q=40.705221687205764,-73.80904045699396","https://www.google.com/maps?q=40.70327685336544,-73.80507312137695","https://www.google.com/maps?q=40.73666084341422,-73.90208362780741","https://www.google.com/maps?q=40.739492139131336,-73.90491712278947","https://www.google.com/maps?q=40.742360239204224,-73.89941438727621","https://www.google.com/maps?q=40.74320685523894,-73.904226443826","https://www.google.com/maps?q=40.74492340898628,-73.90965322128923","https://www.google.com/maps?q=40.74457144549208,-73.91653293494991","https://www.google.com/maps?q=40.74422224539754,-73.91314465883534","https://www.google.com/maps?q=40.69668705463282,-73.79444210544553","https://www.google.com/maps?q=40.75043121888688,-73.90793290889707","https://www.google.com/maps?q=40.75010934526449,-73.90517445507247","https://www.google.com/maps?q=40.69604403383891,-73.78727501843385","https://www.google.com/maps?q=40.748578799965706,-73.90352538902981","https://www.google.com/maps?q=40.692752435148705,-73.79330774615141","https://www.google.com/maps?q=40.74720789936776,-73.90059668948096","https://www.google.com/maps?q=40.69100786823807,-73.79209235019783","https://www.google.com/maps?q=40.745724586498,-73.89709410562526","https://www.google.com/maps?q=40.69223178514426,-73.78579035113405","https://www.google.com/maps?q=40.745036481743064,-73.89336823803023","https://www.google.com/maps?q=40.691881199035166,-73.7816949299161","https://www.google.com/maps?q=40.74532666416836,-73.88803067599358","https://www.google.com/maps?q=40.74687437448275,-73.88221138782895","https://www.google.com/maps?q=40.74461689364692,-73.88294402397094","https://www.google.com/maps?q=40.688684199352714,-73.7913933051343","https://www.google.com/maps?q=40.745212080048994,-73.87948670716844","https://www.google.com/maps?q=40.683576931466604,-73.79132065202154","https://www.google.com/maps?q=40.752204349006995,-73.87279046468652","https://www.google.com/maps?q=40.68490497486892,-73.7889890428616","https://www.google.com/maps?q=40.752153763246774,-73.87556914617332","https://www.google.com/maps?q=40.68758743587789,-73.78623874542842","https://www.google.com/maps?q=40.75269418798986,-73.87794492268851","https://www.google.com/maps?q=40.68607848804816,-73.78295268329263","https://www.google.com/maps?q=40.75167293449327,-73.88022225118752","https://www.google.com/maps?q=40.68830621055033,-73.77972027694804","https://www.google.com/maps?q=40.75222040694697,-73.88259201127977","https://www.google.com/maps?q=40.684985364332064,-73.7738831627059","https://www.google.com/maps?q=40.751173782943255,-73.88486545631538","https://www.google.com/maps?q=40.6825051102722,-73.77786508827715","https://www.google.com/maps?q=40.7514812245313,-73.88711409353768","https://www.google.com/maps?q=40.75095727292292,-73.88942743794843","https://www.google.com/maps?q=40.67880051766702,-73.78591098914693","https://www.google.com/maps?q=40.75129260319882,-73.89190065445335","https://www.google.com/maps?q=40.75135137059292,-73.8951957473763","https://www.google.com/maps?q=40.75190172027444,-73.89946214049128","https://www.google.com/maps?q=40.67131841116345,-73.78105966520657","https://www.google.com/maps?q=40.7559679556286,-73.90674659338578","https://www.google.com/maps?q=40.75865949636096,-73.90297259002446","https://www.google.com/maps?q=40.664903604126025,-73.7803647756341","https://www.google.com/maps?q=40.75806795386071,-73.89612520534388","https://www.google.com/maps?q=40.757948480294964,-73.89006491903159","https://www.google.com/maps?q=40.76352818920672,-73.89097960584989","https://www.google.com/maps?q=40.77034362362256,-73.89328495909943","https://www.google.com/maps?q=40.661290901463104,-73.76497237313488","https://www.google.com/maps?q=40.75843642125263,-73.88541762907897","https://www.google.com/maps?q=40.671842161044275,-73.755681036687","https://www.google.com/maps?q=40.76443561970063,-73.88273498776405","https://www.google.com/maps?q=40.67013886491693,-73.7637250339727","https://www.google.com/maps?q=40.679176582031516,-73.76743704080094","https://www.google.com/maps?q=40.67527517991965,-73.77180929516595","https://www.google.com/maps?q=40.7587307567157,-73.88262806843923","https://www.google.com/maps?q=40.75902378772339,-73.879838270187","https://www.google.com/maps?q=40.76690138333104,-73.87863153179357","https://www.google.com/maps?q=40.759099731000695,-73.87704653969061","https://www.google.com/maps?q=40.67948840603558,-73.75762201353773","https://www.google.com/maps?q=40.75961201597848,-73.87412495585522","https://www.google.com/maps?q=40.76790605438016,-73.87150349018529","https://www.google.com/maps?q=40.67579290829027,-73.75096871877476","https://www.google.com/maps?q=40.761283014061505,-73.87241580026036","https://www.google.com/maps?q=40.759683812093314,-73.86941735893333","https://www.google.com/maps?q=40.75952467478853,-73.8656054867543","https://www.google.com/maps?q=40.685649588805155,-73.76310128932336","https://www.google.com/maps?q=40.76322423917249,-73.86794264524367","https://www.google.com/maps?q=40.68529294060689,-73.76645015403518","https://www.google.com/maps?q=40.764125835461016,-73.86384008481022","https://www.google.com/maps?q=40.75970071600924,-73.8598971243368","https://www.google.com/maps?q=40.75135413956861,-73.87001264736145","https://www.google.com/maps?q=40.687832873396495,-73.75414279424577","https://www.google.com/maps?q=40.75566144029555,-73.86871354673116","https://www.google.com/maps?q=40.755479012796634,-73.86407633620429","https://www.google.com/maps?q=40.756093066928955,-73.8577230301348","https://www.google.com/maps?q=40.693342558302035,-73.74763956039946","https://www.google.com/maps?q=40.68963662738617,-73.7587814972357","https://www.google.com/maps?q=40.694566146623984,-73.76479886047068","https://www.google.com/maps?q=40.751799668144656,-73.8535822270488","https://www.google.com/maps?q=40.6981515180775,-73.76486840243568","https://www.google.com/maps?q=40.7514683794392,-73.85709588357825","https://www.google.com/maps?q=40.700031646166394,-73.76876295746685","https://www.google.com/maps?q=40.75065234218123,-73.86043259035606","https://www.google.com/maps?q=40.705212187997816,-73.77072813949319","https://www.google.com/maps?q=40.74986743908849,-73.86284258275515","https://www.google.com/maps?q=40.75038255430072,-73.86560427377886","https://www.google.com/maps?q=40.74967010764199,-73.86759183769865","https://www.google.com/maps?q=40.74379697053394,-73.86541186448535","https://www.google.com/maps?q=40.74473090898351,-73.8612991197766","https://www.google.com/maps?q=40.69963288182447,-73.78076369741767","https://www.google.com/maps?q=40.746605069180696,-73.85659902733164","https://www.google.com/maps?q=40.69538810515859,-73.77226075685402","https://www.google.com/maps?q=40.74372366148071,-73.85382112885027","https://www.google.com/maps?q=40.691341835163406,-73.77592091945336","https://www.google.com/maps?q=40.69619926160262,-73.77864622323555","https://www.google.com/maps?q=40.7391006079603,-73.85112708518834","https://www.google.com/maps?q=40.73801134958727,-73.85652462336681","https://www.google.com/maps?q=40.74187155882129,-73.85581700896606","https://www.google.com/maps?q=40.70267440168994,-73.7846246450249","https://www.google.com/maps?q=40.740733016761986,-73.85945435185404","https://www.google.com/maps?q=40.73981232714318,-73.86406278587711","https://www.google.com/maps?q=40.70575946437537,-73.78182547615329","https://www.google.com/maps?q=40.70495968539465,-73.79779258665124","https://www.google.com/maps?q=40.7081885853827,-73.79985097650517","https://www.google.com/maps?q=40.71102232498127,-73.80260787408267","https://www.google.com/maps?q=40.71417513961083,-73.80476921181324","https://www.google.com/maps?q=40.714569022857184,-73.79954270463135","https://www.google.com/maps?q=40.71264297410762,-73.79601235094319","https://www.google.com/maps?q=40.736276611338624,-73.8622790714255","https://www.google.com/maps?q=40.71655901418637,-73.79400615708666","https://www.google.com/maps?q=40.737721705430374,-73.8698382909303","https://www.google.com/maps?q=40.715243426409465,-73.7909278001846","https://www.google.com/maps?q=40.73987743931644,-73.87068045952012","https://www.google.com/maps?q=40.70825661156524,-73.7934899950223","https://www.google.com/maps?q=40.74171481185042,-73.87126554063201","https://www.google.com/maps?q=40.70986446225637,-73.78796763529778","https://www.google.com/maps?q=40.74399805170032,-73.87108916740898","https://www.google.com/maps?q=40.7168914113568,-73.78702510738266","https://www.google.com/maps?q=40.74696653158518,-73.87029810267025","https://www.google.com/maps?q=40.71402981232014,-73.78501673787699","https://www.google.com/maps?q=40.74545777019482,-73.87458273195072","https://www.google.com/maps?q=40.710493374104,-73.78228094560092","https://www.google.com/maps?q=40.745196581396826,-73.87718436386587","https://www.google.com/maps?q=40.71129682291927,-73.77729831909944","https://www.google.com/maps?q=40.740984964240084,-73.87656399237802","https://www.google.com/maps?q=40.71762202002607,-73.77893580592742","https://www.google.com/maps?q=40.73727983505279,-73.87603062813669","https://www.google.com/maps?q=40.73369582013151,-73.87547324733299","https://www.google.com/maps?q=40.722476231780874,-73.77121121477546","https://www.google.com/maps?q=40.71957901536999,-73.76619312885032","https://www.google.com/maps?q=40.735424404310464,-73.8836417922585","https://www.google.com/maps?q=40.71288906603366,-73.7730046225076","https://www.google.com/maps?q=40.74221996026729,-73.8850521253753","https://www.google.com/maps?q=40.714834726527116,-73.76795233134166","https://www.google.com/maps?q=40.741706648686325,-73.89274482963526","https://www.google.com/maps?q=40.71581250006334,-73.75996173761608","https://www.google.com/maps?q=40.73969350091843,-73.88461342849875","https://www.google.com/maps?q=40.73721538419461,-73.89221736619842","https://www.google.com/maps?q=40.72296583896263,-73.75846943123149","https://www.google.com/maps?q=40.73237084175835,-73.89424989129256","https://www.google.com/maps?q=40.727852354493315,-73.89178644003535","https://www.google.com/maps?q=40.72534055383954,-73.89051094984002","https://www.google.com/maps?q=40.716950232531154,-73.75312186884221","https://www.google.com/maps?q=40.7317254493336,-73.89036754763802","https://www.google.com/maps?q=40.73107887698698,-73.88326790239415","https://www.google.com/maps?q=40.711955553034535,-73.76358879618901","https://www.google.com/maps?q=40.70880320716797,-73.76489685922186","https://www.google.com/maps?q=40.710189203294455,-73.75929248694086","https://www.google.com/maps?q=40.70512059813967,-73.76435987620823","https://www.google.com/maps?q=40.72907292761751,-73.87472981183284","https://www.google.com/maps?q=40.705790343029655,-73.75967071683154","https://www.google.com/maps?q=40.726968104447714,-73.88162008659107","https://www.google.com/maps?q=40.70698400257752,-73.75542193140625","https://www.google.com/maps?q=40.70971170905513,-73.75371540320009","https://www.google.com/maps?q=40.72732519121664,-73.90014676237234","https://www.google.com/maps?q=40.71041017584568,-73.7501194060111","https://www.google.com/maps?q=40.73188972887785,-73.8975136730368","https://www.google.com/maps?q=40.73096816276428,-73.90151821763783","https://www.google.com/maps?q=40.70272387067519,-73.7472615880435","https://www.google.com/maps?q=40.724610779235086,-73.90029926814195","https://www.google.com/maps?q=40.70183818607754,-73.75200941754429","https://www.google.com/maps?q=40.701139645371164,-73.75468768523888","https://www.google.com/maps?q=40.720853713493945,-73.90151995318014","https://www.google.com/maps?q=40.700444700076126,-73.75736832752466","https://www.google.com/maps?q=40.70122769412731,-73.76195955306568","https://www.google.com/maps?q=40.71898179585973,-73.90664461822347","https://www.google.com/maps?q=40.69709849127114,-73.75975872550573","https://www.google.com/maps?q=40.69403520933034,-73.75873029272931","https://www.google.com/maps?q=40.696338237822744,-73.75254029102382","https://www.google.com/maps?q=40.7230807059853,-73.90832419682194","https://www.google.com/maps?q=40.700102607597586,-73.74909204020862","https://www.google.com/maps?q=40.69982198481343,-73.7441553166401","https://www.google.com/maps?q=40.715928453813554,-73.9164306003644","https://www.google.com/maps?q=40.70671189144885,-73.74587110771562","https://www.google.com/maps?q=40.706470664095676,-73.7425265117037","https://www.google.com/maps?q=40.71047245906765,-73.91653722176032","https://www.google.com/maps?q=40.71279937931325,-73.74322706331866","https://www.google.com/maps?q=40.71907542158231,-73.74649089406856","https://www.google.com/maps?q=40.70554039013334,-73.91264393168717","https://www.google.com/maps?q=40.70363352626425,-73.9097208057538","https://www.google.com/maps?q=40.72319692982486,-73.75127978638542","https://www.google.com/maps?q=40.70221720716263,-73.90775941566591","https://www.google.com/maps?q=40.70159506988554,-73.90391173487464","https://www.google.com/maps?q=40.727821744569084,-73.7495823763446","https://www.google.com/maps?q=40.69887905486281,-73.90650183161691","https://www.google.com/maps?q=40.727796031286324,-73.74016701687415","https://www.google.com/maps?q=40.69718975960122,-73.90322970432406","https://www.google.com/maps?q=40.72555067923822,-73.74500338744659","https://www.google.com/maps?q=40.698689565064484,-73.89831466164793","https://www.google.com/maps?q=40.72253523271428,-73.74169819858818","https://www.google.com/maps?q=40.694356567608395,-73.90177772998075","https://www.google.com/maps?q=40.72544545438385,-73.73654868345936","https://www.google.com/maps?q=40.693140274093466,-73.88554542855799","https://www.google.com/maps?q=40.724640136975374,-73.73318326492993","https://www.google.com/maps?q=40.72156212007395,-73.73337728225823","https://www.google.com/maps?q=40.694267938898314,-73.89688176162147","https://www.google.com/maps?q=40.71973877183001,-73.73840406520135","https://www.google.com/maps?q=40.69687210892401,-73.89213583177384","https://www.google.com/maps?q=40.71557166985098,-73.73356973386521","https://www.google.com/maps?q=40.70039623533458,-73.89071795379888","https://www.google.com/maps?q=40.70349166823099,-73.89004425795648","https://www.google.com/maps?q=40.707125219362105,-73.73036119500505","https://www.google.com/maps?q=40.703957402841404,-73.8938082171456","https://www.google.com/maps?q=40.70698903045889,-73.73755377060384","https://www.google.com/maps?q=40.70193799012648,-73.89762026618696","https://www.google.com/maps?q=40.70437099865572,-73.89942030369659","https://www.google.com/maps?q=40.70714392530892,-73.90027835263983","https://www.google.com/maps?q=40.706240411019316,-73.9050398400451","https://www.google.com/maps?q=40.70125769601611,-73.73699790579352","https://www.google.com/maps?q=40.70811186223281,-73.9097806986301","https://www.google.com/maps?q=40.700987201392934,-73.72900749627841","https://www.google.com/maps?q=40.710208038317,-73.90265080098779","https://www.google.com/maps?q=40.69846915514804,-73.73118445171217","https://www.google.com/maps?q=40.71375993166104,-73.90832418688973","https://www.google.com/maps?q=40.69713722490263,-73.73705648241598","https://www.google.com/maps?q=40.69829468274621,-73.74066659244767","https://www.google.com/maps?q=40.7172449068281,-73.90213197168","https://www.google.com/maps?q=40.6950630473255,-73.73330320844669","https://www.google.com/maps?q=40.71521348240863,-73.90241247631975","https://www.google.com/maps?q=40.713921939449136,-73.89900116368165","https://www.google.com/maps?q=40.69174711410706,-73.73533084752076","https://www.google.com/maps?q=40.71725725224415,-73.89397064515795","https://www.google.com/maps?q=40.69360367421784,-73.74131434944397","https://www.google.com/maps?q=40.69017728216295,-73.74325723647547","https://www.google.com/maps?q=40.688291209404525,-73.73672546422391","https://www.google.com/maps?q=40.70895875371306,-73.89318202908292","https://www.google.com/maps?q=40.709322084831356,-73.88352818272219","https://www.google.com/maps?q=40.686113272429964,-73.72950336487384","https://www.google.com/maps?q=40.68188042337182,-73.73188651560238","https://www.google.com/maps?q=40.67756112829135,-73.72926141471481","https://www.google.com/maps?q=40.67689273715082,-73.73640603195084","https://www.google.com/maps?q=40.709783388001306,-73.87709260523454","https://www.google.com/maps?q=40.68105353360101,-73.73780785007507","https://www.google.com/maps?q=40.70995512500743,-73.87262909823976","https://www.google.com/maps?q=40.691945805406725,-73.72887126478193","https://www.google.com/maps?q=40.704379888169655,-73.87818549944781","https://www.google.com/maps?q=40.70413205515545,-73.88241392093403","https://www.google.com/maps?q=40.68198191505822,-73.74812728443348","https://www.google.com/maps?q=40.7037717354977,-73.88645395603297","https://www.google.com/maps?q=40.70096593265514,-73.88311613442728","https://www.google.com/maps?q=40.68029346579823,-73.74357163816569","https://www.google.com/maps?q=40.67651908211749,-73.74051200677062","https://www.google.com/maps?q=40.704480206255894,-73.87457285058498","https://www.google.com/maps?q=40.705332797282395,-73.87140397450881","https://www.google.com/maps?q=40.70474181509475,-73.86696331305042","https://www.google.com/maps?q=40.70836809664427,-73.86228750285092","https://www.google.com/maps?q=40.66983947586878,-73.73309158118263","https://www.google.com/maps?q=40.70385485176525,-73.85700045353893","https://www.google.com/maps?q=40.69911493348066,-73.85176196468743","https://www.google.com/maps?q=40.702102663164474,-73.8534755060982","https://www.google.com/maps?q=40.70913464810827,-73.85223550186888","https://www.google.com/maps?q=40.672790908749334,-73.74238774763741","https://www.google.com/maps?q=40.66945946650311,-73.74482731727164","https://www.google.com/maps?q=40.662418423437686,-73.74006929740526","https://www.google.com/maps?q=40.65993192421265,-73.72965888092456","https://www.google.com/maps?q=40.713330235856624,-73.88294836148803","https://www.google.com/maps?q=40.715121263499796,-73.87531288537676","https://www.google.com/maps?q=40.715545209874755,-73.88248396255807","https://www.google.com/maps?q=40.65857252341668,-73.73337051750937","https://www.google.com/maps?q=40.71751243515155,-73.88179063563399","https://www.google.com/maps?q=40.72111892826827,-73.87734561336947","https://www.google.com/maps?q=40.650138975601514,-73.74504843561068","https://www.google.com/maps?q=40.71933962870284,-73.88736977570758","https://www.google.com/maps?q=40.721816915408766,-73.89134091709369","https://www.google.com/maps?q=40.72356697757026,-73.88592161734057","https://www.google.com/maps?q=40.72447516925321,-73.87810243861979","https://www.google.com/maps?q=40.719110573254035,-73.87243056336594","https://www.google.com/maps?q=40.724119530684014,-73.87019799030087","https://www.google.com/maps?q=40.663700059210086,-73.75011935003079","https://www.google.com/maps?q=40.66779132926546,-73.75040813411543","https://www.google.com/maps?q=40.73494747385546,-73.86883551129453","https://www.google.com/maps?q=40.73025141910987,-73.86926059632793","https://www.google.com/maps?q=40.66035970128618,-73.7554396807057","https://www.google.com/maps?q=40.72882596468143,-73.8632814289443","https://www.google.com/maps?q=40.65590143982791,-73.75025873051091","https://www.google.com/maps?q=40.726063211020346,-73.86753941657344","https://www.google.com/maps?q=40.72681013694592,-73.8602670671012","https://www.google.com/maps?q=40.72224271590875,-73.86287153826281","https://www.google.com/maps?q=40.71627637422442,-73.85933425457284","https://www.google.com/maps?q=40.715057622833086,-73.85555449868495","https://www.google.com/maps?q=40.71926761572067,-73.8550136108468","https://www.google.com/maps?q=40.72206901217254,-73.85249317243185","https://www.google.com/maps?q=40.72584012040769,-73.8496444258635","https://www.google.com/maps?q=40.728812752717445,-73.85413863976864","https://www.google.com/maps?q=40.72415946314211,-73.85148608326647","https://www.google.com/maps?q=40.72607354210228,-73.85609875387077","https://www.google.com/maps?q=40.731228657691254,-73.85994672147355","https://www.google.com/maps?q=40.733397700166094,-73.86272427674682","https://www.google.com/maps?q=40.734618203112156,-73.85554722546081","https://www.google.com/maps?q=40.7311896285432,-73.85374126576555","https://www.google.com/maps?q=40.71623941473305,-73.8477447016089","https://www.google.com/maps?q=40.71281523678257,-73.85217240849795","https://www.google.com/maps?q=40.710953391763006,-73.84633176035837","https://www.google.com/maps?q=40.71844191410593,-73.84324199977466","https://www.google.com/maps?q=40.7236917717028,-73.84428236448913","https://www.google.com/maps?q=40.728280691371715,-73.84704824383742","https://www.google.com/maps?q=40.73229919102343,-73.84924610464873","https://www.google.com/maps?q=40.73605931103059,-73.85074893484281","https://www.google.com/maps?q=40.73260898128162,-73.84520745560239","https://www.google.com/maps?q=40.71325409459988,-73.8400801373192","https://www.google.com/maps?q=40.718221904898286,-73.83479467033925","https://www.google.com/maps?q=40.724317583666185,-73.8401840617299","https://www.google.com/maps?q=40.716443933403156,-73.83755446401202","https://www.google.com/maps?q=40.71501519398946,-73.83396049697517","https://www.google.com/maps?q=40.710859906796415,-73.83532429505374","https://www.google.com/maps?q=40.709099517472865,-73.83226992383646","https://www.google.com/maps?q=40.725279908295256,-73.82484777660952","https://www.google.com/maps?q=40.71922634168407,-73.82160311192219","https://www.google.com/maps?q=40.72096199700709,-73.81413904069842","https://www.google.com/maps?q=40.71732342240484,-73.81292805955083","https://www.google.com/maps?q=40.72938878762983,-73.81873231734458","https://www.google.com/maps?q=40.72496975620281,-73.81844782625897","https://www.google.com/maps?q=40.725606353905555,-73.81368171444352","https://www.google.com/maps?q=40.67032610208667,-73.7903653949035","https://www.google.com/maps?q=40.67247869154921,-73.79661610567456","https://www.google.com/maps?q=40.668943551469305,-73.79691763447147","https://www.google.com/maps?q=40.753345428523765,-73.82475607599818","https://www.google.com/maps?q=40.75134001032276,-73.82942381147667","https://www.google.com/maps?q=40.74698539083224,-73.8273829651814","https://www.google.com/maps?q=40.74475176888533,-73.83090531711944","https://www.google.com/maps?q=40.740322963118636,-73.82605509910947","https://www.google.com/maps?q=40.73388546496944,-73.82234021139647","https://www.google.com/maps?q=40.670692121114115,-73.80392269261573","https://www.google.com/maps?q=40.67053720778535,-73.80905578070244","https://www.google.com/maps?q=40.744790429849125,-73.81979895195067","https://www.google.com/maps?q=40.67029504404399,-73.81950984212472","https://www.google.com/maps?q=40.67394953332717,-73.81765213997258","https://www.google.com/maps?q=40.749965595989586,-73.8202293714396","https://www.google.com/maps?q=40.66734031387773,-73.82173856690567","https://www.google.com/maps?q=40.66512826064403,-73.81661587370988","https://www.google.com/maps?q=40.7547094684303,-73.83299785691156","https://www.google.com/maps?q=40.7571519896466,-73.82765307694494","https://www.google.com/maps?q=40.75964212337733,-73.82363525246126","https://www.google.com/maps?q=40.757060198387656,-73.82305776507413","https://www.google.com/maps?q=40.754986793065676,-73.82079724681661","https://www.google.com/maps?q=40.75681292308861,-73.81787581386408","https://www.google.com/maps?q=40.76126852418134,-73.81994129878166","https://www.google.com/maps?q=40.673423002238025,-73.83153861811265","https://www.google.com/maps?q=40.76267273922547,-73.82515345458249","https://www.google.com/maps?q=40.76517719851089,-73.83377846197128","https://www.google.com/maps?q=40.75908545613552,-73.83381847382832","https://www.google.com/maps?q=40.65568305574198,-73.83371887455614","https://www.google.com/maps?q=40.77239325196746,-73.82819878782291","https://www.google.com/maps?q=40.65293967692455,-73.84709109404109","https://www.google.com/maps?q=40.77331805927424,-73.83941119376524","https://www.google.com/maps?q=40.55979407085182,-73.91623717623514","https://www.google.com/maps?q=40.568193823147986,-73.87209354863637","https://www.google.com/maps?q=40.77690565521453,-73.84871797040351","https://www.google.com/maps?q=40.573089117093836,-73.86014421653663","https://www.google.com/maps?q=40.78248228157028,-73.84476635943696","https://www.google.com/maps?q=40.573836320548274,-73.85192750909967","https://www.google.com/maps?q=40.788637466524044,-73.85759451353066","https://www.google.com/maps?q=40.5810401721074,-73.8467061937323","https://www.google.com/maps?q=40.57560374407045,-73.83952950257653","https://www.google.com/maps?q=40.579991668075365,-73.82935254072221","https://www.google.com/maps?q=40.79581355308762,-73.84268787716941","https://www.google.com/maps?q=40.58612298454699,-73.82098163533831","https://www.google.com/maps?q=40.59122001161631,-73.81041070224546","https://www.google.com/maps?q=40.58247641131771,-73.8099277044749","https://www.google.com/maps?q=40.790468863997205,-73.83137326484915","https://www.google.com/maps?q=40.78557373235079,-73.84137330955731","https://www.google.com/maps?q=40.592200537023196,-73.79951552205085","https://www.google.com/maps?q=40.59285547139815,-73.79218571452347","https://www.google.com/maps?q=40.587950666369274,-73.77921725976503","https://www.google.com/maps?q=40.602365541358395,-73.78031759909662","https://www.google.com/maps?q=40.59390692175339,-73.78112827928352","https://www.google.com/maps?q=40.79521806151946,-73.82251592163033","https://www.google.com/maps?q=40.798747498030586,-73.81686773287744","https://www.google.com/maps?q=40.7963447436089,-73.80710919460518","https://www.google.com/maps?q=40.79212122460404,-73.7989281606719","https://www.google.com/maps?q=40.59264241580979,-73.76701532387948","https://www.google.com/maps?q=40.78091583627036,-73.79003211601503","https://www.google.com/maps?q=40.7831171160634,-73.77453762230756","https://www.google.com/maps?q=40.78166748110817,-73.7807803544224","https://www.google.com/maps?q=40.7936203845412,-73.77520776814204","https://www.google.com/maps?q=40.59809237230536,-73.75758129780918","https://www.google.com/maps?q=40.59003505114502,-73.75850687174544","https://www.google.com/maps?q=40.61067665712393,-73.76771804833304","https://www.google.com/maps?q=40.60296475663113,-73.76424079668523","https://www.google.com/maps?q=40.59677596284524,-73.74910766053077","https://www.google.com/maps?q=40.598630730470234,-73.74135322029146","https://www.google.com/maps?q=40.7797814345952,-73.79824881245712","https://www.google.com/maps?q=40.78391521892881,-73.80737008833177","https://www.google.com/maps?q=40.608666733767976,-73.75537703291988","https://www.google.com/maps?q=40.6066405268853,-73.74751815425361","https://www.google.com/maps?q=40.77917783942295,-73.8096597341885","https://www.google.com/maps?q=40.78405748057436,-73.81903416840727","https://www.google.com/maps?q=40.774815202198475,-73.8203695443719","https://www.google.com/maps?q=40.77376965193006,-73.80706457105511","https://www.google.com/maps?q=40.60396578586073,-73.82204266123264","https://www.google.com/maps?q=40.77246390635646,-73.78900269260288","https://www.google.com/maps?q=40.774938142333525,-73.77053554981624","https://www.google.com/maps?q=40.770350694582135,-73.77727459073398","https://www.google.com/maps?q=40.767950722910484,-73.78646626380971","https://www.google.com/maps?q=40.76756548695052,-73.76215720692916","https://www.google.com/maps?q=40.76629199166818,-73.77124527502674","https://www.google.com/maps?q=40.765399236375465,-73.77681430679485","https://www.google.com/maps?q=40.76416133571745,-73.78313073848554","https://www.google.com/maps?q=40.76423008315692,-73.79061606739778","https://www.google.com/maps?q=40.769096832948605,-73.79668925091052","https://www.google.com/maps?q=40.76826754698861,-73.8019551160275","https://www.google.com/maps?q=40.768571710025185,-73.80762994790858","https://www.google.com/maps?q=40.76783526408057,-73.81179349466095","https://www.google.com/maps?q=40.76757606244262,-73.81516944113787","https://www.google.com/maps?q=40.76863916379945,-73.82075372073871","https://www.google.com/maps?q=40.76682909594156,-73.82572351639833","https://www.google.com/maps?q=40.76382085250241,-73.81920620279807","https://www.google.com/maps?q=40.76217343413921,-73.81244343376659","https://www.google.com/maps?q=40.763251646027335,-73.80570409314241","https://www.google.com/maps?q=40.76147274076558,-73.79642299960271","https://www.google.com/maps?q=40.75949959828221,-73.78735942043863","https://www.google.com/maps?q=40.759467686299125,-73.80380561408093","https://www.google.com/maps?q=40.75963208677555,-73.81288016215471","https://www.google.com/maps?q=40.75650549899262,-73.81261354843451","https://www.google.com/maps?q=40.75666503136684,-73.80651112754326","https://www.google.com/maps?q=40.75718459927595,-73.79962674271432","https://www.google.com/maps?q=40.75486722740498,-73.79947101325588","https://www.google.com/maps?q=40.75346209619045,-73.80957752966663","https://www.google.com/maps?q=40.75321211940154,-73.81405933027172","https://www.google.com/maps?q=40.748799901972276,-73.8125808503425","https://www.google.com/maps?q=40.75127416382945,-73.81710916300916","https://www.google.com/maps?q=40.75079512768806,-73.80098213964808","https://www.google.com/maps?q=40.74039452614097,-73.80583618222882","https://www.google.com/maps?q=40.734981674852314,-73.79948243041035","https://www.google.com/maps?q=40.73334191026883,-73.80709267772166","https://www.google.com/maps?q=40.73317786694843,-73.81273055193482","https://www.google.com/maps?q=40.726804157212634,-73.8024084231243","https://www.google.com/maps?q=40.72808115961773,-73.79624394720602","https://www.google.com/maps?q=40.72413301606955,-73.80793456133071","https://www.google.com/maps?q=40.720498477017806,-73.80370177889331","https://www.google.com/maps?q=40.720266145916334,-73.79784020473782","https://www.google.com/maps?q=40.72442366853729,-73.78341060766695","https://www.google.com/maps?q=40.73395575750307,-73.76884712618474","https://www.google.com/maps?q=40.731608637848595,-73.75441735467201","https://www.google.com/maps?q=40.73671660561232,-73.75968396496854","https://www.google.com/maps?q=40.73809832028286,-73.75015607624134","https://www.google.com/maps?q=40.73350000276617,-73.73977595805934","https://www.google.com/maps?q=40.73191908990733,-73.77927284461767","https://www.google.com/maps?q=40.72864000240047,-73.79003768777693","https://www.google.com/maps?q=40.73525534811191,-73.7912064109799","https://www.google.com/maps?q=40.73790849714244,-73.78112053718058","https://www.google.com/maps?q=40.74419353370153,-73.7603455757753","https://www.google.com/maps?q=40.74712246377969,-73.75000505715","https://www.google.com/maps?q=40.754906350428605,-73.75482511709795","https://www.google.com/maps?q=40.749875904599,-73.76244904543546","https://www.google.com/maps?q=40.74814530706512,-73.76964806777991","https://www.google.com/maps?q=40.74652735660202,-73.77493270911341","https://www.google.com/maps?q=40.74485709580923,-73.7821667145774","https://www.google.com/maps?q=40.744794762512335,-73.7916829233022","https://www.google.com/maps?q=40.75106901588966,-73.78454118812665","https://www.google.com/maps?q=40.752928804854214,-73.77022267372628","https://www.google.com/maps?q=40.75565695618943,-73.76379837395685","https://www.google.com/maps?q=40.75686829127103,-73.77242615927936","https://www.google.com/maps?q=40.755138072429276,-73.78469650665623","https://www.google.com/maps?q=40.75323993663682,-73.77809945397641","https://www.google.com/maps?q=40.75422086496001,-73.79196327857325","https://www.google.com/maps?q=40.75947065984729,-73.7810828316558","https://www.google.com/maps?q=40.76121070905796,-73.77319849122459","https://www.google.com/maps?q=40.76147292479904,-73.7634657276112","https://www.google.com/maps?q=40.769566121961034,-73.74230530051116","https://www.google.com/maps?q=40.77641123875999,-73.75213317849375","https://www.google.com/maps?q=40.76218298310882,-73.73969127328094","https://www.google.com/maps?q=40.76640485019077,-73.73066578573734","https://www.google.com/maps?q=40.75231155698505,-73.7336379250793","https://www.google.com/maps?q=40.759301417742385,-73.72395226336755","https://www.google.com/maps?q=40.756577786464554,-73.71417814268331","https://www.google.com/maps?q=40.75112526851654,-73.71535212840058","https://www.google.com/maps?q=40.74037504278345,-73.7297122888978","https://www.google.com/maps?q=40.73856291705766,-73.7196293113912","https://www.google.com/maps?q=40.735061900907965,-73.72504903714555","https://www.google.com/maps?q=40.744786062107416,-73.70460854380462","https://www.google.com/maps?q=40.74158426986877,-73.71199957362317","https://www.google.com/maps?q=40.733825790315684,-73.70753230302991","https://www.google.com/maps?q=40.728805998717135,-73.71763930174477","https://www.google.com/maps?q=40.72845982041875,-73.7296981936815","https://www.google.com/maps?q=40.6444095216754,-74.06596248750262","https://www.google.com/maps?q=40.61769631933354,-74.06062437788252","https://www.google.com/maps?q=40.648020282630355,-74.0810376500804","https://www.google.com/maps?q=40.61195775888473,-74.06771522635924","https://www.google.com/maps?q=40.64220650089079,-74.08285634550263","https://www.google.com/maps?q=40.63877633896309,-74.08266533542904","https://www.google.com/maps?q=40.63439077522065,-74.08125474522582","https://www.google.com/maps?q=40.601682535873614,-74.05417554923423","https://www.google.com/maps?q=40.60700414861206,-74.0710187270362","https://www.google.com/maps?q=40.60154166255579,-74.07024669666446","https://www.google.com/maps?q=40.63144780545706,-74.0683931848568","https://www.google.com/maps?q=40.623587164176996,-74.07642744518202","https://www.google.com/maps?q=40.61965815222834,-74.08274059061503","https://www.google.com/maps?q=40.625601931262445,-74.08661049754824","https://www.google.com/maps?q=40.611056134318055,-74.07590429120394","https://www.google.com/maps?q=40.621188188734905,-74.09334998707536","https://www.google.com/maps?q=40.61359640731803,-74.08086126493968","https://www.google.com/maps?q=40.61418522453711,-74.09473948187063","https://www.google.com/maps?q=40.604145634896256,-74.08602171588369","https://www.google.com/maps?q=40.62532097993603,-74.09924672158229","https://www.google.com/maps?q=40.597242098199644,-74.0785058103072","https://www.google.com/maps?q=40.63519151553915,-74.10110334381034","https://www.google.com/maps?q=40.58655173247186,-74.07558111835867","https://www.google.com/maps?q=40.59213428615351,-74.06275258692648","https://www.google.com/maps?q=40.63359870105756,-74.09094568141397","https://www.google.com/maps?q=40.637866306750304,-74.09026762105314","https://www.google.com/maps?q=40.64387199096437,-74.09386491637026","https://www.google.com/maps?q=40.596928926438906,-74.08860183036079","https://www.google.com/maps?q=40.59078243007031,-74.09515919138066","https://www.google.com/maps?q=40.6428240755562,-74.1105430588393","https://www.google.com/maps?q=40.63379904916344,-74.11187137661744","https://www.google.com/maps?q=40.577524401005306,-74.08549833409478","https://www.google.com/maps?q=40.56986552170893,-74.09463541460524","https://www.google.com/maps?q=40.58574394403823,-74.09909820432848","https://www.google.com/maps?q=40.5811924750132,-74.1049524167536","https://www.google.com/maps?q=40.62587901718754,-74.10964389522952","https://www.google.com/maps?q=40.575971816263966,-74.11145815562125","https://www.google.com/maps?q=40.628707371634995,-74.11885927525668","https://www.google.com/maps?q=40.5631542388761,-74.10155452629904","https://www.google.com/maps?q=40.55296667909698,-74.11508244059742","https://www.google.com/maps?q=40.55757693752777,-74.10732585734448","https://www.google.com/maps?q=40.5647779265571,-74.12257222375867","https://www.google.com/maps?q=40.54970397778718,-74.142724423024","https://www.google.com/maps?q=40.5594209196861,-74.13024159810712","https://www.google.com/maps?q=40.635598397153046,-74.11891029317297","https://www.google.com/maps?q=40.635889666665086,-74.12350173536298","https://www.google.com/maps?q=40.569883910488585,-74.11744663623124","https://www.google.com/maps?q=40.5704888839247,-74.1318815792582","https://www.google.com/maps?q=40.62886888885596,-74.12689225436563","https://www.google.com/maps?q=40.5500383134238,-74.15975458147499","https://www.google.com/maps?q=40.558698698410055,-74.15012253921668","https://www.google.com/maps?q=40.56256003726583,-74.14262214363337","https://www.google.com/maps?q=40.556922001333696,-74.16412094560286","https://www.google.com/maps?q=40.55846559349816,-74.15651809466642","https://www.google.com/maps?q=40.61926827264395,-74.11642500714153","https://www.google.com/maps?q=40.61953386092432,-74.12759259498367","https://www.google.com/maps?q=40.54215244826241,-74.1545777258893","https://www.google.com/maps?q=40.53602000526892,-74.16180359920577","https://www.google.com/maps?q=40.53187883237082,-74.14625580126403","https://www.google.com/maps?q=40.61245225679092,-74.10938178245708","https://www.google.com/maps?q=40.53935366867152,-74.1814133483144","https://www.google.com/maps?q=40.558493376062316,-74.18797304123801","https://www.google.com/maps?q=40.55591292149526,-74.17975007410638","https://www.google.com/maps?q=40.54320286599099,-74.18982814315052","https://www.google.com/maps?q=40.551099237081644,-74.19604668597714","https://www.google.com/maps?q=40.54563763258255,-74.17022970216594","https://www.google.com/maps?q=40.55295482668661,-74.17378792757295","https://www.google.com/maps?q=40.60527913807924,-74.11827688251016","https://www.google.com/maps?q=40.525637205035174,-74.17198096960342","https://www.google.com/maps?q=40.602412530857926,-74.10403095407987","https://www.google.com/maps?q=40.589102602944685,-74.12079956738518","https://www.google.com/maps?q=40.610761862971025,-74.12728574017021","https://www.google.com/maps?q=40.60392392923573,-74.12615934069345","https://www.google.com/maps?q=40.612091489937725,-74.13999742261242","https://www.google.com/maps?q=40.60523941681036,-74.13804137296286","https://www.google.com/maps?q=40.616984464262536,-74.13524051105244","https://www.google.com/maps?q=40.51336182728508,-74.20164009947251","https://www.google.com/maps?q=40.62403888477165,-74.13426464352263","https://www.google.com/maps?q=40.63945727651577,-74.13315678704534","https://www.google.com/maps?q=40.54870512472842,-74.20975137418024","https://www.google.com/maps?q=40.53282039125218,-74.21066746950999","https://www.google.com/maps?q=40.53580381831232,-74.19953310497759","https://www.google.com/maps?q=40.632615566918524,-74.13890304464039","https://www.google.com/maps?q=40.63894715797181,-74.15269389458612","https://www.google.com/maps?q=40.53843671294891,-74.23161356777578","https://www.google.com/maps?q=40.57646112126344,-74.18754018841491","https://www.google.com/maps?q=40.63012450092441,-74.15632061606648","https://www.google.com/maps?q=40.62953980331926,-74.14933050978347","https://www.google.com/maps?q=40.50934584579784,-74.23907468256401","https://www.google.com/maps?q=40.49962191046415,-74.23884074510734","https://www.google.com/maps?q=40.627508635253164,-74.14179753713614","https://www.google.com/maps?q=40.51580525375418,-74.24459288039616","https://www.google.com/maps?q=40.61804092741926,-74.14603276375051","https://www.google.com/maps?q=40.599758853175665,-74.15183322914937","https://www.google.com/maps?q=40.595558187900565,-74.13873143931994","https://www.google.com/maps?q=40.580089624856456,-74.16364461379455","https://www.google.com/maps?q=40.585422124462305,-74.15151029634043","https://www.google.com/maps?q=40.588248000196636,-74.15698194712775","https://www.google.com/maps?q=40.59093698050885,-74.16190154484978","https://www.google.com/maps?q=40.57495915602025,-74.14910705644917","https://www.google.com/maps?q=40.60908223463714,-74.19133891317905","https://www.google.com/maps?q=40.604305865743626,-74.1704533307005","https://www.google.com/maps?q=40.61371329151679,-74.16349855547021","https://www.google.com/maps?q=40.618888274515754,-74.15621012629921","https://www.google.com/maps?q=40.623514410253996,-74.15873130813394","https://www.google.com/maps?q=40.630303588583025,-74.16332110328983","https://www.google.com/maps?q=40.63954657609432,-74.16566724172178","https://www.google.com/maps?q=40.63509327149759,-74.17916444087693","https://www.google.com/maps?q=41.264126266156595,-74.01602177356838","https://www.google.com/maps?q=41.223067666993785,-73.99557561721875","https://www.google.com/maps?q=41.23234752870204,-73.97513457211933","https://www.google.com/maps?q=41.20584128102189,-74.01174554257108","https://www.google.com/maps?q=41.19260009285892,-74.02961815759508","https://www.google.com/maps?q=41.20963328131365,-74.08756617161549","https://www.google.com/maps?q=41.205483564843455,-73.99507250083134","https://www.google.com/maps?q=41.21181978132901,-73.96463300031937","https://www.google.com/maps?q=41.19162806339087,-73.97162129189812","https://www.google.com/maps?q=41.195303898956794,-73.96648044417147","https://www.google.com/maps?q=41.19376178540802,-73.94404339576997","https://www.google.com/maps?q=41.17098114725383,-74.00656545687589","https://www.google.com/maps?q=41.16554217593649,-73.9695931578797","https://www.google.com/maps?q=41.15957702845492,-73.98904011700769","https://www.google.com/maps?q=41.144008916511766,-73.98520918494286","https://www.google.com/maps?q=41.14502088433009,-73.95296660797426","https://www.google.com/maps?q=41.15250241558768,-73.92005608586115","https://www.google.com/maps?q=41.114284081293576,-73.90577230573554","https://www.google.com/maps?q=41.123683657119706,-73.93708885296856","https://www.google.com/maps?q=41.10186003756182,-73.94920601347776","https://www.google.com/maps?q=41.10216095608898,-73.97764602606695","https://www.google.com/maps?q=41.10690680070095,-74.0262130091094","https://www.google.com/maps?q=41.08921370056659,-74.02314632178974","https://www.google.com/maps?q=41.0932082814986,-74.00030992918764","https://www.google.com/maps?q=41.138298995958685,-74.00972723364353","https://www.google.com/maps?q=41.12592848656967,-73.9922322654305","https://www.google.com/maps?q=41.11601548161566,-74.02286201653449","https://www.google.com/maps?q=41.12293848894958,-74.01432361062132","https://www.google.com/maps?q=41.16314061010968,-74.07043377389274","https://www.google.com/maps?q=41.16089440461998,-74.0412192850507","https://www.google.com/maps?q=41.1296274227412,-74.03508784172048","https://www.google.com/maps?q=41.13787241623572,-74.03087313606841","https://www.google.com/maps?q=41.14428025276998,-74.02827478432283","https://www.google.com/maps?q=41.16011974050913,-74.14364907978704","https://www.google.com/maps?q=41.12661149814795,-74.10166333321142","https://www.google.com/maps?q=41.10109113132409,-74.11088689324488","https://www.google.com/maps?q=41.16213672935796,-74.19001400638082","https://www.google.com/maps?q=41.12642548456179,-74.17047166633488","https://www.google.com/maps?q=41.11044005493992,-74.14590459203198","https://www.google.com/maps?q=41.119281269467436,-74.14500741202272","https://www.google.com/maps?q=41.10593566797414,-74.13247731879372","https://www.google.com/maps?q=41.12569865351945,-74.07700185323364","https://www.google.com/maps?q=41.12008065531803,-74.06063214661773","https://www.google.com/maps?q=41.116584506126394,-74.07361073704446","https://www.google.com/maps?q=41.113443836251825,-74.06055797575667","https://www.google.com/maps?q=41.10301489310777,-74.05958498802167","https://www.google.com/maps?q=41.123149895818706,-74.04416597081456","https://www.google.com/maps?q=41.12649341351841,-74.06159034002671","https://www.google.com/maps?q=41.12705407131641,-74.05469118860054","https://www.google.com/maps?q=41.11628116642177,-74.04626383098173","https://www.google.com/maps?q=41.10704169909051,-74.05820357232797","https://www.google.com/maps?q=41.10736724741778,-74.0454476544081","https://www.google.com/maps?q=41.089792961900535,-74.07775840005628","https://www.google.com/maps?q=41.080800391542965,-74.04963898208418","https://www.google.com/maps?q=41.06908364732485,-74.02301773458329","https://www.google.com/maps?q=41.056968133530106,-74.01823129116323","https://www.google.com/maps?q=41.05557074129974,-73.99001769901773","https://www.google.com/maps?q=41.05001468405274,-73.97235652374043","https://www.google.com/maps?q=41.06273607197977,-73.95864371357901","https://www.google.com/maps?q=41.061004014436286,-73.9251051358025","https://www.google.com/maps?q=41.091728565420425,-73.91306930965102","https://www.google.com/maps?q=41.07975497130621,-73.91266409392965","https://www.google.com/maps?q=41.04237781207846,-73.91481407657295","https://www.google.com/maps?q=41.028220295822265,-73.95179500589596","https://www.google.com/maps?q=41.02117659800316,-73.91294348232292","https://www.google.com/maps?q=40.91372863961731,-73.46053335555692","https://www.google.com/maps?q=40.86114137623069,-73.44927289373715","https://www.google.com/maps?q=40.8832373646263,-73.43455129414554","https://www.google.com/maps?q=40.89843979971769,-73.41613787886658","https://www.google.com/maps?q=40.89319865204745,-73.39546287263606","https://www.google.com/maps?q=40.892444880723474,-73.38103195669252","https://www.google.com/maps?q=40.89658986667664,-73.36442500898313","https://www.google.com/maps?q=40.873926234673704,-73.36357752290658","https://www.google.com/maps?q=40.903972526378304,-73.34493377676012","https://www.google.com/maps?q=40.935891995477924,-73.39152196980484","https://www.google.com/maps?q=40.913021910316736,-73.31622177806527","https://www.google.com/maps?q=40.86415908227742,-73.42431076537109","https://www.google.com/maps?q=40.85272309878777,-73.42159475477328","https://www.google.com/maps?q=40.868198368419044,-73.4139463793493","https://www.google.com/maps?q=40.856705493752465,-73.40407287474117","https://www.google.com/maps?q=40.83835910684163,-73.42024358043246","https://www.google.com/maps?q=40.843933585900395,-73.40259112098845","https://www.google.com/maps?q=40.835039936490624,-73.40395190120513","https://www.google.com/maps?q=40.87170617797465,-73.38957104845655","https://www.google.com/maps?q=40.85070149686787,-73.38917689188494","https://www.google.com/maps?q=40.841113183347986,-73.38524671876834","https://www.google.com/maps?q=40.860730057278744,-73.35455799023563","https://www.google.com/maps?q=40.85522317488568,-73.34233330471992","https://www.google.com/maps?q=40.852649444242154,-73.37375298273916","https://www.google.com/maps?q=40.84101725932922,-73.3512969804101","https://www.google.com/maps?q=40.88810678275514,-73.3337650749482","https://www.google.com/maps?q=40.88998356682641,-73.32176957289609","https://www.google.com/maps?q=40.871334193890526,-73.33197945843185","https://www.google.com/maps?q=40.87779307987272,-73.30416092731018","https://www.google.com/maps?q=40.87087732061882,-73.3085990371408","https://www.google.com/maps?q=40.84746495646302,-73.32355690180609","https://www.google.com/maps?q=40.86324704196589,-73.30508596799173","https://www.google.com/maps?q=40.854865719833775,-73.30410893132253","https://www.google.com/maps?q=40.84636316430836,-73.30286573549519","https://www.google.com/maps?q=40.81986217702573,-73.4339161171257","https://www.google.com/maps?q=40.82244630979019,-73.40958426562345","https://www.google.com/maps?q=40.82253887256892,-73.38452058258312","https://www.google.com/maps?q=40.81865430525649,-73.34297511082573","https://www.google.com/maps?q=40.833109289981486,-73.30111935760661","https://www.google.com/maps?q=40.82930826486984,-73.33724633226967","https://www.google.com/maps?q=40.807726475899784,-73.40014652658449","https://www.google.com/maps?q=40.779503745018005,-73.42405432102125","https://www.google.com/maps?q=40.79353103943327,-73.32278636507121","https://www.google.com/maps?q=40.80822999053462,-73.30652552747073","https://www.google.com/maps?q=40.80159652369005,-73.36095565840772","https://www.google.com/maps?q=40.78184740481785,-73.35446616224729","https://www.google.com/maps?q=40.78287204025557,-73.38787117733331","https://www.google.com/maps?q=40.7374343747276,-73.41573980025566","https://www.google.com/maps?q=40.74817455619258,-73.38629708818605","https://www.google.com/maps?q=40.724474650602815,-73.3844970803888","https://www.google.com/maps?q=40.76482718596235,-73.36049103213104","https://www.google.com/maps?q=40.74882526942759,-73.3689847999577","https://www.google.com/maps?q=40.74662369371911,-73.35661292620725","https://www.google.com/maps?q=40.73543458587058,-73.35730075508509","https://www.google.com/maps?q=40.75609911964135,-73.33389454973815","https://www.google.com/maps?q=40.748484381502045,-73.33730250943609","https://www.google.com/maps?q=40.739528199564276,-73.3304068298101","https://www.google.com/maps?q=40.765419350590925,-73.34832180767931","https://www.google.com/maps?q=40.763917516704744,-73.3404412900465","https://www.google.com/maps?q=40.77016709036793,-73.3264264732013","https://www.google.com/maps?q=40.77382748206911,-73.30777221377643","https://www.google.com/maps?q=40.756431913114774,-73.30879790179735","https://www.google.com/maps?q=40.73934173047226,-73.31507397211954","https://www.google.com/maps?q=40.72207781407015,-73.36929478812235","https://www.google.com/maps?q=40.71445963717811,-73.36193586832972","https://www.google.com/maps?q=40.72491383395988,-73.35284853254663","https://www.google.com/maps?q=40.719380271722535,-73.34103154480952","https://www.google.com/maps?q=40.72342094537246,-73.32965642667206","https://www.google.com/maps?q=40.72257422115026,-73.31754829392517","https://www.google.com/maps?q=40.71537987523994,-73.42239424940644","https://www.google.com/maps?q=40.70409535125323,-73.40634230088806","https://www.google.com/maps?q=40.697806057329736,-73.42007299197145","https://www.google.com/maps?q=40.692901537977164,-73.40729129151138","https://www.google.com/maps?q=40.706680513024274,-73.39389349923017","https://www.google.com/maps?q=40.7076119274065,-73.37917565023146","https://www.google.com/maps?q=40.679367075409,-73.41631071645325","https://www.google.com/maps?q=40.660939720416,-73.41508502685025","https://www.google.com/maps?q=40.686046436836314,-73.40076355892872","https://www.google.com/maps?q=40.674571058376365,-73.39533271007768","https://www.google.com/maps?q=40.66052120195293,-73.39376279550181","https://www.google.com/maps?q=40.66483885918346,-73.37635622533168","https://www.google.com/maps?q=40.69027094799345,-73.38473834430623","https://www.google.com/maps?q=40.69586295894581,-73.37147826720984","https://www.google.com/maps?q=40.6972263330955,-73.36338788959476","https://www.google.com/maps?q=40.67876323291246,-73.3796114454954","https://www.google.com/maps?q=40.676107348115956,-73.37057613362289","https://www.google.com/maps?q=40.679487899862636,-73.36176428753465","https://www.google.com/maps?q=40.703430233093734,-73.34931430986306","https://www.google.com/maps?q=40.682145502812475,-73.34372558221001","https://www.google.com/maps?q=40.64093926028935,-73.34050668989462","https://www.google.com/maps?q=40.70534844883093,-73.32787897350119","https://www.google.com/maps?q=40.6867025545528,-73.33464755966004","https://www.google.com/maps?q=40.69054959927097,-73.32335464040938","https://www.google.com/maps?q=40.8792744910057,-73.26105418372474","https://www.google.com/maps?q=40.9082061974596,-73.27939057524422","https://www.google.com/maps?q=40.90419934455391,-73.24911514292393","https://www.google.com/maps?q=40.878050190116014,-73.20765481557056","https://www.google.com/maps?q=40.847210014284,-73.22025443831517","https://www.google.com/maps?q=40.860686133908814,-73.18870232557131","https://www.google.com/maps?q=40.877287551358265,-73.22896264417103","https://www.google.com/maps?q=40.89405607870832,-73.23177886659116","https://www.google.com/maps?q=40.86904856534713,-73.16478125635757","https://www.google.com/maps?q=40.871757947194844,-73.14569877100688","https://www.google.com/maps?q=40.90746430068858,-73.1805637038334","https://www.google.com/maps?q=40.88952882420907,-73.14494711613153","https://www.google.com/maps?q=40.85967341126271,-73.2846433543213","https://www.google.com/maps?q=40.85932899542147,-73.27224770202734","https://www.google.com/maps?q=40.857068915310286,-73.25576317772557","https://www.google.com/maps?q=40.86062888797754,-73.23488919447092","https://www.google.com/maps?q=40.84218452523984,-73.26929966589063","https://www.google.com/maps?q=40.83787287790709,-73.24853722803766","https://www.google.com/maps?q=40.82054555607177,-73.28270922258547","https://www.google.com/maps?q=40.83091505221966,-73.27086995422675","https://www.google.com/maps?q=40.81692491341742,-73.25008943273092","https://www.google.com/maps?q=40.83232200029017,-73.2135716560133","https://www.google.com/maps?q=40.84187920255348,-73.18925938593185","https://www.google.com/maps?q=40.834313599450056,-73.17734574082907","https://www.google.com/maps?q=40.84315381370281,-73.16069587874595","https://www.google.com/maps?q=40.85065789484511,-73.14267895942643","https://www.google.com/maps?q=40.83836588390735,-73.13319449936053","https://www.google.com/maps?q=40.79341674880978,-73.25608755708575","https://www.google.com/maps?q=40.780410819069665,-73.27790498230179","https://www.google.com/maps?q=40.78408331447659,-73.25453515409083","https://www.google.com/maps?q=40.79407572094483,-73.24335177134363","https://www.google.com/maps?q=40.812938101503995,-73.21428979724583","https://www.google.com/maps?q=40.7945090564452,-73.2325828405091","https://www.google.com/maps?q=40.79503598139102,-73.2161546768171","https://www.google.com/maps?q=40.798377048186936,-73.19487462426714","https://www.google.com/maps?q=40.821129222474916,-73.1765531944937","https://www.google.com/maps?q=40.806844356673544,-73.17105617292522","https://www.google.com/maps?q=40.824288329217076,-73.13293023918686","https://www.google.com/maps?q=40.8152399248822,-73.1362630767992","https://www.google.com/maps?q=40.80766750553561,-73.13736592354137","https://www.google.com/maps?q=40.75718514323236,-73.28625133059002","https://www.google.com/maps?q=40.761863153113424,-73.27065684916653","https://www.google.com/maps?q=40.739793770735695,-73.27201960686153","https://www.google.com/maps?q=40.77032793856648,-73.25325362409176","https://www.google.com/maps?q=40.755273100006626,-73.2540025784991","https://www.google.com/maps?q=40.742445089411596,-73.24963052301072","https://www.google.com/maps?q=40.757010141420565,-73.2392581516468","https://www.google.com/maps?q=40.747042755850664,-73.22888926871556","https://www.google.com/maps?q=40.77075485414687,-73.23090408093373","https://www.google.com/maps?q=40.769241675416325,-73.2391564128046","https://www.google.com/maps?q=40.777796106735344,-73.22137149085533","https://www.google.com/maps?q=40.77596444914755,-73.21111411353591","https://www.google.com/maps?q=40.78426163371934,-73.2021592847997","https://www.google.com/maps?q=40.76332205552081,-73.21763318862615","https://www.google.com/maps?q=40.74905281603757,-73.21500966563308","https://www.google.com/maps?q=40.75318337431795,-73.2048624830327","https://www.google.com/maps?q=40.770068402762725,-73.19566862192457","https://www.google.com/maps?q=40.75991429729655,-73.1677864543565","https://www.google.com/maps?q=40.78335394867906,-73.18600354714033","https://www.google.com/maps?q=40.78090928248844,-73.17382185842303","https://www.google.com/maps?q=40.75059689251898,-73.18717366718633","https://www.google.com/maps?q=40.79568612169136,-73.1411074044781","https://www.google.com/maps?q=40.79596585203394,-73.10484337241013","https://www.google.com/maps?q=40.77108439048187,-73.13452355223558","https://www.google.com/maps?q=40.773818261380775,-73.09556499825082","https://www.google.com/maps?q=40.772640762243505,-73.07517398095534","https://www.google.com/maps?q=40.80034341057213,-73.04721005041993","https://www.google.com/maps?q=40.79563177130399,-73.0824921324437","https://www.google.com/maps?q=40.79249679800892,-73.0722518584019","https://www.google.com/maps?q=40.79888297980078,-73.0609434060177","https://www.google.com/maps?q=40.779032743899165,-73.05400979796873","https://www.google.com/maps?q=40.74708605658702,-73.29627967036845","https://www.google.com/maps?q=40.73661717294665,-73.29933752111485","https://www.google.com/maps?q=40.726366495169486,-73.30596497878624","https://www.google.com/maps?q=40.729865659402016,-73.28923474397189","https://www.google.com/maps?q=40.71508078700106,-73.30102319960075","https://www.google.com/maps?q=40.70258771804292,-73.29999663118316","https://www.google.com/maps?q=40.689872965532786,-73.29973797027678","https://www.google.com/maps?q=40.70426028515321,-73.28334714877573","https://www.google.com/maps?q=40.707843570245835,-73.27169637306551","https://www.google.com/maps?q=40.6620936296654,-73.21512221219686","https://www.google.com/maps?q=40.719060290953195,-73.26396253316665","https://www.google.com/maps?q=40.71772344513322,-73.2514494484219","https://www.google.com/maps?q=40.722437871809746,-73.23645297830784","https://www.google.com/maps?q=40.73518125696038,-73.21501270228818","https://www.google.com/maps?q=40.71525147296555,-73.21412276935972","https://www.google.com/maps?q=40.728512969529035,-73.19108071061383","https://www.google.com/maps?q=40.722086618900086,-73.1810586136573","https://www.google.com/maps?q=40.7137325265782,-73.16212776268402","https://www.google.com/maps?q=40.73428147898193,-73.14781312679295","https://www.google.com/maps?q=40.73884331386436,-73.12733649080253","https://www.google.com/maps?q=40.7488817954332,-73.10086064651476","https://www.google.com/maps?q=40.7294191436982,-73.10494692682558","https://www.google.com/maps?q=40.73115111988359,-73.08241314259665","https://www.google.com/maps?q=40.754194309011474,-73.08793811795746","https://www.google.com/maps?q=40.755342328710846,-73.07176372956938","https://www.google.com/maps?q=40.75804616070524,-73.05166838366272","https://www.google.com/maps?q=40.73608790026593,-73.05695836523812","https://www.google.com/maps?q=40.95936136866684,-73.12124221776376","https://www.google.com/maps?q=40.93124266737473,-73.1350606810044","https://www.google.com/maps?q=40.88947262458589,-73.12564352762767","https://www.google.com/maps?q=40.909852867431376,-73.12145146414208","https://www.google.com/maps?q=40.895444663066534,-73.10565189266256","https://www.google.com/maps?q=40.92254920513691,-73.10282406571694","https://www.google.com/maps?q=40.90839675654892,-73.08721328382414","https://www.google.com/maps?q=40.888719318370484,-73.0448831107136","https://www.google.com/maps?q=40.867628584557984,-73.09693400091378","https://www.google.com/maps?q=40.87186361269755,-73.08094883550481","https://www.google.com/maps?q=40.86946299923971,-73.11619773382459","https://www.google.com/maps?q=40.88724500694245,-73.08989087475838","https://www.google.com/maps?q=40.87163513790961,-73.0661183629912","https://www.google.com/maps?q=40.870549434440804,-73.05527550258672","https://www.google.com/maps?q=40.87309073667514,-73.04231982711416","https://www.google.com/maps?q=40.899726379883866,-73.06283056156633","https://www.google.com/maps?q=40.88923383592324,-73.06758477995122","https://www.google.com/maps?q=40.87265281490469,-73.02373997854177","https://www.google.com/maps?q=40.925951549709886,-73.06503888217303","https://www.google.com/maps?q=40.94027092806073,-73.0902367103588","https://www.google.com/maps?q=40.943562534731065,-73.03231794529836","https://www.google.com/maps?q=40.94182970110259,-73.06839471488861","https://www.google.com/maps?q=40.95968539470427,-73.06454973416574","https://www.google.com/maps?q=40.96054063140235,-73.01330113198128","https://www.google.com/maps?q=40.92343662733732,-73.01068229783047","https://www.google.com/maps?q=40.912195639713076,-73.04440226810217","https://www.google.com/maps?q=40.88737488240287,-72.9831017349232","https://www.google.com/maps?q=40.89250059322671,-72.95958351622664","https://www.google.com/maps?q=40.90080040068932,-72.99632396566132","https://www.google.com/maps?q=40.96375008679641,-72.97226988447848","https://www.google.com/maps?q=40.952479366141354,-72.95680546877203","https://www.google.com/maps?q=40.90075800247138,-73.0315471728575","https://www.google.com/maps?q=40.90647493468057,-73.01663249447313","https://www.google.com/maps?q=40.88295966006112,-73.01064326055257","https://www.google.com/maps?q=40.93208447139563,-73.00006561866414","https://www.google.com/maps?q=40.92771555091632,-72.97897903092301","https://www.google.com/maps?q=40.928084635714086,-72.93553891795642","https://www.google.com/maps?q=40.95807076463935,-72.88277019902645","https://www.google.com/maps?q=40.89698403958879,-72.93081898750731","https://www.google.com/maps?q=40.925211725210474,-72.87033713576254","https://www.google.com/maps?q=40.96144506592475,-72.93856118084554","https://www.google.com/maps?q=40.95896981537331,-72.91875552941241","https://www.google.com/maps?q=40.90209263663436,-72.8994132543832","https://www.google.com/maps?q=40.9210410504276,-72.90080923752069","https://www.google.com/maps?q=40.83333318631722,-73.10242063680816","https://www.google.com/maps?q=40.85253871635302,-73.11694152983075","https://www.google.com/maps?q=40.84247192360259,-73.11785993249356","https://www.google.com/maps?q=40.854255429281345,-73.058796597969","https://www.google.com/maps?q=40.84317291669491,-73.06017104918027","https://www.google.com/maps?q=40.85981465085271,-73.0376647983252","https://www.google.com/maps?q=40.843037251606596,-73.02959397492474","https://www.google.com/maps?q=40.84851925667875,-73.08747180106553","https://www.google.com/maps?q=40.84517293867442,-73.09996778895204","https://www.google.com/maps?q=40.82094144359132,-73.08716670049247","https://www.google.com/maps?q=40.82284525842198,-73.0698529853716","https://www.google.com/maps?q=40.827841785252865,-73.04375453965922","https://www.google.com/maps?q=40.817950830340195,-73.03897612464517","https://www.google.com/maps?q=40.817169688641755,-73.11339411372562","https://www.google.com/maps?q=40.817108343592665,-73.10079459194681","https://www.google.com/maps?q=40.85779535320423,-73.00150364115886","https://www.google.com/maps?q=40.86450393528316,-72.96778459363533","https://www.google.com/maps?q=40.83440520774949,-72.94021972112314","https://www.google.com/maps?q=40.871323294881726,-72.94216576381909","https://www.google.com/maps?q=40.850082566108355,-72.91742951177623","https://www.google.com/maps?q=40.87605766653773,-72.87490388799766","https://www.google.com/maps?q=40.83998110761797,-72.98854063953566","https://www.google.com/maps?q=40.82635819779498,-72.98688839976559","https://www.google.com/maps?q=40.751785902395774,-73.03526886531863","https://www.google.com/maps?q=40.802743485245955,-73.02796878852413","https://www.google.com/maps?q=40.78332391729753,-73.0234072030347","https://www.google.com/maps?q=40.76773289673193,-73.02228908539358","https://www.google.com/maps?q=40.75464620276453,-73.01345013084187","https://www.google.com/maps?q=40.77496785860528,-72.98530094571662","https://www.google.com/maps?q=40.78557717655614,-72.93105525346382","https://www.google.com/maps?q=40.78920965072182,-72.98675623167638","https://www.google.com/maps?q=40.80841450093319,-72.92520959972154","https://www.google.com/maps?q=40.805116031676484,-73.00084970051257","https://www.google.com/maps?q=40.808775106808724,-72.97413540477307","https://www.google.com/maps?q=40.75806400092132,-72.99478487969445","https://www.google.com/maps?q=40.755984549339495,-72.96806789970489","https://www.google.com/maps?q=40.77295570304774,-72.9157999354112","https://www.google.com/maps?q=40.75459304579314,-72.94237753758847","https://www.google.com/maps?q=40.81011272761275,-72.8335631787309","https://www.google.com/maps?q=40.81958400107109,-72.77323915179723","https://www.google.com/maps?q=40.83682329247081,-72.87953873776586","https://www.google.com/maps?q=40.813453288443114,-72.87515641197594","https://www.google.com/maps?q=40.87039057053978,-72.75835850820712","https://www.google.com/maps?q=40.823767502620015,-72.8526439924283","https://www.google.com/maps?q=40.84428819247094,-72.82244297942424","https://www.google.com/maps?q=40.77040006230269,-72.87881458512054","https://www.google.com/maps?q=40.77065158416946,-72.8616095910698","https://www.google.com/maps?q=40.76627006314619,-72.83139030749115","https://www.google.com/maps?q=40.75248930712105,-72.85465495056349","https://www.google.com/maps?q=40.71466012389529,-72.97787926338528","https://www.google.com/maps?q=40.79413804415316,-72.84238103502345","https://www.google.com/maps?q=40.78260406850655,-72.831152020505","https://www.google.com/maps?q=40.7935717750699,-72.79966733030271","https://www.google.com/maps?q=40.80489746761616,-72.7518069103815","https://www.google.com/maps?q=40.95197907853492,-72.8222465750664","https://www.google.com/maps?q=40.96866253244215,-72.74157818509273","https://www.google.com/maps?q=40.92415481883909,-72.76211695957572","https://www.google.com/maps?q=40.925023545980515,-72.66938819332861","https://www.google.com/maps?q=40.95667568671767,-72.66757691739119","https://www.google.com/maps?q=40.9580575152557,-72.60256266622785","https://www.google.com/maps?q=40.98026641538093,-72.52908710682463","https://www.google.com/maps?q=41.01068857172207,-72.47175874719444","https://www.google.com/maps?q=41.1014702605069,-72.36339922524715","https://www.google.com/maps?q=41.048536365613415,-72.42051608697751","https://www.google.com/maps?q=41.19264292771755,-72.17077725093513","https://www.google.com/maps?q=41.064066523556754,-72.32072309305335","https://www.google.com/maps?q=40.8905026880494,-72.64227724259513","https://www.google.com/maps?q=40.85055573178463,-72.63835169344298","https://www.google.com/maps?q=40.90017517281252,-72.53792714685609","https://www.google.com/maps?q=40.80449757678403,-72.64184719891531","https://www.google.com/maps?q=40.81611645546723,-72.70882341312512","https://www.google.com/maps?q=40.7953038005641,-72.69198905453509","https://www.google.com/maps?q=40.82751645892042,-72.58441149244587","https://www.google.com/maps?q=40.86135121724346,-72.53338756262237","https://www.google.com/maps?q=40.84175180200389,-72.51740912008087","https://www.google.com/maps?q=40.9262379340399,-72.30602157685632","https://www.google.com/maps?q=40.89466699229897,-72.47016732942609","https://www.google.com/maps?q=40.92802457139983,-72.41664037170729","https://www.google.com/maps?q=40.97960867664587,-72.36001003548513","https://www.google.com/maps?q=41.016212015888875,-72.3088757912385","https://www.google.com/maps?q=40.87149723761759,-72.4031695410472","https://www.google.com/maps?q=40.94753957203027,-72.19388552928969","https://www.google.com/maps?q=40.99215884395798,-72.23425871189497","https://www.google.com/maps?q=41.059895456498914,-72.12671805359744","https://www.google.com/maps?q=40.98792153525915,-72.10804292136352","https://www.google.com/maps?q=41.04736083603521,-71.94628426965913","https://www.google.com/maps?q=40.79706093963239,-73.27580064729463","https://www.google.com/maps?q=40.92636351349166,-73.89822554821392","https://www.google.com/maps?q=40.929376655162514,-73.90228458385316","https://www.google.com/maps?q=40.91996677512134,-73.89881807549281","https://www.google.com/maps?q=40.9212042836734,-73.90850003206079","https://www.google.com/maps?q=40.915810092498845,-73.9063818707399","https://www.google.com/maps?q=40.93165554770757,-73.89634550782482","https://www.google.com/maps?q=40.937705229488586,-73.90300392924945","https://www.google.com/maps?q=40.945407916111435,-73.90196419396115","https://www.google.com/maps?q=40.93885325499502,-73.88949318030024","https://www.google.com/maps?q=40.94408337079438,-73.88929229160331","https://www.google.com/maps?q=40.962371811476395,-73.88890675517038","https://www.google.com/maps?q=40.963521768388375,-73.89658519673446","https://www.google.com/maps?q=40.96147349372197,-73.881130986599","https://www.google.com/maps?q=40.95729466982317,-73.87628874293497","https://www.google.com/maps?q=40.95249324310161,-73.8864395416676","https://www.google.com/maps?q=40.973955207352205,-73.87043914745819","https://www.google.com/maps?q=40.93685373014617,-73.8846749237512","https://www.google.com/maps?q=40.933824734239366,-73.88954013714523","https://www.google.com/maps?q=40.930765820125046,-73.88392584312491","https://www.google.com/maps?q=40.927460289109106,-73.8919785449799","https://www.google.com/maps?q=40.921108164735685,-73.88638334778652","https://www.google.com/maps?q=40.91223557541538,-73.88895573614158","https://www.google.com/maps?q=40.91456004726214,-73.8944077434326","https://www.google.com/maps?q=40.92503052021675,-73.87310370881892","https://www.google.com/maps?q=40.91698357153168,-73.87518873042742","https://www.google.com/maps?q=40.91037017912418,-73.8813694287504","https://www.google.com/maps?q=40.90423471980153,-73.8619594843604","https://www.google.com/maps?q=40.9096289193721,-73.87077001232396","https://www.google.com/maps?q=40.91321292067363,-73.86206952697849","https://www.google.com/maps?q=40.91097253204467,-73.85386940078416","https://www.google.com/maps?q=40.94290885022137,-73.87562174073643","https://www.google.com/maps?q=40.949107868125196,-73.86318863117185","https://www.google.com/maps?q=40.958595758332294,-73.86671993830983","https://www.google.com/maps?q=40.964583912348395,-73.86596748212128","https://www.google.com/maps?q=40.96866986137969,-73.85042903383993","https://www.google.com/maps?q=40.977573921988494,-73.83480316594479","https://www.google.com/maps?q=40.968071998070236,-73.82121238827058","https://www.google.com/maps?q=40.96209016087141,-73.83633298823652","https://www.google.com/maps?q=40.98157677385143,-73.82172841697432","https://www.google.com/maps?q=40.97377147051625,-73.82769765076374","https://www.google.com/maps?q=40.96938238407747,-73.82900927529337","https://www.google.com/maps?q=40.95480783496495,-73.83528992438475","https://www.google.com/maps?q=40.94629079891083,-73.84170315172321","https://www.google.com/maps?q=40.94946871600483,-73.84941688742063","https://www.google.com/maps?q=40.93599952134905,-73.84546311832793","https://www.google.com/maps?q=40.93771898942241,-73.8622728455457","https://www.google.com/maps?q=40.93272627839961,-73.85472916829599","https://www.google.com/maps?q=40.926716315554295,-73.8448028659123","https://www.google.com/maps?q=40.91967994106835,-73.85054151595413","https://www.google.com/maps?q=40.92354595043719,-73.85566058783861","https://www.google.com/maps?q=40.92702893476237,-73.86123238951083","https://www.google.com/maps?q=40.896427754676644,-73.82763991750677","https://www.google.com/maps?q=40.90251447149167,-73.83079810155115","https://www.google.com/maps?q=40.90106230386978,-73.83717936305065","https://www.google.com/maps?q=40.90580907981531,-73.84013515468308","https://www.google.com/maps?q=40.90861047950378,-73.84434609990397","https://www.google.com/maps?q=40.90827597424494,-73.83479358820385","https://www.google.com/maps?q=40.908713391711224,-73.83064162899136","https://www.google.com/maps?q=40.90644575524289,-73.82461834335524","https://www.google.com/maps?q=40.907203704929984,-73.81798526993049","https://www.google.com/maps?q=40.91132607103702,-73.8483948375428","https://www.google.com/maps?q=40.91400912059612,-73.84026270464867","https://www.google.com/maps?q=40.91912835967177,-73.8430523694303","https://www.google.com/maps?q=40.92419809712989,-73.83868980454284","https://www.google.com/maps?q=40.92162498439808,-73.83398143298064","https://www.google.com/maps?q=40.91474182126124,-73.83160384506522","https://www.google.com/maps?q=40.91490734151561,-73.82023982419301","https://www.google.com/maps?q=40.92139933413108,-73.8253208501071","https://www.google.com/maps?q=40.92205855109497,-73.81284170671441","https://www.google.com/maps?q=40.9280503744665,-73.82376237752788","https://www.google.com/maps?q=40.93050070767064,-73.83566266300318","https://www.google.com/maps?q=40.941230285967265,-73.83379739065825","https://www.google.com/maps?q=40.9387651796567,-73.82365434962308","https://www.google.com/maps?q=40.95310261464654,-73.82301050389978","https://www.google.com/maps?q=40.98332356624338,-73.81190762703426","https://www.google.com/maps?q=40.97665061136258,-73.80151860835929","https://www.google.com/maps?q=40.96744709311625,-73.8073075892905","https://www.google.com/maps?q=40.954521443999376,-73.8127963691485","https://www.google.com/maps?q=40.941771145955045,-73.80906443988835","https://www.google.com/maps?q=40.916103111121416,-73.80710500193527","https://www.google.com/maps?q=40.90599062513783,-73.80782668547515","https://www.google.com/maps?q=40.89307111601052,-73.80576702835721","https://www.google.com/maps?q=40.891763137755675,-73.78712749867864","https://www.google.com/maps?q=40.90023337747728,-73.77960697428568","https://www.google.com/maps?q=40.90322201257943,-73.78557560259833","https://www.google.com/maps?q=40.90796913400537,-73.77675208595106","https://www.google.com/maps?q=40.89473177812888,-73.76356927372295","https://www.google.com/maps?q=40.916031739689465,-73.77625229790392","https://www.google.com/maps?q=40.90481974144496,-73.79333471295413","https://www.google.com/maps?q=40.91125811132679,-73.7969172958687","https://www.google.com/maps?q=40.91295102310841,-73.78888760994201","https://www.google.com/maps?q=40.919541865027846,-73.79533542654057","https://www.google.com/maps?q=40.9250134521608,-73.77816706264352","https://www.google.com/maps?q=40.93011427731807,-73.79730106264687","https://www.google.com/maps?q=40.94004445550778,-73.77981468121209","https://www.google.com/maps?q=40.97426436110515,-73.78491145618683","https://www.google.com/maps?q=40.95322561301509,-73.78857461199627","https://www.google.com/maps?q=40.95540939708786,-73.75329586534775","https://www.google.com/maps?q=40.90991667396064,-73.75298924415878","https://www.google.com/maps?q=40.90997918152959,-73.74091322545115","https://www.google.com/maps?q=40.9232529212229,-73.72488408842568","https://www.google.com/maps?q=40.95798629009507,-73.73982149419547","https://www.google.com/maps?q=40.95751662592811,-73.72932348385693","https://www.google.com/maps?q=40.94792867938713,-73.72068650259651","https://www.google.com/maps?q=40.95502299225355,-73.70325770211502","https://www.google.com/maps?q=40.94487173456806,-73.66919688274116","https://www.google.com/maps?q=40.98358123447758,-73.6869071469744","https://www.google.com/maps?q=40.99211530845146,-73.66587605266547","https://www.google.com/maps?q=40.99940599889713,-73.67416236234641","https://www.google.com/maps?q=41.0021895126783,-73.66426922474844","https://www.google.com/maps?q=41.011055653376246,-73.66003486641104","https://www.google.com/maps?q=41.014360946224436,-73.67040606883849","https://www.google.com/maps?q=41.00590577199529,-73.68155920430164","https://www.google.com/maps?q=41.03348350121082,-73.68702840390941","https://www.google.com/maps?q=40.976049568433346,-73.72644590136461","https://www.google.com/maps?q=40.970489099867116,-73.71875829141513","https://www.google.com/maps?q=40.96541098584256,-73.71494579306186","https://www.google.com/maps?q=40.99949496030189,-73.71011609256857","https://www.google.com/maps?q=41.04808214948255,-73.72277224174643","https://www.google.com/maps?q=41.043375213757436,-73.74468053154798","https://www.google.com/maps?q=41.03522568005708,-73.7581937281674","https://www.google.com/maps?q=41.042744283602865,-73.76639509874873","https://www.google.com/maps?q=41.052594761911934,-73.75667048012907","https://www.google.com/maps?q=41.04147474041266,-73.7731509170213","https://www.google.com/maps?q=41.03016466708548,-73.78316188746558","https://www.google.com/maps?q=41.0229893452943,-73.7771088951118","https://www.google.com/maps?q=41.0295908695166,-73.76988190582648","https://www.google.com/maps?q=41.0290171156421,-73.76195598255784","https://www.google.com/maps?q=41.02231761518129,-73.7648446902164","https://www.google.com/maps?q=41.01188116615632,-73.76717778391888","https://www.google.com/maps?q=41.00205632852003,-73.75502550014299","https://www.google.com/maps?q=41.020683275864954,-73.7452283744153","https://www.google.com/maps?q=41.00237874104798,-73.73570815867278","https://www.google.com/maps?q=40.979150525030036,-73.76180418011815","https://www.google.com/maps?q=40.99688960842827,-73.77832697746673","https://www.google.com/maps?q=41.003945823282336,-73.79293684248162","https://www.google.com/maps?q=40.98401112291237,-73.79850364169383","https://www.google.com/maps?q=40.99063715694243,-73.87104506129803","https://www.google.com/maps?q=40.989942130963115,-73.88760586821962","https://www.google.com/maps?q=41.0150802670067,-73.87926129386385","https://www.google.com/maps?q=41.01070920041156,-73.86204273220643","https://www.google.com/maps?q=41.01354119516662,-73.8394561086275","https://www.google.com/maps?q=40.995309791303825,-73.83965494744982","https://www.google.com/maps?q=41.00097446744366,-73.80885662381512","https://www.google.com/maps?q=41.01933887459903,-73.81371949425257","https://www.google.com/maps?q=41.03116645014249,-73.79841481057115","https://www.google.com/maps?q=41.01984954784804,-73.79200414541236","https://www.google.com/maps?q=41.061382542575835,-73.79178621621418","https://www.google.com/maps?q=41.0497688801485,-73.78166623013009","https://www.google.com/maps?q=41.042772731577095,-73.80369876654086","https://www.google.com/maps?q=41.06850138731439,-73.81460695582471","https://www.google.com/maps?q=41.05467015672785,-73.8341218098138","https://www.google.com/maps?q=41.027900213863816,-73.83071543193361","https://www.google.com/maps?q=41.05409886418867,-73.81359379494103","https://www.google.com/maps?q=41.034885203145656,-73.86611081436477","https://www.google.com/maps?q=41.06195273204516,-73.86459833001521","https://www.google.com/maps?q=41.071375903548166,-73.87374844467263","https://www.google.com/maps?q=41.083802088499034,-73.87977653825325","https://www.google.com/maps?q=41.09905183325365,-73.86215979650179","https://www.google.com/maps?q=41.12440747493314,-73.82645384669485","https://www.google.com/maps?q=41.08324613638533,-73.78410746126671","https://www.google.com/maps?q=41.103107769428945,-73.79433480622535","https://www.google.com/maps?q=41.1165901377121,-73.76042106212581","https://www.google.com/maps?q=41.12012929325451,-73.77577638384305","https://www.google.com/maps?q=41.13764534088944,-73.7828244699798","https://www.google.com/maps?q=41.07459638309818,-73.75923822940912","https://www.google.com/maps?q=41.12044371099623,-73.72195713845234","https://www.google.com/maps?q=41.15487506908048,-73.65845007710796","https://www.google.com/maps?q=41.21152388982502,-73.57464758042983","https://www.google.com/maps?q=41.29094971668884,-73.65753287362239","https://www.google.com/maps?q=41.27994384616275,-73.58287722077172","https://www.google.com/maps?q=41.23261122572795,-73.51908873282568","https://www.google.com/maps?q=41.253348511764976,-73.65122832609038","https://www.google.com/maps?q=41.19927947507075,-73.65759118631571","https://www.google.com/maps?q=41.23336758580664,-73.70194052904753","https://www.google.com/maps?q=41.207875616595956,-73.72787765810156","https://www.google.com/maps?q=41.20051513276239,-73.72829045610142","https://www.google.com/maps?q=41.16566881936032,-73.74006057568351","https://www.google.com/maps?q=41.1910087907372,-73.81060065434616","https://www.google.com/maps?q=41.19636559833444,-73.76188782350536","https://www.google.com/maps?q=41.13575318982372,-73.84871939548262","https://www.google.com/maps?q=41.15522139349356,-73.83735877574821","https://www.google.com/maps?q=41.157351406125265,-73.87803449123025","https://www.google.com/maps?q=41.146092950246505,-73.87426974471865","https://www.google.com/maps?q=41.16147737062088,-73.8512046607865","https://www.google.com/maps?q=41.172283669845065,-73.84367776936655","https://www.google.com/maps?q=41.16868404988651,-73.87928761366426","https://www.google.com/maps?q=41.17906846722044,-73.8460376174198","https://www.google.com/maps?q=41.19320221521758,-73.87971238233588","https://www.google.com/maps?q=41.2019681575212,-73.90438998669741","https://www.google.com/maps?q=41.26420599590823,-73.94661493719886","https://www.google.com/maps?q=41.28103317309128,-73.9354305256536","https://www.google.com/maps?q=41.29825785816784,-73.92721011161528","https://www.google.com/maps?q=41.29165930691958,-73.91442106583172","https://www.google.com/maps?q=41.298881498710514,-73.90519228451271","https://www.google.com/maps?q=41.28389881725483,-73.9098757221427","https://www.google.com/maps?q=41.247137027949535,-73.95036132276121","https://www.google.com/maps?q=41.22944114680705,-73.913759028549","https://www.google.com/maps?q=41.24579639723543,-73.87933149070919","https://www.google.com/maps?q=41.28267329724972,-73.87700917463522","https://www.google.com/maps?q=41.31321246036182,-73.93167170379658","https://www.google.com/maps?q=41.32055005217723,-73.87701712914546","https://www.google.com/maps?q=41.30225020483376,-73.86773999012513","https://www.google.com/maps?q=41.31957740638518,-73.8413215383204","https://www.google.com/maps?q=41.24496442593956,-73.81796078786152","https://www.google.com/maps?q=41.317890254265706,-73.80957576639862","https://www.google.com/maps?q=41.287564838309926,-73.79567008891311","https://www.google.com/maps?q=41.25372958924208,-73.78527619614356","https://www.google.com/maps?q=41.324989958047404,-73.79641741931174","https://www.google.com/maps?q=41.31612449946613,-73.7870543034847","https://www.google.com/maps?q=41.289762949557435,-73.71841022620255","https://www.google.com/maps?q=41.33615394537799,-73.70812131998447","https://www.google.com/maps?q=41.3336717517255,-73.73531005463042","https://www.google.com/maps?q=41.31550631588677,-73.75904580886628","https://www.google.com/maps?q=41.34298688648728,-73.6825789145093","https://www.google.com/maps?q=41.332987041648956,-73.60426019329302","https://www.google.com/maps?q=41.08428387720903,-73.81050496636948","https://www.google.com/maps?q=41.1510890651231,-73.86858052070804","https://www.google.com/maps?q=41.24318595612166,-73.67702191557608","https://www.google.com/maps?q=41.23148461722153,-73.93619737705738"]},"selected":{"id":"1054","type":"Selection"},"selection_policy":{"id":"1055","type":"UnionRenderers"}},"id":"1037","type":"ColumnDataSource"},{"attributes":{"callback":null},"id":"1006","type":"DataRange1d"},{"attributes":{"data_source":{"id":"1037","type":"ColumnDataSource"},"glyph":{"id":"1039","type":"Scatter"},"hover_glyph":null,"muted_glyph":null,"nonselection_glyph":{"id":"1040","type":"Scatter"},"selection_glyph":null,"view":{"id":"1042","type":"CDSView"}},"id":"1041","type":"GlyphRenderer"},{"attributes":{},"id":"1018","type":"BasicTicker"},{"attributes":{"fill_alpha":{"value":0.1},"fill_color":{"value":"#1f77b4"},"line_alpha":{"value":0.1},"line_color":{"value":"#1f77b4"},"size":{"units":"screen","value":8},"x":{"field":"Ground truth"},"y":{"field":"Replica"}},"id":"1040","type":"Scatter"},{"attributes":{},"id":"1051","type":"BasicTickFormatter"},{"attributes":{"callback":null},"id":"1004","type":"DataRange1d"},{"attributes":{},"id":"1023","type":"PanTool"},{"attributes":{"callback":null,"data":{"x":[0,26468.0],"y":[0,26468.0]},"selected":{"id":"1056","type":"Selection"},"selection_policy":{"id":"1057","type":"UnionRenderers"}},"id":"1043","type":"ColumnDataSource"},{"attributes":{"active_drag":"auto","active_inspect":"auto","active_multi":null,"active_scroll":"auto","active_tap":"auto","tools":[{"id":"1022","type":"TapTool"},{"id":"1023","type":"PanTool"},{"id":"1024","type":"WheelZoomTool"},{"id":"1025","type":"BoxZoomTool"},{"id":"1026","type":"ResetTool"},{"id":"1035","type":"HoverTool"}]},"id":"1027","type":"Toolbar"},{"attributes":{},"id":"1026","type":"ResetTool"},{"attributes":{},"id":"1010","type":"LinearScale"},{"attributes":{"plot":null,"text":"Population by tract: Ground truth = 22,236,253.0; Replica = 21,152,239 (RMSE=420.1236987308002, \u2374=0.983)"},"id":"1001","type":"Title"},{"attributes":{},"id":"1056","type":"Selection"},{"attributes":{"source":{"id":"1043","type":"ColumnDataSource"}},"id":"1047","type":"CDSView"},{"attributes":{},"id":"1008","type":"LinearScale"},{"attributes":{"line_alpha":0.1,"line_color":"#1f77b4","line_dash":[6],"x":{"field":"x"},"y":{"field":"y"}},"id":"1045","type":"Line"},{"attributes":{"axis_label":"Replica","formatter":{"id":"1049","type":"BasicTickFormatter"},"plot":{"id":"1002","subtype":"Figure","type":"Plot"},"ticker":{"id":"1018","type":"BasicTicker"}},"id":"1017","type":"LinearAxis"},{"attributes":{"axis_label":"Ground truth","formatter":{"id":"1051","type":"BasicTickFormatter"},"plot":{"id":"1002","subtype":"Figure","type":"Plot"},"ticker":{"id":"1013","type":"BasicTicker"}},"id":"1012","type":"LinearAxis"},{"attributes":{"overlay":{"id":"1030","type":"BoxAnnotation"}},"id":"1025","type":"BoxZoomTool"},{"attributes":{"bottom_units":"screen","fill_alpha":{"value":0.5},"fill_color":{"value":"lightgrey"},"left_units":"screen","level":"overlay","line_alpha":{"value":1.0},"line_color":{"value":"black"},"line_dash":[4,4],"line_width":{"value":2},"plot":null,"render_mode":"css","right_units":"screen","top_units":"screen"},"id":"1030","type":"BoxAnnotation"},{"attributes":{"line_dash":[6],"x":{"field":"x"},"y":{"field":"y"}},"id":"1044","type":"Line"},{"attributes":{},"id":"1054","type":"Selection"},{"attributes":{"fill_color":{"field":"color"},"line_color":{"field":"color"},"size":{"units":"screen","value":8},"x":{"field":"Ground truth"},"y":{"field":"Replica"}},"id":"1039","type":"Scatter"},{"attributes":{},"id":"1057","type":"UnionRenderers"},{"attributes":{"data_source":{"id":"1043","type":"ColumnDataSource"},"glyph":{"id":"1044","type":"Line"},"hover_glyph":null,"muted_glyph":null,"nonselection_glyph":{"id":"1045","type":"Line"},"selection_glyph":null,"view":{"id":"1047","type":"CDSView"}},"id":"1046","type":"GlyphRenderer"},{"attributes":{"url":"@map"},"id":"1058","type":"OpenURL"},{"attributes":{"callback":{"id":"1058","type":"OpenURL"}},"id":"1022","type":"TapTool"},{"attributes":{"dimension":1,"plot":{"id":"1002","subtype":"Figure","type":"Plot"},"ticker":{"id":"1018","type":"BasicTicker"}},"id":"1021","type":"Grid"},{"attributes":{},"id":"1013","type":"BasicTicker"}],"root_ids":["1002"]},"title":"Bokeh Application","version":"1.0.1"}}; | |
var render_items = [{"docid":"08d44030-1aac-4367-b14c-f862454fb10f","roots":{"1002":"ade8d9ad-1a05-4b59-bcb7-de3ab212241c"}}]; | |
root.Bokeh.embed.embed_items_notebook(docs_json, render_items); | |
} | |
if (root.Bokeh !== undefined) { | |
embed_document(root); | |
} else { | |
var attempts = 0; | |
var timer = setInterval(function(root) { | |
if (root.Bokeh !== undefined) { | |
embed_document(root); | |
clearInterval(timer); | |
} | |
attempts++; | |
if (attempts > 100) { | |
console.log("Bokeh: ERROR: Unable to run BokehJS code because BokehJS library is missing"); | |
clearInterval(timer); | |
} | |
}, 10, root) | |
} | |
})(window); | |
</script> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="cell border-box-sizing code_cell rendered"> | |
<div class="output_wrapper"> | |
<div class="output"> | |
<div class="output_area"> | |
<div class="prompt"></div> | |
<div class="output_subarea output_stream output_stderr output_text"> | |
<pre>/Users/brett/venvs/model/lib/python3.7/site-packages/IPython/core/display.py:689: UserWarning: Consider using IPython.display.IFrame instead | |
warnings.warn("Consider using IPython.display.IFrame instead") | |
</pre> | |
</div> | |
</div> | |
<div class="output_area"> | |
<div class="prompt"></div> | |
<div class="output_html rendered_html output_subarea "> | |
<iframe id="map", srcdoc="<!DOCTYPE html> | |
<html> | |
<head> | |
<title>mapboxgl-jupyter viz</title> | |
<meta charset='UTF-8' /> | |
<meta name='viewport' | |
content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<script type='text/javascript' | |
src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.49.0/mapbox-gl.js'></script> | |
<link type='text/css' | |
href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.49.0/mapbox-gl.css' | |
rel='stylesheet' /> | |
<style type='text/css'> | |
body { margin:0; padding:0; } | |
.map { position: absolute; top:0; bottom:0; width:100%; } | |
.legend { | |
background-color: white; | |
color: #6e6e6e; | |
border-radius: 3px; | |
bottom: 10px; | |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10); | |
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif; | |
padding: 0; | |
position: absolute; | |
right: 10px; | |
z-index: 1; | |
min-width: 100px; | |
} | |
.legend.horizontal {bottom: 10px; text-align: left;} | |
/* legend header */ | |
.legend .legend-header { border-radius: 3px 3px 0 0; background: white; } | |
.legend .legend-title { | |
padding: 6px 12px 6px 12px; | |
text-shadow: 0 0 2px white; | |
text-transform: capitalize; | |
text-align: center; | |
font-weight: bold !important; | |
font-size: 14px; | |
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif; | |
max-width: 160px; | |
} | |
.legend-title {padding: 6px 12px 6px 12px; text-shadow: 0 0 2px #FFF; text-transform: capitalize; text-align: center; max-width: 160px; font-size: 0.9em; font-weight: bold;} | |
.legend.horizontal .legend-title {text-align: left;} | |
/* legend items */ | |
.legend-content {margin: 6px 12px 6px 12px; overflow: hidden; padding: 0; float: left; list-style: none; font-size: 0.8em;} | |
.legend.vertical .legend-item {white-space: nowrap;} | |
.legend-value {display: inline-block; line-height: 18px; vertical-align: top;} | |
.legend.horizontal ul.legend-content li.legend-item .legend-value, | |
.legend.horizontal ul.legend-content li.legend-item {display: inline-block; float: left; width: 30px; margin-bottom: 0; text-align: center; height: 30px;} | |
/* legend key styles */ | |
.legend-key {display: inline-block; height: 10px;} | |
.legend-key.default, .legend-key.square {border-radius: 0;} | |
.legend-key.circle {border-radius: 50%;} | |
.legend-key.rounded-square {border-radius: 20%;} | |
.legend.vertical .legend-key {width: 10px; margin-right: 5px; margin-left: 1px;} | |
.legend.horizontal .legend-key {width: 30px; margin-right: 0; margin-top: 1px; float: left;} | |
.legend.horizontal .legend-key.square, .legend.horizontal .legend-key.rounded-square, .legend.horizontal .legend-key.circle {margin-left: 10px; width: 10px;} | |
.legend.horizontal .legend-key.line {margin-left: 5px;} | |
.legend.horizontal .legend-key.line, .legend.vertical .legend-key.line {border-radius: 10%; width: 20px; height: 3px; margin-bottom: 2px;} | |
/* gradient bar alignment */ | |
.gradient-bar {margin: 6px 12px 6px 12px;} | |
.legend.horizontal .gradient-bar {width: 88%; height: 10px;} | |
.legend.vertical .gradient-bar {width: 10px; min-height: 50px; position: absolute; bottom: 4px;} | |
/* contiguous vertical bars (discrete) */ | |
.legend.vertical.contig .legend-key {height: 15px; width: 10px;} | |
.legend.vertical.contig li.legend-item {height: 15px;} | |
.legend.vertical.contig {padding-bottom: 6px;} | |
</style> | |
<style type='text/css'> | |
.gradient.bordered, .legend-key.bordered { border: solid rgb(128,0,38) 1px; } | |
</style> | |
</head> | |
<body> | |
<div id='map' class='map'></div> | |
<script type='text/javascript'> | |
var legendHeader; | |
function calcColorLegend(myColorStops, title) { | |
// create legend | |
var legend = document.createElement('div'); | |
if ('rounded-square' === 'contiguous-bar') { | |
legend.className = 'legend vertical contig'; | |
} | |
else { | |
legend.className = 'legend vertical'; | |
} | |
legend.id = 'legend'; | |
document.body.appendChild(legend); | |
// add legend header and content elements | |
var mytitle = document.createElement('div'), | |
legendContent = document.createElement('ul'); | |
legendHeader = document.createElement('div'); | |
mytitle.textContent = title; | |
mytitle.className = 'legend-title' | |
legendHeader.className = 'legend-header' | |
legendContent.className = 'legend-content' | |
legendHeader.appendChild(mytitle); | |
legend.appendChild(legendHeader); | |
legend.appendChild(legendContent); | |
if (false === true) { | |
var gradientText = 'linear-gradient(to right, '; | |
var gradient = document.createElement('div'); | |
gradient.className = 'gradient-bar'; | |
legend.appendChild(gradient); | |
} | |
// calculate a legend entries on a Mapbox GL Style Spec property function stops array | |
for (p = 0; p < myColorStops.length; p++) { | |
if (!!document.getElementById('legend-points-value-' + p)) { | |
//update the legend if it already exists | |
document.getElementById('legend-points-value-' + p).textContent = myColorStops[p][0]; | |
document.getElementById('legend-points-id-' + p).style.backgroundColor = myColorStops[p][1]; | |
} | |
else { | |
// create the legend if it doesn't yet exist | |
var item = document.createElement('li'); | |
item.className = 'legend-item'; | |
var key = document.createElement('span'); | |
key.className = 'legend-key rounded-square'; | |
key.id = 'legend-points-id-' + p; | |
key.style.backgroundColor = myColorStops[p][1]; | |
var value = document.createElement('span'); | |
value.className = 'legend-value'; | |
value.id = 'legend-points-value-' + p; | |
item.appendChild(key); | |
item.appendChild(value); | |
legendContent.appendChild(item); | |
data = document.getElementById('legend-points-value-' + p) | |
// round number values in legend if precision defined | |
if ((typeof(myColorStops[p][0]) == 'number') && (typeof(null) == 'number')) { | |
data.textContent = myColorStops[p][0].toFixed(null); | |
} | |
else { | |
data.textContent = myColorStops[p][0]; | |
} | |
// add color stop to gradient list | |
if (false === true) { | |
if (p < myColorStops.length - 1) { | |
gradientText = gradientText + myColorStops[p][1] + ', '; | |
} | |
else { | |
gradientText = gradientText + myColorStops[p][1] + ')'; | |
} | |
if ('vertical' === 'vertical') { | |
gradientText = gradientText.replace('to right', 'to bottom'); | |
} | |
} | |
} | |
} | |
if (false === true) { | |
// convert to gradient scale appearance | |
gradient.style.background = gradientText; | |
// hide legend keys generated above | |
var keys = document.getElementsByClassName('legend-key'); | |
for (var i=0; i < keys.length; i++) { | |
keys[i].style.visibility = 'hidden'; | |
} | |
if ('vertical' === 'vertical') { | |
gradient.style.height = (legendContent.offsetHeight - 6) + 'px'; | |
} | |
} | |
// add class for styling bordered legend keys | |
if (true) { | |
var keys = document.getElementsByClassName('legend-key'); | |
for (var i=0; i < keys.length; i++) { | |
if (keys[i]) { | |
keys[i].classList.add('bordered'); | |
} | |
} | |
var gradientBars = document.getElementsByClassName('gradient-bar'); | |
for (var i=0; i < keys.length; i++) { | |
if (gradientBars[i]) { | |
gradientBars[i].classList.add('bordered'); | |
} | |
} | |
} | |
// update right-margin for compact Mapbox attribution based on calculated legend width | |
var attribMargin = legend.offsetWidth + 15; | |
document.getElementsByClassName('mapboxgl-ctrl-attrib')[0].style.marginRight = attribMargin.toString() + 'px'; | |
} | |
function generateInterpolateExpression(propertyValue, stops) { | |
var expression; | |
if (propertyValue == 'zoom') { | |
expression = ['interpolate', ['exponential', 1.2], ['zoom']] | |
} | |
else if (propertyValue == 'heatmap-density') { | |
expression = ['interpolate', ['linear'], ['heatmap-density']] | |
} | |
else { | |
expression = ['interpolate', ['linear'], ['get', propertyValue]] | |
} | |
for (var i=0; i<stops.length; i++) { | |
expression.push(stops[i][0], stops[i][1]) | |
} | |
return expression | |
} | |
function generateMatchExpression(propertyValue, stops, defaultValue) { | |
var expression; | |
expression = ['match', ['get', propertyValue]] | |
for (var i=0; i<stops.length; i++) { | |
expression.push(stops[i][0], stops[i][1]) | |
} | |
expression.push(defaultValue) | |
return expression | |
} | |
function generatePropertyExpression(expressionType, propertyValue, stops, defaultValue) { | |
var expression; | |
if (expressionType == 'match') { | |
expression = generateMatchExpression(propertyValue, stops, defaultValue) | |
} | |
else { | |
expression = generateInterpolateExpression(propertyValue, stops) | |
} | |
return expression | |
} | |
</script> | |
<!-- main map creation code, extended by mapboxgl/templates/choropleth.html --> | |
<script type='text/javascript'> | |
mapboxgl.accessToken = 'pk.eyJ1IjoiYm5hdWwiLCJhIjoiY2pmNDlmdDIwMG1neTJxbjhzNjM1enl4OCJ9.-T1F7dqvacxT4yaZQTtzfg'; | |
var map = new mapboxgl.Map({ | |
container: 'map', | |
attributionControl: false, | |
style: 'mapbox://styles/mapbox/light-v9?optimize=true', | |
center: [-73.90144965586259, 40.786455904871595], | |
zoom: 8, | |
pitch: 0, | |
bearing: 0, | |
scrollZoom: true, | |
touchZoom: true, | |
doubleClickZoom: true, | |
boxZoom: true, | |
transformRequest: (url, resourceType) => { | |
if ( url.slice(0,22) == 'https://api.mapbox.com' || | |
url.slice(0,26) == 'https://a.tiles.mapbox.com' || | |
url.slice(0,26) == 'https://b.tiles.mapbox.com' || | |
url.slice(0,26) == 'https://c.tiles.mapbox.com' || | |
url.slice(0,26) == 'https://d.tiles.mapbox.com') { | |
//Add Mapboxgl-Jupyter Plugin identifier for Mapbox API traffic | |
return { | |
url: [url.slice(0, url.indexOf('?')+1), 'pluginName=PythonMapboxgl&', url.slice(url.indexOf('?')+1)].join('') | |
} | |
} | |
else { | |
//Do not transform URL for non Mapbox GET requests | |
return {url: url} | |
} | |
}, | |
}); | |
map.addControl(new mapboxgl.AttributionControl({ compact: true })); | |
map.addControl(new mapboxgl.NavigationControl()); | |
calcColorLegend([[0.8, 'rgb(202,0,32)'], [0.9, 'rgb(244,165,130)'], [1.0, 'rgb(247,247,247)'], [1.1, 'rgb(146,197,222)'], [1.2, 'rgb(5,113,176)']], 'Replica / Ground truth'); | |
map.on('style.load', function() { | |
// Add geojson data source | |
map.addSource('data', { | |
'type': 'geojson', | |
'data': {'type': 'FeatureCollection', 'features': [{'id': '0', 'type': 'Feature', 'properties': {'Tract': '09001010101', 'Ground truth': 4132.0, 'Replica': 3798, 'Replica / Ground truth': 0.9191674733785092}, 'geometry': {'type': 'Polygon', 'coordinates': [[[-73.671305, 41.033177], [-73.671352, 41.0331], [-73.671637, 41.032764], [-73.671736, 41.032638], [-73.671927, 41.032534], [-73.671998, 41.0326], [-73.672187, 41.03282], [-73.672237, 41.032902], [-73.672238, 41.032903], [-73.67224, 41.032906], [-73.672347, 41.033006], [-73.672498, 41.033181], [-73.672631, 41.033351], [-73.672718, 41.033472], [-73.672756, 41.033517], [-73.672757, 41.033517], [-73.672888, 41.033678], [-73.673003, 41.033825], [-73.673097, 41.033911], [-73.673707, 41.034637], [-73.673711, 41.034642], [-73.674517, 41.035626], [-73.674804, 41.035941], [-73.674809, 41.035946], [-73.674922, 41.036085], [-73.674987, 41.036164], [-73.67499, 41.036168], [-73.675058, 41.036259], [-73.675123, 41.036331], [-73.675191, 41.036407], [-73.675311, 41.036541], [-73.675487, 41.036724], [-73.675546, 41.036785], [-73.675599, 41.036836], [-73.675651, 41.036895], [-73.675743, 41.037002], [-73.675918, 41.037306], [-73.676007, 41.037415], [-73.676117, 41.037541], [-73.676185, 41.037618], [-73.676253, 41.037707], [-73.676349, 41.037834], [-73.676374, 41.03783], [-73.676383, 41.03783], [-73.676416, 41.037874], [-73.676579, 41.038097], [-73.677057, 41.038652], [-73.677444, 41.039102], [-73.677463, 41.039124], [-73.677547, 41.03922], [-73.677765, 41.039503], [-73.677782, 41.039523], [-73.677878, 41.039607], [-73.67788, 41.039609], [-73.678051, 41.039808], [-73.678537, 41.040371], [-73.678562, 41.0404], [-73.678564, 41.040403], [-73.678564, 41.040404], [-73.678776, 41.040733], [-73.678904, 41.040902], [-73.679275, 41.041384], [-73.679512, 41.04165], [-73.679754, 41.041923], [-73.679771, 41.041944], [-73.681845, 41.043969], [-73.682473, 41.044697], [-73.682947, 41.045303], [-73.68296, 41.045314], [-73.685718, 41.048839], [-73.686765, 41.050175], [-73.686833, 41.050262], [-73.686901, 41.050349], [-73.686955, 41.050418], [-73.687009, 41.050487], [-73.687173, 41.050697], [-73.687966, 41.051617], [-73.689529, 41.053518], [-73.689826, 41.0539], [-73.690717, 41.055047], [-73.691014, 41.05543], [-73.691251, 41.05573], [-73.691481, 41.056022], [-73.69186, 41.056516], [-73.691952, 41.056641], [-73.692181, 41.056949], [-73.69226, 41.057038], [-73.692276, 41.057056], [-73.692346, 41.057143], [-73.692504, 41.057304], [-73.692589, 41.05739], [-73.692668, 41.05747], [-73.692707, 41.057518], [-73.69304, 41.057925], [-73.693152, 41.058061], [-73.69349, 41.058473], [-73.693952, 41.059004], [-73.694206, 41.059331], [-73.694681, 41.05979], [-73.696173, 41.061596], [-73.696252, 41.061693], [-73.696415, 41.061892], [-73.705073, 41.072495], [-73.705544, 41.073098], [-73.705574, 41.073136], [-73.705705, 41.073305], [-73.706304, 41.074071], [-73.710393, 41.079303], [-73.711536, 41.080765], [-73.711613, 41.080864], [-73.711846, 41.081161], [-73.711924, 41.081261], [-73.713796, 41.083635], [-73.715148, 41.085387], [-73.71545, 41.085773], [-73.715478, 41.08581], [-73.71581, 41.086234], [-73.717063, 41.087791], [-73.717737, 41.088803], [-73.717875, 41.088996], [-73.717988, 41.089138], [-73.718046, 41.08921], [-73.71806, 41.089227], [-73.718675, 41.089996], [-73.718839, 41.090147], [-73.719354, 41.090623], [-73.7194, 41.090665], [-73.720576, 41.09175], [-73.721018, 41.092157], [-73.721224, 41.092356], [-73.721666, 41.092779], [-73.721726, 41.092837], [-73.722109, 41.093203], [-73.72271, 41.093776], [-73.723382, 41.094437], [-73.723471, 41.094563], [-73.723616, 41.094769], [-73.724777, 41.096465], [-73.72496, 41.096733], [-73.725142, 41.096998], [-73.725334, 41.097278], [-73.726172, 41.098501], [-73.726212, 41.098559], [-73.726515, 41.098973], [-73.726821, 41.099392], [-73.726845, 41.099425], [-73.727775, 41.100696], [-73.713765, 41.107244], [-73.713649, 41.107291], [-73.71355, 41.107334], [-73.713403, 41.107403], [-73.71296, 41.107609], [-73.712272, 41.1079], [-73.712225, 41.10792], [-73.706021, 41.110834], [-73.7059, 41.11089], [-73.70587, 41.110904], [-73.705814, 41.11093], [-73.705674, 41.110996], [-73.705534, 41.111061], [-73.703619, 41.111795], [-73.703542, 41.111825], [-73.703445, 41.111875], [-73.703299, 41.111949], [-73.703153, 41.112023], [-73.70284, 41.112183], [-73.702733, 41.112242], [-73.700703, 41.113377], [-73.700003, 41.11366], [-73.696053, 41.115256], [-73.695958, 41.115304], [-73.695005, 41.115773], [-73.689474, 41.118496], [-73.686074, 41.120096], [-73.679022, 41.12342], [-73.676774, 41.124496], [-73.676417, 41.124667], [-73.669934, 41.127643], [-73.669805, 41.127702], [-73.669687, 41.127757], [-73.668026, 41.128519], [-73.667804, 41.128628], [-73.668365, 41.128323], [-73.66848, 41.128076], [-73.668549, 41.128003], [-73.668684, 41.127812], [-73.668872, 41.127611], [-73.668976, 41.12735], [-73.668973, 41.127066], [-73.668977, 41.126793], [-73.668994, 41.126515], [-73.66912, 41.126265], [-73.669136, 41.125985], [-73.669093, 41.125605], [-73.668927, 41.125119], [-73.668914, 41.125022], [-73.66894, 41.124897], [-73.668826, 41.124563], [-73.668737, 41.124461], [-73.668635, 41.124326], [-73.668636, 41.124253], [-73.668625, 41.124146], [-73.668643, 41.124037], [-73.668919, 41.123796], [-73.669532, 41.123403], [-73.669848, 41.123092], [-73.670037, 41.122706], [-73.670102, 41.122479], [-73.670123, 41.122262], [-73.67013, 41.122066], [-73.670137, 41.121912], [-73.670079, 41.121431], [-73.669898, 41.120817], [-73.669539, 41.120048], [-73.669483, 41.119976], [-73.669421, 41.119797], [-73.669345, 41.119655], [-73.669258, 41.119508], [-73.669126, 41.119372], [-73.669105, 41.119245], [-73.669043, 41.119132], [-73.668962, 41.119024], [-73.668917, 41.11892], [-73.668815, 41.118735], [-73.668216, 41.117811], [-73.667609, 41.116885], [-73.667535, 41.116746], [-73.667473, 41.116596], [-73.667464, 41.116599], [-73.667232, 41.116199], [-73.666991, 41.115835], [-73.66685, 41.115671], [-73.666724, 41.115514], [-73.66662, 41.115351], [-73.666512, 41.11519], [-73.66635, 41.11488], [-73.666289, 41.114692], [-73.666171, 41.114364], [-73.666237, 41.114357], [-73.666427, 41.114338], [-73.666438, 41.114338], [-73.666506, 41.114338], [-73.666957, 41.114157], [-73.667105, 41.114065], [-73.667265, 41.11395], [-73.667362, 41.113861], [-73.667394, 41.113709], [-73.667387, 41.113546], [-73.667357, 41.113378], [-73.667314, 41.113132], [-73.667057, 41.111799], [-73.666789, 41.110468], [-73.66675, 41.11033], [-73.666682, 41.110115], [-73.666612, 41.109939], [-73.666517, 41.109759], [-73.666408, 41.109579], [-73.666272, 41.109222], [-73.666246, 41.109111], [-73.666195, 41.108893], [-73.666183, 41.108504], [-73.666183, 41.108088], [-73.666212, 41.107864], [-73.666211, 41.107642], [-73.666213, 41.107517], [-73.666205, 41.107399], [-73.666131, 41.107175], [-73.666201, 41.106886], [-73.666204, 41.106862], [-73.66625, 41.106582], [-73.666306, 41.106391], [-73.666393, 41.106329], [-73.666443, 41.106298], [-73.666698, 41.106212], [-73.667595, 41.106057], [-73.667825, 41.105997], [-73.667921, 41.105947], [-73.667995, 41.105733], [-73.668005, 41.105706], [-73.668031, 41.105596], [-73.668081, 41.105301], [-73.668107, 41.104943], [-73.668141, 41.104849], [-73.668195, 41.104705], [-73.66826, 41.104576], [-73.668306, 41.104488], [-73.668316, 41.104441], [-73.668306, 41.104279], [-73.668179, 41.103934], [-73.668111, 41.103706], [-73.668023, 41.103405], [-73.667869, 41.102592], [-73.667811, 41.10242], [-73.667759, 41.102243], [-73.66767, 41.102042], [-73.667594, 41.101828], [-73.66746, 41.101412], [-73.66744, 41.10136], [-73.667301, 41.10099], [-73.667178, 41.100712], [-73.667149, 41.1006], [-73.667114, 41.100447], [-73.667069, 41.100247], [-73.667011, 41.100061], [-73.666995, 41.099995], [-73.666985, 41.099949], [-73.666954, 41.099845], [-73.666937, 41.099764], [-73.666937, 41.099763], [-73.666921, 41.099612], [-73.66692, 41.099519], [-73.66692, 41.099438], [-73.666919, 41.099357], [-73.666928, 41.099347], [-73.666875, 41.098961], [-73.666874, 41.098949], [-73.66684, 41.098567], [-73.66678, 41.097641], [-73.666768, 41.097513], [-73.666727, 41.097032], [-73.666721, 41.096875], [-73.666725, 41.096566], [-73.666741, 41.096295], [-73.6668, 41.096128], [-73.6669, 41.095851], [-73.667042, 41.095346], [-73.667378, 41.094078], [-73.667525, 41.09375], [-73.667641, 41.093526], [-73.6677, 41.093414], [-73.667831, 41.093116], [-73.667972, 41.09284], [-73.668032, 41.0927], [-73.668075, 41.092572], [-73.668129, 41.092363], [-73.668223, 41.092185], [-73.66825, 41.092052], [-73.668292, 41.091898], [-73.668325, 41.091551], [-73.668368, 41.09128], [-73.668369, 41.091193], [-73.668372, 41.091049], [-73.66834, 41.090833], [-73.66823, 41.090516], [-73.668185, 41.090261], [-73.668156, 41.090215], [-73.668044, 41.089885], [-73.667909, 41.089522], [-73.667853, 41.089338], [-73.667795, 41.089122], [-73.667741, 41.088866], [-73.667715, 41.088618], [-73.667618, 41.08817], [-73.667599, 41.088058], [-73.667546, 41.087828], [-73.667506, 41.087706], [-73.667487, 41.087598], [-73.667363, 41.087213], [-73.667269, 41.086901], [-73.667209, 41.086687], [-73.667133, 41.086416], [-73.667021, 41.086116], [-73.66688, 41.085787], [-73.666752, 41.085546], [-73.666616, 41.085252], [-73.666554, 41.085188], [-73.666415, 41.085047], [-73.66637, 41.084998], [-73.66631, 41.084934], [-73.666292, 41.084915], [-73.666238, 41.084858], [-73.666221, 41.084839], [-73.666075, 41.084598], [-73.666003, 41.084477], [-73.66578, 41.084212], [-73.665611, 41.084083], [-73.665488, 41.084008], [-73.665341, 41.083919], [-73.665239, 41.083883], [-73.665016, 41.083767], [-73.664882, 41.083698], [-73.664561, 41.083494], [-73.664413, 41.083332], [-73.664369, 41.083284], [-73.664276, 41.083124], [-73.664248, 41.083079], [-73.66419, 41.082986], [-73.664171, 41.082942], [-73.66415, 41.082895], [-73.66405, 41.082742], [-73.663987, 41.082627], [-73.663871, 41.082408], [-73.663727, 41.082135], [-73.663597, 41.081941], [-73.663346, 41.081489], [-73.663155, 41.081233], [-73.663055, 41.081044], [-73.663019, 41.08096], [-73.66297, 41.080843], [-73.662887, 41.08067], [-73.662773, 41.080457], [-73.662755, 41.080414], [-73.662639, 41.080225], [-73.662559, 41.08011], [-73.662543, 41.080087], [-73.661993, 41.079258], [-73.661887, 41.079087], [-73.661672, 41.078741], [-73.661661, 41.078726], [-73.661628, 41.078682], [-73.661617, 41.078668], [-73.661552, 41.078536], [-73.661385, 41.078225], [-73.661333, 41.078157], [-73.66114, 41.077903], [-73.660896, 41.077664], [-73.660729, 41.077545], [-73.660434, 41.077364], [-73.660125, 41.077152], [-73.65997, 41.077089], [-73.659912, 41.077066], [-73.659477, 41.076778], [-73.659353, 41.076713], [-73.659214, 41.07659], [-73.659133, 41.076541], [-73.658881, 41.076305], [-73.658746, 41.076164], [-73.658607, 41.07602], [-73.658026, 41.075104], [-73.657847, 41.074639], [-73.657553, 41.073736], [-73.657523, 41.073592], [-73.657404, 41.073021], [-73.6573, 41.072659], [-73.65697, 41.072057], [-73.656685, 41.071535], [-73.656372, 41.071096], [-73.656357, 41.070964], [-73.656306, 41.070689], [-73.656235, 41.07036], [-73.656081, 41.07001], [-73.655752, 41.06943], [-73.655691, 41.06929], [-73.655657, 41.06923], [-73.655428, 41.068908], [-73.65505, 41.068499], [-73.655008, 41.068458], [-73.654944, 41.068383], [-73.654755, 41.068159], [-73.654692, 41.068085], [-73.654132, 41.067475], [-73.654016, 41.067349], [-73.653768, 41.067144], [-73.652924, 41.066362], [-73.65266, 41.066068], [-73.652376, 41.065738], [-73.65237, 41.065731], [-73.652043, 41.065364], [-73.651843, 41.065095], [-73.651447, 41.064692], [-73.651396, 41.06464], [-73.650843, 41.06414], [-73.65072, 41.064056], [-73.650532, 41.063984], [-73.650275, 41.063979], [-73.650008, 41.064008], [-73.649992, 41.06401], [-73.649708, 41.064036], [-73.649446, 41.064049], [-73.649304, 41.06403], [-73.64917, 41.064003], [-73.649054, 41.063973], [-73.649021, 41.063965], [-73.648686, 41.063807], [-73.648215, 41.06352], [-73.648055, 41.06334], [-73.648029, 41.06331], [-73.647916, 41.06297], [-73.647925, 41.062805], [-73.647927, 41.062776], [-73.647954, 41.062586], [-73.648011, 41.062318], [-73.648013, 41.062314], [-73.648078, 41.062168], [-73.648249, 41.061906], [-73.64831, 41.061751], [-73.648396, 41.061576], [-73.648613, 41.061058], [-73.648833, 41.060535], [-73.648899, 41.06026], [-73.64892, 41.060145], [-73.649031, 41.059666], [-73.649236, 41.059123], [-73.649291, 41.05901], [-73.649503, 41.05883], [-73.649867, 41.0586], [-73.650028, 41.058433], [-73.650203, 41.058098], [-73.650286, 41.05789], [-73.650321, 41.057805], [-73.650351, 41.05773], [-73.650389, 41.057573], [-73.650447, 41.057446], [-73.650496, 41.057311], [-73.650693, 41.056939], [-73.650825, 41.056792], [-73.650851, 41.056777], [-73.650948, 41.056721], [-73.65112, 41.056625], [-73.65131, 41.056495], [-73.651428, 41.056416], [-73.651594, 41.056157], [-73.651597, 41.056154], [-73.651792, 41.055908], [-73.652111, 41.055595], [-73.652249, 41.05552], [-73.652317, 41.055484], [-73.652523, 41.055379], [-73.652653, 41.055325], [-73.652787, 41.055277], [-73.652912, 41.055205], [-73.653176, 41.054883], [-73.653317, 41.054682], [-73.653408, 41.054553], [-73.653567, 41.054336], [-73.653673, 41.054133], [-73.653725, 41.054072], [-73.653778, 41.053973], [-73.653941, 41.053612], [-73.654065, 41.053403], [-73.654174, 41.053295], [-73.654534, 41.053096], [-73.654622, 41.053039], [-73.654864, 41.052861], [-73.655021, 41.052647], [-73.655123, 41.052405], [-73.655243, 41.052149], [-73.655348, 41.051927], [-73.655458, 41.05171], [-73.655599, 41.051467], [-73.655782, 41.051205], [-73.655875, 41.051068], [-73.656061, 41.050736], [-73.656115, 41.050641], [-73.656236, 41.050361], [-73.656487, 41.049902], [-73.656868, 41.049314], [-73.656954, 41.049184], [-73.657184, 41.048869], [-73.657249, 41.04878], [-73.657365, 41.048607], [-73.657375, 41.048594], [-73.657509, 41.048418], [-73.657612, 41.048243], [-73.657903, 41.047819], [-73.657923, 41.047792], [-73.657979, 41.04767], [-73.658009, 41.047523], [-73.658109, 41.0466], [-73.658177, 41.046372], [-73.658198, 41.046315], [-73.658339, 41.045951], [-73.6585, 41.045515], [-73.658667, 41.045084], [-73.658742, 41.044957], [-73.658853, 41.044817], [-73.658954, 41.044749], [-73.659108, 41.044699], [-73.659304, 41.044705], [-73.659731, 41.044798], [-73.659995, 41.044923], [-73.660195, 41.04499], [-73.660396, 41.045105], [-73.660623, 41.045196], [-73.660758, 41.045229], [-73.660766, 41.045231], [-73.661077, 41.045235], [-73.661218, 41.045233], [-73.6614, 41.045163], [-73.661664, 41.045052], [-73.661801, 41.044947], [-73.661912, 41.044929], [-73.661974, 41.044733], [-73.662096, 41.044278], [-73.662211, 41.043951], [-73.662398, 41.043619], [-73.662401, 41.043612], [-73.662637, 41.043158], [-73.66327, 41.041853], [-73.663358, 41.041688], [-73.663478, 41.041465], [-73.663622, 41.041144], [-73.664103, 41.040217], [-73.664281, 41.03982], [-73.664504, 41.039328], [-73.664702, 41.038983], [-73.664888, 41.038548], [-73.665075, 41.038593], [-73.665172, 41.038594], [-73.665222, 41.038595], [-73.665274, 41.038598], [-73.66536, 41.038603], [-73.665417, 41.038607], [-73.665707, 41.03861], [-73.666156, 41.038632], [-73.666468, 41.038633], [-73.666677, 41.038645], [-73.666914, 41.038638], [-73.667038, 41.038403], [-73.667143, 41.038102], [-73.667264, 41.037727], [-73.667553, 41.037361], [-73.667943, 41.036917], [-73.668318, 41.036454], [-73.668423, 41.036311], [-73.668544, 41.03616], [-73.668639, 41.036062], [-73.668783, 41.035913], [-73.668906, 41.03579], [-73.669011, 41.035686], [-73.669415, 41.035313], [-73.669749, 41.035016], [-73.670035, 41.034763], [-73.670251, 41.034584], [-73.670368, 41.034489], [-73.670531, 41.034342], [-73.670676, 41.034179], [-73.670772, 41.034063], [-73.670822, 41.033975], [-73.670879, 41.033879], [-73.670976, 41.033741], [-73.67104, 41.033627], [-73.671172, 41.033394], [-73.671236, 41.033288], [-73.671305, 41.033177]]]}}, {'id': '1', 'type': 'Feature', 'properties': {'Tract': '09001010102', 'Ground truth': 4174.0, 'Replica': 4034, 'Replica / Ground truth': 0.9664590321034978}, 'geometry': {'type': 'Polygon', 'coordinates': [[[-73.665239, 41.083883], [-73.665341, 41.083919], [-73.665488, 41.084008], [-73.665611, 41.084083], [-73.66578, 41.084212], [-73.666003, 41.084477], [-73.666075, 41.084598], [-73.666221, 41.084839], [-73.666238, 41.084858], [-73.666292, 41.084915], [-73.66631, 41.084934], [-73.66637, 41.084998], [-73.666415, 41.085047], [-73.666554, 41.085188], [-73.666616, 41.085252], [-73.666752, 41.085546], [-73.66688, 41.085787], [-73.667021, 41.086116], [-73.667133, 41.086416], [-73.667209, 41.086687], [-73.667269, 41.086901], [-73.667363, 41.087213], [-73.667487, 41.087598], [-73.667506, 41.087706], [-73.667546, 41.087828], [-73.667599, 41.088058], [-73.667618, 41.08817], [-73.667715, 41.088618], [-73.667741, 41.088866], [-73.667795, 41.089122], [-73.667853, 41.089338], [-73.667909, 41.089522], [-73.668044, 41.089885], [-73.668156, 41.090215], [-73.668185, 41.090261], [-73.66823, 41.090516], [-73.66834, 41.090833], [-73.668372, 41.091049], [-73.668369, 41.091193], [-73.668368, 41.09128], [-73.668325, 41.091551], [-73.668292, 41.091898], [-73.66825, 41.092052], [-73.668223, 41.092185], [-73.668129, 41.092363], [-73.668075, 41.092572], [-73.668032, 41.0927], [-73.667972, 41.09284], [-73.667831, 41.093116], [-73.6677, 41.093414], [-73.667641, 41.093526], [-73.667525, 41.09375], [-73.667378, 41.094078], [-73.667042, 41.095346], [-73.6669, 41.095851], [-73.6668, 41.096128], [-73.666741, 41.096295], [-73.666725, 41.096566], [-73.666721, 41.096875], [-73.666727, 41.097032], [-73.666768, 41.097513], [-73.66678, 41.097641], [-73.66684, 41.098567], [-73.666874, 41.098949], [-73.666875, 41.098961], [-73.666928, 41.099347], [-73.666919, 41.099357], [-73.66692, 41.099438], [-73.66692, 41.099519], [-73.666921, 41.099612], [-73.666937, 41.099763], [-73.666937, 41.099764], [-73.666954, 41.099845], [-73.666985, 41.099949], [-73.666995, 41.099995], [-73.667011, 41.100061], [-73.667069, 41.100247], [-73.667114, 41.100447], [-73.667149, 41.1006], [-73.667178, 41.100712], [-73.667301, 41.10099], [-73.66744, 41.10136], [-73.66746, 41.101412], [-73.667594, 41.101828], [-73.66767, 41.102042], [-73.667759, 41.102243], [-73.667811, 41.10242], [-73.667869, 41.102592], [-73.668023, 41.103405], [-73.668111, 41.103706], [-73.668179, 41.103934], [-73.668306, 41.104279], [-73.668316, 41.104441], [-73.668306, 41.104488], [-73.66826, 41.104576], [-73.668195, 41.104705], [-73.668141, 41.104849], [-73.668107, 41.104943], [-73.668081, 41.105301], [-73.668031, 41.105596], [-73.668005, 41.105706], [-73.667995, 41.105733], [-73.667921, 41.105947], [-73.667825, 41.105997], [-73.667595, 41.106057], [-73.666698, 41.106212], [-73.666443, 41.106298], [-73.666393, 41.106329], [-73.666306, 41.106391], [-73.66625, 41.106582], [-73.666204, 41.106862], [-73.666201, 41.106886], [-73.666131, 41.107175], [-73.666205, 41.107399], [-73.666213, 41.107517], [-73.666211, 41.107642], [-73.666212, 41.107864], [-73.666183, 41.108088], [-73.666183, 41.108504], [-73.666195, 41.108893], [-73.666246, 41.109111], [-73.666272, 41.109222], [-73.666408, 41.109579], [-73.666517, 41.109759], [-73.666612, 41.109939], [-73.666682, 41.110115], [-73.66675, 41.11033], [-73.666789, 41.110468], [-73.667057, 41.111799], [-73.667314, 41.113132], [-73.667357, 41.113378], [-73.667387, 41.113546], [-73.667394, 41.113709], [-73.667362, 41.113861], [-73.667265, 41.11395], [-73.667105, 41.114065], [-73.666957, 41.114157], [-73.666506, 41.114338], [-73.666438, 41.114338], [-73.666427, 41.114338], [-73.666237, 41.114357], [-73.666171, 41.114364], [-73.666289, 41.114692], [-73.66635, 41.11488], [-73.666512, 41.11519], [-73.66662, 41.115351], [-73.666724, 41.115514], [-73.66685, 41.115671], [-73.666991, 41.115835], [-73.667232, 41.116199], [-73.667464, 41.116599], [-73.667473, 41.116596], [-73.667535, 41.116746], [-73.667609, 41.116885], [-73.668216, 41.117811], [-73.668815, 41.118735], [-73.668917, 41.11892], [-73.668962, 41.119024], [-73.669043, 41.119132], [-73.669105, 41.119245], [-73.669126, 41.119372], [-73.669258, 41.119508], [-73.669345, 41.119655], [-73.669421, 41.119797], [-73.669483, 41.119976], [-73.669539, 41.120048], [-73.669898, 41.120817], [-73.670079, 41.121431], [-73.670137, 41.121912], [-73.67013, 41.122066], [-73.670123, 41.122262], [-73.670102, 41.122479], [-73.670037, 41.122706], [-73.669848, 41.123092], [-73.669532, 41.123403], [-73.668919, 41.123796], [-73.668643, 41.124037], [-73.668625, 41.124146], [-73.668636, 41.124253], [-73.668635, 41.124326], [-73.668737, 41.124461], [-73.668826, 41.124563], [-73.66894, 41.124897], [-73.668914, 41.125022], [-73.668927, 41.125119], [-73.669093, 41.125605], [-73.669136, 41.125985], [-73.66912, 41.126265], [-73.668994, 41.126515], [-73.668977, 41.126793], [-73.668973, 41.127066], [-73.668976, 41.12735], [-73.668872, 41.127611], [-73.668684, 41.127812], [-73.668549, 41.128003], [-73.66848, 41.128076], [-73.668365, 41.128323], [-73.667804, 41.128628], [-73.667212, 41.128913], [-73.665931, 41.129531], [-73.665647, 41.129669], [-73.664973, 41.129996], [-73.661769, 41.131403], [-73.661607, 41.131474], [-73.661121, 41.131686], [-73.66096, 41.131758], [-73.660873, 41.131796], [-73.660573, 41.131996], [-73.656136, 41.133967], [-73.656122, 41.133972], [-73.656084, 41.133989], [-73.656072, 41.133995], [-73.656071, 41.133995], [-73.65597, 41.13403], [-73.655633, 41.134142], [-73.655473, 41.134196], [-73.655436, 41.134216], [-73.655353, 41.134262], [-73.654373, 41.134796], [-73.651673, 41.136096], [-73.651581, 41.136137], [-73.644596, 41.139263], [-73.644074, 41.139501], [-73.639672, 41.141496], [-73.637765, 41.142311], [-73.637748, 41.142318], [-73.637747, 41.142319], [-73.637726, 41.142334], [-73.637723, 41.142337], [-73.637353, 41.142631], [-73.636014, 41.143229], [-73.635636, 41.143286], [-73.635501, 41.143348], [-73.634859, 41.143612], [-73.634749, 41.143652], [-73.634736, 41.143677], [-73.634715, 41.143678], [-73.634715, 41.143679], [-73.634648, 41.143689], [-73.634456, 41.14376], [-73.634404, 41.143818], [-73.634287, 41.143684], [-73.632284, 41.141645], [-73.631261, 41.140366], [-73.630594, 41.139577], [-73.630289, 41.139217], [-73.62998, 41.138851], [-73.629625, 41.138432], [-73.629105, 41.137817], [-73.629017, 41.137713], [-73.628929, 41.137609], [-73.62777, 41.136238], [-73.627636, 41.136096], [-73.627349, 41.135791], [-73.627059, 41.135482], [-73.626504, 41.134691], [-73.626427, 41.134607], [-73.626022, 41.134015], [-73.62544, 41.133164], [-73.62267, 41.129118], [-73.622459, 41.128853], [-73.62137, 41.127487], [-73.620622, 41.126532], [-73.619507, 41.12511], [-73.618352, 41.12369], [-73.617747, 41.122947], [-73.617587, 41.12275], [-73.616653, 41.121498], [-73.616636, 41.121476], [-73.615585, 41.120067], [-73.613785, 41.117654], [-73.612835, 41.11638], [-73.612848, 41.116386], [-73.612851, 41.116386], [-73.612904, 41.116395], [-73.612922, 41.116399], [-73.612899, 41.116344], [-73.612717, 41.116119], [-73.612058, 41.115306], [-73.612012, 41.115249], [-73.611836, 41.115039], [-73.610907, 41.113938], [-73.610697, 41.113689], [-73.60812, 41.110635], [-73.607192, 41.109535], [-73.607022, 41.109313], [-73.606515, 41.108648], [-73.606346, 41.108427], [-73.605722, 41.107619], [-73.60385, 41.105195], [-73.603226, 41.104387], [-73.602799, 41.103824], [-73.601613, 41.102258], [-73.60152, 41.102136], [-73.601094, 41.101574], [-73.600707, 41.101062], [-73.600119, 41.100284], [-73.599549, 41.099529], [-73.599163, 41.099018], [-73.598625, 41.098294], [-73.597012, 41.096123], [-73.596475, 41.0954], [-73.596554, 41.095349], [-73.596794, 41.095196], [-73.596874, 41.095146], [-73.596984, 41.095088], [-73.597179, 41.094877], [-73.597378, 41.094689], [-73.59751, 41.094609], [-73.59771, 41.094491], [-73.598234, 41.094297], [-73.598344, 41.094317], [-73.598687, 41.094299], [-73.598805, 41.094267], [-73.598899, 41.09421], [-73.59911, 41.094027], [-73.599246, 41.093831], [-73.599362, 41.093738], [-73.599518, 41.093612], [-73.599635, 41.093481], [-73.599773, 41.09333], [-73.60001, 41.093186], [-73.600191, 41.093103], [-73.60035, 41.093112], [-73.600382, 41.092831], [-73.600383, 41.092705], [-73.600384, 41.092637], [-73.60048, 41.091906], [-73.600562, 41.091534], [-73.600568, 41.091494], [-73.600623, 41.091141], [-73.600645, 41.091095], [-73.600727, 41.09063], [-73.600729, 41.090624], [-73.600789, 41.090184], [-73.600758, 41.089913], [-73.6007, 41.089671], [-73.600666, 41.089471], [-73.600666, 41.089302], [-73.600668, 41.089228], [-73.600675, 41.089021], [-73.600649, 41.088758], [-73.600648, 41.088589], [-73.600647, 41.088332], [-73.600627, 41.088085], [-73.600615, 41.087918], [-73.600581, 41.087674], [-73.600577, 41.087639], [-73.600499, 41.087186], [-73.600464, 41.086947], [-73.600429, 41.086704], [-73.600419, 41.086547], [-73.600408, 41.086359], [-73.600358, 41.086083], [-73.600331, 41.08593], [-73.600324, 41.085828], [-73.600323, 41.085717], [-73.600374, 41.085643], [-73.600409, 41.085446], [-73.600437, 41.08535], [-73.600436, 41.085122], [-73.600441, 41.084895], [-73.600512, 41.084435], [-73.60059, 41.083978], [-73.60065, 41.083572], [-73.600661, 41.0835], [-73.600715, 41.083007], [-73.600903, 41.082667], [-73.601093, 41.08238], [-73.601284, 41.082072], [-73.60135, 41.081844], [-73.601414, 41.081488], [-73.60154, 41.080932], [-73.601591, 41.080433], [-73.601701, 41.080307], [-73.601818, 41.079672], [-73.602257, 41.078958], [-73.602824, 41.077968], [-73.602978, 41.077719], [-73.603118, 41.076961], [-73.603142, 41.076837], [-73.603405, 41.076193], [-73.603451, 41.07563], [-73.603536, 41.075279], [-73.603596, 41.074905], [-73.603665, 41.074644], [-73.603796, 41.074682], [-73.603942, 41.074724], [-73.604098, 41.074826], [-73.604171, 41.074833], [-73.604303, 41.074848], [-73.604308, 41.074848], [-73.6045, 41.074837], [-73.604851, 41.074858], [-73.605041, 41.074898], [-73.605121, 41.074961], [-73.605315, 41.075296], [-73.605387, 41.075421], [-73.605637, 41.075907], [-73.605749, 41.076026], [-73.605862, 41.076048], [-73.606558, 41.075942], [-73.606628, 41.075942], [-73.606765, 41.075941], [-73.606776, 41.075942], [-73.606901, 41.075967], [-73.607092, 41.076026], [-73.607228, 41.076107], [-73.607889, 41.076498], [-73.608024, 41.07653], [-73.608163, 41.076576], [-73.60831, 41.076605], [-73.608756, 41.076613], [-73.609203, 41.076612], [-73.609615, 41.076584], [-73.609706, 41.076557], [-73.609781, 41.076524], [-73.609876, 41.076505], [-73.610224, 41.076457], [-73.610533, 41.0764], [-73.61127, 41.076159], [-73.611549, 41.07611], [-73.611793, 41.076133], [-73.611875, 41.076135], [-73.612199, 41.076279], [-73.612535, 41.076413], [-73.612715, 41.076517], [-73.612843, 41.076585], [-73.612859, 41.076594], [-73.612903, 41.076638], [-73.612925, 41.076683], [-73.612975, 41.076652], [-73.61309, 41.076532], [-73.613108, 41.076423], [-73.613144, 41.076322], [-73.613212, 41.076238], [-73.613314, 41.076162], [-73.61342, 41.076067], [-73.61355, 41.075976], [-73.613827, 41.075795], [-73.614027, 41.075586], [-73.614117, 41.075492], [-73.614315, 41.075322], [-73.614358, 41.0753], [-73.614564, 41.075297], [-73.614742, 41.075366], [-73.61492, 41.075517], [-73.614991, 41.075555], [-73.615183, 41.075591], [-73.615563, 41.07555], [-73.615714, 41.075535], [-73.615902, 41.07558], [-73.616342, 41.075839], [-73.61653, 41.075893], [-73.616632, 41.075891], [-73.616936, 41.075886], [-73.616957, 41.075886], [-73.617114, 41.07587], [-73.617258, 41.075847], [-73.617328, 41.075827], [-73.617397, 41.075828], [-73.617744, 41.075779], [-73.617841, 41.075767], [-73.618144, 41.075733], [-73.61829, 41.075655], [-73.618312, 41.075644], [-73.618508, 41.075603], [-73.618778, 41.075621], [-73.618844, 41.075626], [-73.618943, 41.075634], [-73.619179, 41.075654], [-73.619217, 41.075641], [-73.619347, 41.075599], [-73.619361, 41.075585], [-73.619508, 41.075432], [-73.619549, 41.075093], [-73.619578, 41.074973], [-73.619597, 41.074901], [-73.619679, 41.074816], [-73.619709, 41.074737], [-73.619763, 41.074652], [-73.619944, 41.074464], [-73.620087, 41.074438], [-73.620138, 41.074409], [-73.620273, 41.07437], [-73.620395, 41.074344], [-73.620417, 41.074336], [-73.620594, 41.074277], [-73.620752, 41.074257], [-73.620854, 41.074268], [-73.620943, 41.074284], [-73.621051, 41.074273], [-73.621148, 41.074222], [-73.621348, 41.074099], [-73.621493, 41.073997], [-73.621679, 41.07394], [-73.621813, 41.073933], [-73.62214, 41.074008], [-73.622437, 41.07405], [-73.622867, 41.074017], [-73.623113, 41.073999], [-73.623717, 41.073926], [-73.623669, 41.073628], [-73.623614, 41.073326], [-73.62361, 41.073313], [-73.623423, 41.072621], [-73.62328, 41.072093], [-73.623224, 41.071928], [-73.623064, 41.071555], [-73.623057, 41.071535], [-73.622903, 41.071088], [-73.622869, 41.070944], [-73.622917, 41.070905], [-73.622943, 41.070885], [-73.62306, 41.070862], [-73.623094, 41.070859], [-73.623157, 41.070855], [-73.62325, 41.070842], [-73.623893, 41.070791], [-73.623923, 41.070789], [-73.624537, 41.070751], [-73.625126, 41.070802], [-73.625581, 41.070771], [-73.62602, 41.070729], [-73.626223, 41.070727], [-73.626554, 41.070726], [-73.626992, 41.070697], [-73.627231, 41.070647], [-73.627359, 41.070603], [-73.627854, 41.070438], [-73.628319, 41.070275], [-73.628366, 41.070259], [-73.62844, 41.070246], [-73.628503, 41.070237], [-73.628811, 41.070162], [-73.628857, 41.070199], [-73.628873, 41.070211], [-73.628922, 41.070235], [-73.629011, 41.070291], [-73.629062, 41.070323], [-73.629199, 41.070521], [-73.629757, 41.07111], [-73.630299, 41.071697], [-73.630364, 41.071795], [-73.63058, 41.072056], [-73.630996, 41.072558], [-73.631088, 41.072808], [-73.631155, 41.073526], [-73.631275, 41.074459], [-73.631297, 41.074685], [-73.631336, 41.074908], [-73.63139, 41.075287], [-73.631427, 41.075586], [-73.631504, 41.075703], [-73.631581, 41.075776], [-73.631698, 41.075846], [-73.63269, 41.076367], [-73.633397, 41.076724], [-73.633454, 41.076785], [-73.633564, 41.076883], [-73.633627, 41.07699], [-73.633722, 41.077106], [-73.633794, 41.077235], [-73.633864, 41.077287], [-73.633974, 41.077334], [-73.634021, 41.077361], [-73.634082, 41.077398], [-73.634274, 41.077433], [-73.634473, 41.077483], [-73.635133, 41.077626], [-73.635775, 41.077731], [-73.636286, 41.07776], [-73.636475, 41.07776], [-73.636561, 41.077752], [-73.637152, 41.0777], [-73.637358, 41.077662], [-73.637382, 41.077653], [-73.637643, 41.077561], [-73.637811, 41.0775], [-73.637987, 41.077408], [-73.638175, 41.077311], [-73.638443, 41.077234], [-73.638757, 41.077198], [-73.63908, 41.077154], [-73.639088, 41.077153], [-73.639278, 41.077115], [-73.639448, 41.077071], [-73.639663, 41.077012], [-73.639867, 41.07693], [-73.639947, 41.076892], [-73.640255, 41.076795], [-73.64045, 41.076745], [-73.640574, 41.076713], [-73.640713, 41.07671], [-73.64089, 41.076737], [-73.641143, 41.076822], [-73.64159, 41.076737], [-73.64181, 41.076702], [-73.642125, 41.076652], [-73.642641, 41.076515], [-73.642762, 41.076433], [-73.642809, 41.076402], [-73.643066, 41.076049], [-73.643466, 41.075579], [-73.643726, 41.075487], [-73.64429, 41.075269], [-73.644753, 41.074942], [-73.645043, 41.074693], [-73.645158, 41.074578], [-73.645779, 41.074108], [-73.646001, 41.073978], [-73.646143, 41.073895], [-73.64652, 41.073609], [-73.646655, 41.073472], [-73.646702, 41.073428], [-73.646803, 41.073334], [-73.646918, 41.073199], [-73.647152, 41.072989], [-73.647399, 41.072792], [-73.647714, 41.07261], [-73.648036, 41.072432], [-73.648394, 41.072229], [-73.648536, 41.072125], [-73.649141, 41.071609], [-73.649328, 41.071443], [-73.6494, 41.07138], [-73.649895, 41.070954], [-73.650134, 41.070767], [-73.650157, 41.070738], [-73.650292, 41.070657], [-73.650433, 41.070582], [-73.651057, 41.070445], [-73.651707, 41.070338], [-73.652074, 41.070268], [-73.652635, 41.069958], [-73.652843, 41.069819], [-73.653074, 41.06969], [-73.653189, 41.069625], [-73.653525, 41.069387], [-73.653621, 41.069315], [-73.653851, 41.069145], [-73.654008, 41.069061], [-73.654489, 41.068758], [-73.655008, 41.068458], [-73.65505, 41.068499], [-73.655428, 41.068908], [-73.655657, 41.06923], [-73.655691, 41.06929], [-73.655752, 41.06943], [-73.656081, 41.07001], [-73.656235, 41.07036], [-73.656306, 41.070689], [-73.656357, 41.070964], [-73.656372, 41.071096], [-73.656685, 41.071535], [-73.65697, 41.072057], [-73.6573, 41.072659], [-73.657404, 41.073021], [-73.657523, 41.073592], [-73.657553, 41.073736], [-73.657847, 41.074639], [-73.658026, 41.075104], [-73.658607, 41.07602], [-73.658746, 41.076164], [-73.658881, 41.076305], [-73.659133, 41.076541], [-73.659214, 41.07659], [-73.659353, 41.076713], [-73.659477, 41.076778], [-73.659912, 41.077066], [-73.65997, 41.077089], [-73.660125, 41.077152], [-73.660434, 41.077364], [-73.660729, 41.077545], [-73.660896, 41.077664], [-73.66114, 41.077903], [-73.661333, 41.078157], [-73.661385, 41.078225], [-73.661552, 41.078536], [-73.661617, 41.078668], [-73.661628, 41.078682], [-73.661661, 41.078726], [-73.661672, 41.078741], [-73.661887, 41.079087], [-73.661993, 41.079258], [-73.662543, 41.080087], [-73.662559, 41.08011], [-73.662639, 41.080225], [-73.662755, 41.080414], [-73.662773, 41.080457], [-73.662887, 41.08067], [-73.66297, 41.080843], [-73.663019, 41.08096], [-73.663055, 41.081044], [-73.663155, 41.081233], [-73.663346, 41.081489], [-73.663597, 41.081941], [-73.663727, 41.082135], [-73.663871, 41.082408], [-73.663987, 41.082627], [-73.66405, 41.082742], [-73.66415, 41.082895], [-73.664171, 41.082942], [-73.66419, 41.082986], [-73.664248, 41.083079], [-73.664276, 41.083124], [-73.664369, 41.083284], [-73.664413, 41.083332], [-73.664561, 41.083494], [-73.664882, 41.083698], [-73.665016, 41.083767], [-73.665239, 41.083883]]]}}, {'id': '2', 'type': 'Feature', 'properties': {'Tract': '09001010201', 'Ground truth': 3277.0, 'Replica': 3045, 'Replica / Ground truth': 0.9292035398230089}, 'geometry': {'type': 'Polygon', 'coordinates': [[[-73.637534, 41.048904], [-73.637637, 41.048963], [-73.637819, 41.049068], [-73.637934, 41.049161], [-73.638027, 41.049236], [-73.63812, 41.049213], [-73.638223, 41.049198], [-73.63845, 41.049203], [-73.638875, 41.04931], [-73.639048, 41.049358], [-73.639333, 41.049437], [-73.639751, 41.049604], [-73.640007, 41.049726], [-73.640289, 41.049912], [-73.64041, 41.05001], [-73.640617, 41.050341], [-73.6408, 41.050743], [-73.640982, 41.051196], [-73.641115, 41.051455], [-73.641171, 41.051564], [-73.641332, 41.051914], [-73.641572, 41.05224], [-73.641657, 41.052343], [-73.641857, 41.052588], [-73.642154, 41.052884], [-73.642312, 41.053041], [-73.642611, 41.053341], [-73.642858, 41.05365], [-73.643054, 41.053916], [-73.643265, 41.054166], [-73.643349, 41.054323], [-73.643453, 41.054458], [-73.643574, 41.054567], [-73.643613, 41.054602], [-73.64393, 41.05479], [-73.644211, 41.054934], [-73.644327, 41.054997], [-73.644562, 41.055154], [-73.644718, 41.055287], [-73.644733, 41.0553], [-73.644947, 41.055558], [-73.645183, 41.055828], [-73.645358, 41.056064], [-73.645506, 41.056253], [-73.645648, 41.056463], [-73.645794, 41.056733], [-73.645818, 41.056783], [-73.645939, 41.057032], [-73.646061, 41.057354], [-73.646254, 41.057959], [-73.646405, 41.058378], [-73.646523, 41.058706], [-73.64654, 41.05886], [-73.64655, 41.059213], [-73.646535, 41.059493], [-73.646528, 41.059831], [-73.64657, 41.059977], [-73.646643, 41.060126], [-73.646709, 41.060217], [-73.647291, 41.060964], [-73.647538, 41.061266], [-73.647877, 41.061681], [-73.647992, 41.061831], [-73.648078, 41.06201], [-73.648078, 41.062168], [-73.648013, 41.062314], [-73.648011, 41.062318], [-73.647954, 41.062586], [-73.647927, 41.062776], [-73.647925, 41.062805], [-73.647916, 41.06297], [-73.648029, 41.06331], [-73.648055, 41.06334], [-73.648215, 41.06352], [-73.648686, 41.063807], [-73.649021, 41.063965], [-73.649054, 41.063973], [-73.64917, 41.064003], [-73.649304, 41.06403], [-73.649446, 41.064049], [-73.649708, 41.064036], [-73.649992, 41.06401], [-73.650008, 41.064008], [-73.650275, 41.063979], [-73.650532, 41.063984], [-73.65072, 41.064056], [-73.650843, 41.06414], [-73.651396, 41.06464], [-73.651447, 41.064692], [-73.651843, 41.065095], [-73.652043, 41.065364], [-73.65237, 41.065731], [-73.652376, 41.065738], [-73.65266, 41.066068], [-73.652924, 41.066362], [-73.653768, 41.067144], [-73.654016, 41.067349], [-73.654132, 41.067475], [-73.654692, 41.068085], [-73.654755, 41.068159], [-73.654944, 41.068383], [-73.655008, 41.068458], [-73.654489, 41.068758], [-73.654008, 41.069061], [-73.653851, 41.069145], [-73.653621, 41.069315], [-73.653525, 41.069387], [-73.653189, 41.069625], [-73.653074, 41.06969], [-73.652843, 41.069819], [-73.652635, 41.069958], [-73.652074, 41.070268], [-73.651707, 41.070338], [-73.651057, 41.070445], [-73.650433, 41.070582], [-73.650292, 41.070657], [-73.650157, 41.070738], [-73.650134, 41.070767], [-73.649895, 41.070954], [-73.6494, 41.07138], [-73.649328, 41.071443], [-73.649141, 41.071609], [-73.648536, 41.072125], [-73.648394, 41.072229], [-73.648036, 41.072432], [-73.647714, 41.07261], [-73.647399, 41.072792], [-73.647152, 41.072989], [-73.646918, 41.073199], [-73.646803, 41.073334], [-73.646702, 41.073428], [-73.646655, 41.073472], [-73.64652, 41.073609], [-73.646143, 41.073895], [-73.646001, 41.073978], [-73.645779, 41.074108], [-73.645158, 41.074578], [-73.645043, 41.074693], [-73.644753, 41.074942], [-73.64429, 41.075269], [-73.643726, 41.075487], [-73.643466, 41.075579], [-73.643066, 41.076049], [-73.642809, 41.076402], [-73.642762, 41.076433], [-73.642641, 41.076515], [-73.642125, 41.076652], [-73.64181, 41.076702], [-73.64159, 41.076737], [-73.641143, 41.076822], [-73.64089, 41.076737], [-73.640713, 41.07671], [-73.640574, 41.076713], [-73.64045, 41.076745], [-73.640255, 41.076795], [-73.639947, 41.076892], [-73.639867, 41.07693], [-73.639663, 41.077012], [-73.639448, 41.077071], [-73.639278, 41.077115], [-73.639088, 41.077153], [-73.63908, 41.077154], [-73.638757, 41.077198], [-73.638443, 41.077234], [-73.638175, 41.077311], [-73.637987, 41.077408], [-73.637811, 41.0775], [-73.637643, 41.077561], [-73.637382, 41.077653], [-73.637358, 41.077662], [-73.637152, 41.0777], [-73.636561, 41.077752], [-73.636475, 41.07776], [-73.636286, 41.07776], [-73.635775, 41.077731], [-73.635133, 41.077626], [-73.634473, 41.077483], [-73.634274, 41.077433], [-73.634082, 41.077398], [-73.634021, 41.077361], [-73.633974, 41.077334], [-73.633864, 41.077287], [-73.633794, 41.077235], [-73.633722, 41.077106], [-73.633627, 41.07699], [-73.633564, 41.076883], [-73.633454, 41.076785], [-73.633397, 41.076724], [-73.63269, 41.076367], [-73.631698, 41.075846], [-73.631581, 41.075776], [-73.631504, 41.075703], [-73.631427, 41.075586], [-73.63139, 41.075287], [-73.631336, 41.074908], [-73.631297, 41.074685], [-73.631275, 41.074459], [-73.631155, 41.073526], [-73.631088, 41.072808], [-73.630996, 41.072558], [-73.63058, 41.072056], [-73.630364, 41.071795], [-73.630299, 41.071697], [-73.629757, 41.07111], [-73.629199, 41.070521], [-73.629062, 41.070323], [-73.629011, 41.070291], [-73.628922, 41.070235], [-73.628873, 41.070211], [-73.628857, 41.070199], [-73.628811, 41.070162], [-73.628503, 41.070237], [-73.62844, 41.070246], [-73.628366, 41.070259], [-73.628319, 41.070275], [-73.627854, 41.070438], [-73.627359, 41.070603], [-73.627231, 41.070647], [-73.626992, 41.070697], [-73.626554, 41.070726], [-73.626223, 41.070727], [-73.62602, 41.070729], [-73.625581, 41.070771], [-73.625126, 41.070802], [-73.624537, 41.070751], [-73.623923, 41.070789], [-73.623893, 41.070791], [-73.62325, 41.070842], [-73.623157, 41.070855], [-73.623094, 41.070859], [-73.62306, 41.070862], [-73.622943, 41.070885], [-73.622917, 41.070905], [-73.622869, 41.070944], [-73.622903, 41.071088], [-73.623057, 41.071535], [-73.623064, 41.071555], [-73.623224, 41.071928], [-73.62328, 41.072093], [-73.623423, 41.072621], [-73.62361, 41.073313], [-73.623614, 41.073326], [-73.623669, 41.073628], [-73.623717, 41.073926], [-73.623113, 41.073999], [-73.622867, 41.074017], [-73.622437, 41.07405], [-73.62214, 41.074008], [-73.621813, 41.073933], [-73.621679, 41.07394], [-73.621493, 41.073997], [-73.621348, 41.074099], [-73.621148, 41.074222], [-73.621051, 41.074273], [-73.620943, 41.074284], [-73.620854, 41.074268], [-73.620752, 41.074257], [-73.620594, 41.074277], [-73.620417, 41.074336], [-73.620395, 41.074344], [-73.620273, 41.07437], [-73.620138, 41.074409], [-73.620087, 41.074438], [-73.619944, 41.074464], [-73.619763, 41.074652], [-73.619709, 41.074737], [-73.619679, 41.074816], [-73.619597, 41.074901], [-73.619578, 41.074973], [-73.619549, 41.075093], [-73.619508, 41.075432], [-73.619361, 41.075585], [-73.619347, 41.075599], [-73.619217, 41.075641], [-73.619179, 41.075654], [-73.618943, 41.075634], [-73.618844, 41.075626], [-73.618778, 41.075621], [-73.618508, 41.075603], [-73.618312, 41.075644], [-73.61829, 41.075655], [-73.618144, 41.075733], [-73.617841, 41.075767], [-73.617744, 41.075779], [-73.617397, 41.075828], [-73.617328, 41.075827], [-73.617258, 41.075847], [-73.617114, 41.07587], [-73.616957, 41.075886], [-73.616936, 41.075886], [-73.616632, 41.075891], [-73.61653, 41.075893], [-73.616342, 41.075839], [-73.615902, 41.07558], [-73.615714, 41.075535], [-73.615563, 41.07555], [-73.615183, 41.075591], [-73.614991, 41.075555], [-73.61492, 41.075517], [-73.614742, 41.075366], [-73.614564, 41.075297], [-73.614358, 41.0753], [-73.614315, 41.075322], [-73.614117, 41.075492], [-73.614027, 41.075586], [-73.613827, 41.075795], [-73.61355, 41.075976], [-73.61342, 41.076067], [-73.613314, 41.076162], [-73.613212, 41.076238], [-73.613144, 41.076322], [-73.613108, 41.076423], [-73.61309, 41.076532], [-73.612975, 41.076652], [-73.612925, 41.076683], [-73.612903, 41.076638], [-73.612859, 41.076594], [-73.612843, 41.076585], [-73.612715, 41.076517], [-73.612535, 41.076413], [-73.612199, 41.076279], [-73.611875, 41.076135], [-73.611793, 41.076133], [-73.611549, 41.07611], [-73.61127, 41.076159], [-73.610533, 41.0764], [-73.610224, 41.076457], [-73.609876, 41.076505], [-73.609781, 41.076524], [-73.609706, 41.076557], [-73.609615, 41.076584], [-73.609203, 41.076612], [-73.608756, 41.076613], [-73.60831, 41.076605], [-73.608163, 41.076576], [-73.608024, 41.07653], [-73.607889, 41.076498], [-73.607228, 41.076107], [-73.607092, 41.076026], [-73.606901, 41.075967], [-73.606776, 41.075942], [-73.606765, 41.075941], [-73.606628, 41.075942], [-73.606558, 41.075942], [-73.605862, 41.076048], [-73.605749, 41.076026], [-73.605637, 41.075907], [-73.605387, 41.075421], [-73.605315, 41.075296], [-73.605121, 41.074961], [-73.605041, 41.074898], [-73.604851, 41.074858], [-73.6045, 41.074837], [-73.604308, 41.074848], [-73.604303, 41.074848], [-73.604171, 41.074833], [-73.604098, 41.074826], [-73.603942, 41.074724], [-73.603796, 41.074682], [-73.603665, 41.074644], [-73.603715, 41.074554], [-73.603795, 41.074412], [-73.603819, 41.074267], [-73.603836, 41.074166], [-73.604094, 41.07331], [-73.604324, 41.072497], [-73.604496, 41.071894], [-73.60462, 41.071406], [-73.604685, 41.071006], [-73.604643, 41.070335], [-73.604636, 41.069756], [-73.604712, 41.069189], [-73.604863, 41.068509], [-73.604875, 41.068396], [-73.604871, 41.068285], [-73.604808, 41.067566], [-73.604805, 41.067352], [-73.6048, 41.06687], [-73.604804, 41.066241], [-73.604785, 41.065614], [-73.604699, 41.065303], [-73.604588, 41.065039], [-73.604587, 41.064937], [-73.604587, 41.064661], [-73.604601, 41.06432], [-73.604637, 41.063941], [-73.60466, 41.063581], [-73.604715, 41.062873], [-73.604718, 41.062812], [-73.604758, 41.062103], [-73.604784, 41.061664], [-73.604821, 41.061059], [-73.604855, 41.060349], [-73.60487, 41.060054], [-73.604884, 41.059911], [-73.604904, 41.059798], [-73.604966, 41.059463], [-73.604987, 41.059351], [-73.605015, 41.059193], [-73.605076, 41.058855], [-73.605113, 41.058722], [-73.605157, 41.058568], [-73.605245, 41.058254], [-73.605349, 41.058069], [-73.605436, 41.057918], [-73.605758, 41.057413], [-73.606191, 41.056693], [-73.606218, 41.056649], [-73.606307, 41.056171], [-73.606289, 41.056023], [-73.606289, 41.056016], [-73.60625, 41.055852], [-73.606241, 41.055581], [-73.606237, 41.055433], [-73.606209, 41.055171], [-73.60626, 41.054972], [-73.606329, 41.054885], [-73.606365, 41.054842], [-73.606505, 41.054707], [-73.606664, 41.054568], [-73.606796, 41.054438], [-73.606869, 41.054329], [-73.606957, 41.054214], [-73.607039, 41.053925], [-73.607059, 41.053424], [-73.607058, 41.053408], [-73.607045, 41.052828], [-73.607059, 41.052724], [-73.607093, 41.052485], [-73.607133, 41.052423], [-73.607191, 41.052336], [-73.607431, 41.052171], [-73.607557, 41.051996], [-73.607674, 41.051739], [-73.607748, 41.051509], [-73.607876, 41.050858], [-73.607864, 41.050496], [-73.607795, 41.050196], [-73.607455, 41.049381], [-73.607292, 41.049068], [-73.607158, 41.04871], [-73.606947, 41.048217], [-73.606641, 41.047314], [-73.606599, 41.047086], [-73.606599, 41.047004], [-73.606581, 41.046706], [-73.607005, 41.045532], [-73.606985, 41.045411], [-73.6069, 41.045087], [-73.606889, 41.044896], [-73.606811, 41.044595], [-73.606672, 41.043982], [-73.606689, 41.04361], [-73.606701, 41.043361], [-73.606619, 41.042761], [-73.606547, 41.042509], [-73.606525, 41.04243], [-73.606435, 41.042155], [-73.60636, 41.041886], [-73.606231, 41.041415], [-73.606157, 41.041074], [-73.606098, 41.040802], [-73.60606, 41.040644], [-73.606018, 41.040465], [-73.605936, 41.040173], [-73.605893, 41.040017], [-73.605758, 41.039396], [-73.605691, 41.039082], [-73.605623, 41.038187], [-73.605541, 41.037661], [-73.605511, 41.037511], [-73.605458, 41.037239], [-73.605372, 41.036892], [-73.60509, 41.036884], [-73.605074, 41.036884], [-73.60465, 41.036874], [-73.60418, 41.03687], [-73.603883, 41.036868], [-73.603756, 41.036826], [-73.603642, 41.036789], [-73.603384, 41.036713], [-73.603374, 41.036707], [-73.603258, 41.036642], [-73.603358, 41.036635], [-73.603545, 41.036636], [-73.604409, 41.036642], [-73.604698, 41.036645], [-73.604828, 41.036645], [-73.60522, 41.036648], [-73.605351, 41.036649], [-73.605622, 41.03665], [-73.606435, 41.036656], [-73.606706, 41.036658], [-73.606999, 41.036658], [-73.607878, 41.036659], [-73.608172, 41.03666], [-73.608404, 41.036672], [-73.608751, 41.036692], [-73.609103, 41.036715], [-73.609336, 41.036731], [-73.609389, 41.036729], [-73.6095, 41.036727], [-73.609548, 41.036732], [-73.609601, 41.036738], [-73.609725, 41.036751], [-73.609944, 41.036776], [-73.610099, 41.036788], [-73.610224, 41.036799], [-73.610279, 41.036803], [-73.610444, 41.036817], [-73.6105, 41.036822], [-73.610669, 41.036827], [-73.610786, 41.036838], [-73.610829, 41.036843], [-73.611645, 41.036922], [-73.611932, 41.036951], [-73.612343, 41.036957], [-73.613576, 41.036975], [-73.613988, 41.036981], [-73.614517, 41.036995], [-73.614528, 41.036996], [-73.615383, 41.037], [-73.616107, 41.037008], [-73.616637, 41.037014], [-73.616697, 41.037015], [-73.61676, 41.037011], [-73.61713, 41.036993], [-73.617254, 41.036987], [-73.617205, 41.037561], [-73.6172, 41.03762], [-73.617198, 41.038251], [-73.617246, 41.03877], [-73.617386, 41.039268], [-73.617486, 41.039619], [-73.617464, 41.039686], [-73.617438, 41.039825], [-73.617248, 41.040203], [-73.617175, 41.04036], [-73.617091, 41.040542], [-73.616755, 41.041284], [-73.616424, 41.041985], [-73.616406, 41.042024], [-73.616205, 41.04254], [-73.616126, 41.042705], [-73.616106, 41.042743], [-73.616043, 41.042864], [-73.616018, 41.042974], [-73.61593, 41.043744], [-73.615854, 41.044351], [-73.615832, 41.044534], [-73.615708, 41.044887], [-73.615576, 41.045212], [-73.615522, 41.045461], [-73.615479, 41.045705], [-73.61547, 41.045851], [-73.615476, 41.04599], [-73.615524, 41.046194], [-73.615563, 41.046386], [-73.615579, 41.046488], [-73.615617, 41.046609], [-73.61563, 41.046682], [-73.615983, 41.047655], [-73.6164, 41.048623], [-73.616479, 41.048946], [-73.616505, 41.049222], [-73.616502, 41.049316], [-73.616485, 41.04938], [-73.616502, 41.049547], [-73.616491, 41.0497], [-73.616461, 41.050131], [-73.616494, 41.05069], [-73.616446, 41.051228], [-73.616404, 41.051395], [-73.616318, 41.051528], [-73.616409, 41.051619], [-73.616443, 41.051653], [-73.616566, 41.051831], [-73.616621, 41.051882], [-73.616661, 41.051909], [-73.616767, 41.051984], [-73.616818, 41.052042], [-73.616906, 41.052141], [-73.616959, 41.052227], [-73.617001, 41.052293], [-73.617052, 41.052214], [-73.61718, 41.05202], [-73.617218, 41.05199], [-73.617292, 41.051933], [-73.61749, 41.051533], [-73.617552, 41.05141], [-73.617748, 41.050871], [-73.617852, 41.050358], [-73.617889, 41.050262], [-73.618052, 41.049847], [-73.618162, 41.049499], [-73.618285, 41.049113], [-73.618443, 41.048445], [-73.618458, 41.048385], [-73.618539, 41.048094], [-73.619313, 41.048086], [-73.6194, 41.048086], [-73.620285, 41.048111], [-73.620314, 41.048112], [-73.620614, 41.048116], [-73.620965, 41.048111], [-73.621312, 41.048144], [-73.621634, 41.048171], [-73.622407, 41.048236], [-73.62243, 41.048324], [-73.622499, 41.048589], [-73.622523, 41.048678], [-73.622587, 41.048921], [-73.622684, 41.049287], [-73.622784, 41.049651], [-73.622852, 41.049895], [-73.623708, 41.049911], [-73.624337, 41.049923], [-73.624591, 41.049928], [-73.624688, 41.049893], [-73.624891, 41.049759], [-73.625484, 41.04883], [-73.625614, 41.048631], [-73.625991, 41.048059], [-73.626085, 41.047916], [-73.626133, 41.047827], [-73.626278, 41.047561], [-73.626327, 41.047473], [-73.626428, 41.047381], [-73.626441, 41.047372], [-73.626636, 41.047246], [-73.626758, 41.04716], [-73.626826, 41.047128], [-73.626965, 41.047064], [-73.627068, 41.047165], [-73.627379, 41.047468], [-73.627483, 41.047569], [-73.627584, 41.047583], [-73.627737, 41.047606], [-73.627889, 41.047621], [-73.62795, 41.047628], [-73.62799, 41.047616], [-73.62848, 41.047681], [-73.628766, 41.047697], [-73.629029, 41.047712], [-73.629147, 41.047714], [-73.629349, 41.047737], [-73.629533, 41.04779], [-73.629746, 41.047835], [-73.629997, 41.047894], [-73.630274, 41.047949], [-73.630462, 41.047963], [-73.630666, 41.047987], [-73.630916, 41.047985], [-73.631081, 41.047987], [-73.63121, 41.04799], [-73.63136, 41.048003], [-73.631459, 41.048024], [-73.631567, 41.04804], [-73.63169, 41.048082], [-73.63184, 41.048141], [-73.631968, 41.048178], [-73.631972, 41.04818], [-73.632124, 41.048265], [-73.632274, 41.048316], [-73.632336, 41.048334], [-73.632464, 41.048374], [-73.63289, 41.048421], [-73.63298, 41.048429], [-73.633257, 41.048456], [-73.633933, 41.048489], [-73.634494, 41.048507], [-73.634536, 41.048509], [-73.634831, 41.048527], [-73.635055, 41.048545], [-73.635453, 41.048568], [-73.635487, 41.048571], [-73.635923, 41.048592], [-73.636371, 41.04858], [-73.636646, 41.048545], [-73.636742, 41.048534], [-73.637041, 41.048485], [-73.637119, 41.048485], [-73.637155, 41.048486], [-73.637279, 41.048459], [-73.637351, 41.048449], [-73.637429, 41.048439], [-73.637449, 41.048532], [-73.637512, 41.048811], [-73.637534, 41.048904]]]}}, {'id': '3', 'type': 'Feature', 'properties': {'Tract': '09001010202', 'Ground truth': 5546.0, 'Replica': 5382, 'Replica / Ground truth': 0.9704291381175623}, 'geometry': {'type': 'Polygon', 'coordinates': [[[-73.589658, 41.042242], [-73.589712, 41.042245], [-73.589889, 41.042249], [-73.59004, 41.042254], [-73.590405, 41.042236], [-73.590581, 41.042212], [-73.590632, 41.042206], [-73.590809, 41.042171], [-73.590756, 41.042403], [-73.590717, 41.042551], [-73.59065, 41.042654], [-73.590633, 41.042682], [-73.590572, 41.042815], [-73.590396, 41.043121], [-73.590311, 41.043399], [-73.590329, 41.043467], [-73.590332, 41.043499], [-73.590442, 41.043586], [-73.590508, 41.04363], [-73.590862, 41.04381], [-73.59091, 41.043834], [-73.591328, 41.044029], [-73.591358, 41.04401], [-73.591448, 41.043955], [-73.591479, 41.043937], [-73.591603, 41.04403], [-73.591789, 41.04417], [-73.591966, 41.04432], [-73.592085, 41.044421], [-73.592181, 41.044351], [-73.59247, 41.044144], [-73.592567, 41.044076], [-73.592681, 41.04398], [-73.592759, 41.043917], [-73.592863, 41.043836], [-73.592997, 41.04376], [-73.593132, 41.043689], [-73.593268, 41.043606], [-73.593416, 41.043612], [-73.593436, 41.043613], [-73.593397, 41.043667], [-73.593438, 41.04373], [-73.593465, 41.043753], [-73.593516, 41.043765], [-73.593583, 41.043693], [-73.593624, 41.043657], [-73.593673, 41.043555], [-73.5938, 41.043343], [-73.594036, 41.042952], [-73.594422, 41.04238], [-73.594488, 41.042253], [-73.594552, 41.04207], [-73.594538, 41.042018], [-73.594472, 41.041766], [-73.59432, 41.041566], [-73.594429, 41.041514], [-73.594759, 41.041361], [-73.594869, 41.04131], [-73.59501, 41.041257], [-73.595188, 41.041191], [-73.595429, 41.041082], [-73.595567, 41.041021], [-73.595654, 41.041026], [-73.595793, 41.041034], [-73.595917, 41.04105], [-73.596005, 41.041062], [-73.595938, 41.041197], [-73.595936, 41.04124], [-73.595931, 41.041456], [-73.595993, 41.041689], [-73.596058, 41.041796], [-73.596067, 41.04181], [-73.596166, 41.041958], [-73.596234, 41.042013], [-73.59643, 41.042102], [-73.596563, 41.042162], [-73.596908, 41.04234], [-73.597252, 41.042491], [-73.597425, 41.042568], [-73.597533, 41.042605], [-73.597617, 41.042633], [-73.597704, 41.042663], [-73.597877, 41.042685], [-73.597966, 41.042697], [-73.597913, 41.042941], [-73.597827, 41.043341], [-73.597745, 41.043673], [-73.597686, 41.043917], [-73.597642, 41.044076], [-73.597572, 41.044339], [-73.597509, 41.044554], [-73.597464, 41.044713], [-73.597438, 41.04483], [-73.597362, 41.045184], [-73.59734, 41.045288], [-73.597339, 41.045303], [-73.597323, 41.045503], [-73.597431, 41.045569], [-73.597723, 41.045612], [-73.598763, 41.045766], [-73.599574, 41.045873], [-73.600192, 41. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment