#map, #mapholder { position:absolute; top:0; bottom:0; width:100%; }
body { margin:0; padding:0; background:#fff;font:14px/1.6em "Lato", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;}
.menu-ui {
  background:#fff;
  position:absolute;
  top:110px;right:10px;
  z-index:1;
  border-radius:3px;
  width:140px;
  /*border:1px solid rgba(0,0,0,0.4);*/
}

#date-filter-choices {
    width: 100%;
    border: none;
    padding: 5px;
    font-size: 12px;
    color: #404040;
}

#mobile-body #menu-ui {
  background: transparent;
  top: auto;
  right: auto;
  z-index: 1;
  border-radius: 3px;
  width: auto;
  /* border: 1px solid rgba(0,0,0,0.4); */
  bottom: 30px;
  left: 10px;
  right: 10px;
  text-align: center;
}

.menu-ui a {
  font-size:13px;
  color:#404040;
  display:block;
  margin:0;padding:0;
  padding:10px;
  text-decoration:none;
  border-bottom:1px solid rgba(0,0,0,0.25);
  text-align:center;
}

#mobile-body .menu-ui a {
  background: #fff;
  font-size:10px;
  color:#404040;
  display:inline-block;
  margin:0 ;
  padding:4px 8px;
  text-decoration:none;
  border:1px solid rgba(0,0,0,0.25);
  text-align:center;
}
.menu-ui a:first-child {
  border-radius:3px 3px 0 0;
}
.menu-ui a:last-child {
  border:none;
  border-radius:0 0 3px 3px;
}
.menu-ui a:hover {
  background:#f8f8f8;
  color:#404040;
}
.menu-ui a.active,
.menu-ui a.active:hover {
  background:#3887BE;
  color:#FFF;
}

.leaflet-control-locate {
  border:1px solid rgba(0,0,0,0.4);
}
.leaflet-control-locate a {
  background-color:#fff;
  background-position:-3px, -2px;
}
.leaflet-control-locate.active a {
  background-position:-33px -2px;
}

.legend {
  line-height: 18px;
  color: #fff;
  /*background:rgba(255,255,255,.5);*/
  text-shadow:0 0 4px #000, 0 0 3px #000;
}
.leaflet-container h1 {
  font-size:22px;
}
.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.context-switch {
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 3px;
  width: 140px;
}

.toggle {
  cursor: pointer;
  font-size: 13px;
}

.toggle.left {
  overflow: hidden;
  text-align: center;
  position: relative;
  color: rgb(86, 86, 86);
  -webkit-user-select: none;
  padding: 8px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 1px 0px;
  min-width: 56px;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
}

.toggle.right {
  overflow: hidden;
  text-align: center;
  position: relative;
  color: rgb(86, 86, 86);
  -webkit-user-select: none;
  padding: 8px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 1px 0px;
  min-width: 52px;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
}

.toggle.active {
  background: #3887BE;
  color: #FFF;
}

.date-filter {
  background:#fff;
  position:absolute;
  top:60px;right:10px;
  z-index:1;
  border-radius:3px;
  width:120px;
  padding: 10px;
}

.date-filter label {
  font-size: 12px;
}

/*
 * These CSS rules affect the tooltips within maps with the custom-popup
 * class. See the full CSS for all customizable options:
 * https://github.com/mapbox/mapbox.js/blob/001754177f3985c0e6b4a26e3c869b0c66162c99/theme/style.css#L321-L366
 */
.custom-popup .leaflet-popup-content-wrapper {
    z-index: 999;
    background:#FFF;
    color:#333 !important;
    font-size:12px;
    line-height:14px;
    border:1px solid #000;position:relative;background-color: #575757;background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#373737)); /* Saf4+, Chrome background-image: -webkit-linear-gradient(top, #575757, #373737); /* Chrome 10+, Saf5.1+, iOS 5+ */background-image:-moz-linear-gradient(top, #575757, #373737); /* FF3.6 */background-image:     -ms-linear-gradient(top, #575757, #373737); /* IE10 */background-image:-o-linear-gradient(top, #575757, #373737); /* Opera 11.10+ */background-image:linear-gradient(top, #575757, #373737);-webkit-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.37), 0px 6px 18px 0px rgba(0, 0, 0, 0.95);-moz-box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.37), 0px 6px 18px 0px rgba(0, 0, 0, 0.95);box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.37), 0px 2px 4px 0px rgba(0, 0, 0, 0.85);border-radius:10px;padding:5px;}

.custom-popup .leaflet-popup-content-wrapper a {
  border: 0;
  color: #0960AB;
  text-decoration: none;
}


.custom-popup .leaflet-popup-tip-container {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
}

.custom-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  width: 0;
  height: 0;
  margin: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #373737;
  box-shadow: none;
}

.custom-popup .leaflet-popup-content {
  background-color: #FEFEFE;
  border-radius: 5px;
  padding: 0;
}

.custom-popup .popover-content {
  width: 100%;
  max-height: 300px;
  overflow-x: auto;
}

.custom-popup .infoimg {
  background-color: #FEFEFE;
  border-radius: 4px;
  float: right;
  margin: 0 0 10px 10px;
  max-width: 150px;
}

.custom-popup .sched-button {
  border-bottom-color: rgb(51, 51, 51);
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(51, 51, 51);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(51, 51, 51);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(51, 51, 51);
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: block;
  font-family: Lato, 'Helvetica Neue', 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: rgb(51, 51, 51);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  vertical-align: baseline;
  width: auto;
}

.custom-popup .sched-button a {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(250, 250, 250)), to(rgb(237, 237, 237)));
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(221, 221, 221);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(221, 221, 221);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(221, 221, 221);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(17, 17, 17);
  cursor: auto;
  display: inline-block;
  font-family: Lato, 'Helvetica Neue', 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: auto;
  line-height: 18px;
  margin-bottom: 10px;
  margin-left: -1px;
  margin-right: 10px;
  margin-top: 0px;
  outline-color: rgb(17, 17, 17);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgb(255, 255, 255) 1px 1px 1px;
  vertical-align: baseline;
  width: auto;

  border: 0;
  color: #333;
  text-decoration: none;
}

.tip-roles {clear:both;}

.sched-meta,.sched-meta-loading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #efefef;
  height: 35px;
  border-bottom: 1px solid #ddd;
/*        top: -10px;
  left: -10px;
  position: relative;*/
  width: 408px;
}
.sched-meta-loading {border-radius: 5px;padding:5px;height:40px;}
.sched-meta .button {font-size:13px;margin:3px 5px 0;background: #fafafa;padding-left:5px;height:25px;line-height:26px;}
.sched-meta .button-link {background:#fafafa;}
.sched-meta .button-link span {background:url(//cdn.sched.co/common/img/icons.png) -56px -75px no-repeat;height:34px;width:16px;display:block;float:left;margin:4px 6px 0 0;}
.sched-meta .like-button {
  display: inline;
  margin-left: 5px;
  float: right;
  top: -5px;
  position: relative;
}
.sched-meta .button:hover, .sched-meta .button-link:hover {background-color:#fff;}

.sched-meta {padding:0;position:fixed;z-index:999;}
.sched-meta .button {line-height:34px;background:none;border-right:1px solid #ccc !important;height:34px;display:block;float:left;border-radius: 0;box-shadow: none; text-shadow:0 1px 0 rgba(0,0,0,0.3);margin:0;padding:0 12px;}
.sched-meta .button-add {border-top-left-radius: 5px;}


.custom-popup .ev_0 {box-shadow:none;background:#fff;border:1px solid rgba(200,200,200,.3) !important;}
.custom-popup .ev_0 .ev-save {background-color:#eee !important;}
.custom-popup .ev_1,.ev_1 span.box,.leaflet-popup-content .ev_1{background:#F3827F;}
.custom-popup .ev_2,.ev_2 span.box,.leaflet-popup-content .ev_2{background:#9EDF7D;}
.custom-popup .ev_3,.ev_3 span.box,.leaflet-popup-content .ev_3{background:#B7CDFF;}
.custom-popup .ev_4,.ev_4 span.box,.leaflet-popup-content .ev_4{background:#FFBC57;}
.custom-popup .ev_5,.ev_5 span.box,.leaflet-popup-content .ev_5{background:#EFC8FE;}
.custom-popup .ev_6,.ev_6 span.box,.leaflet-popup-content .ev_6{background:#44F4C4;}
.custom-popup .ev_7,.ev_7 span.box,.leaflet-popup-content .ev_7{background:#FFFD67;}
.custom-popup .ev_8,.ev_8 span.box,.leaflet-popup-content .ev_8{background:#B1B1B1;}
.custom-popup .ev_9,.ev_9 span.box,.leaflet-popup-content .ev_9{background:#CEF2EC;}
.custom-popup .ev_10,.ev_10 span.box,.leaflet-popup-content .ev_10{background:#FF8FDC;}
.custom-popup .ev_11,.ev_11 span.box,.leaflet-popup-content .ev_11{background:#8D95FF;}
.custom-popup .ev_12,.ev_12 span.box,.leaflet-popup-content .ev_12{background:#608EA4;}
.custom-popup .ev_13,.ev_13 span.box,.leaflet-popup-content .ev_13{background:#FFFC36;}
.custom-popup .ev_14,.ev_14 span.box,.leaflet-popup-content .ev_14{background:#7FFF36;}
.custom-popup .ev_15,.ev_15 span.box,.leaflet-popup-content .ev_15{background:#3697FF;}
.custom-popup .ev_16,.ev_16 span.box,.leaflet-popup-content .ev_16{background:#eee;}
.custom-popup .ev_17,.ev_17 span.box,.leaflet-popup-content .ev_17{background:#fbe0a9;}
.custom-popup .ev_18,.ev_18 span.box,.leaflet-popup-content .ev_18{background:#EFC8FE;}
.custom-popup .ev_19,.ev_19 span.box,.leaflet-popup-content .ev_19{background:#80c5ca;}
.custom-popup .ev_20,.ev_20 span.box,.leaflet-popup-content .ev_20{background:#d2f5f7;}
.custom-popup .ev_21,.ev_21 span.box,.leaflet-popup-content .ev_21{background:#d79e80;}
.custom-popup .ev_22,.ev_22 span.box,.leaflet-popup-content .ev_22{background:#44F4C4;}
.custom-popup .ev_23,.ev_23 span.box,.leaflet-popup-content .ev_23{background:#ccaa92;}
.custom-popup .ev_24,.ev_24 span.box,.leaflet-popup-content .ev_24{background:#F39C62;}
.custom-popup .ev_25,.ev_25 span.box,.leaflet-popup-content .ev_25{background:#E673FF;}
.custom-popup .ev_26,.ev_26 span.box,.leaflet-popup-content .ev_26{background:#DDFF55;}


.leaflet-popup-content, #sched-sidebar, .sched-event-details-timeandplace, .sched-event-type, small, input, .sched-event-details-role,#sched-page-grid #sched-content, #sched-page-grid-full #sched-content,.tip-custom-fields,.people-container .sched-person{font-size:12px;line-height:1.5em;}
.leaflet-popup-content h2, #sched-views .sched-toggle li a,.sched-input-textarea,#sched-page-grid .sched-container-dates, #sched-page-grid-full .sched-container-dates,#sched-page-me .sched-button, #schedorg #sched-page-me #sched-page-me-connections h2 {font-size:14px;}
#sched-container-header-menu, .sched-container-header-name, .sched-button-submit, #sched-search-message .search-box, .attendee-avatar a, #sched-page-help-menu li, #sched-page-signup label, #sched-search-message #sched-search-clear, #sched-admin a, #sched-sidebar-menu #sched-sidebar-menu-myprofile-link, #sched-sidebar-menu #sched-sidebar-menu-items li a.sched-sidebar-menu-item, #schedorg-header-official, #sched-header-profile-menu, #schedorg-header-profile #sched-header-menu-myprofile-link, #sched-header-menu-myprofile-link, .sched-container-dates,#sched-page-me-profile-data, #sched-page-me-profile-about, #sched-page-me-connections{font-size: 16px;line-height:1.8em;}
.leaflet-popup-content .sched-avatar-letter, #sched-page-me-connections .sched-avatar-letter, #sched-sidebar .sched-avatar-letter, #sched-header-menu .sched-avatar-letter, #sched-header-profile-menu .sched-avatar-letter {font-size:22px;line-height:46px;}

.leaflet-popup-content .sched-avatars {margin-bottom:0;margin:0;padding:0;}
.leaflet-popup-content .sched-avatar {height:75px;width:75px;margin-bottom:5px;}
.leaflet-popup-content .sched-avatar img {height:75px;}
.leaflet-popup-content .sched-person {width:100%;float:left;min-height:40px;margin-bottom:5px;}

.sched-event-details span.box { clear: left; margin: 0 5px 0 0; }
.tip-description {margin-bottom:10px;}
/*.leaflet-popup-content .tip-description {max-height:155px;overflow:auto;}*/
.tip-description li { margin:0 0 5px 15px;list-style:disc; }
.tip-description li:last-child { margin-bottom: 0 }
.leaflet-popup-content .box {height:12px;width:12px;}


.leaflet-popup-content a.sched-admin-edit {background:rgba(0,0,0,0.25) url(//static.sched.com/img/edit.png) 5px center no-repeat;border-bottom-left-radius: 5px; border-width: 0 0 1px 1px; color: #000; float: right; font-weight: 700; padding: 2px 5px 2px 20px; position: relative; right: 8px; text-decoration: none; top: 19px; z-index: 9999;}
.leaflet-popup-content a.sched-admin-edit:hover { background: #888 url(//static.sched.com/img/edit.png) 5px center no-repeat;color:#fff;text-decoration:underline; }
.leaflet-popup-content .sched-button { margin: 0 }
.leaflet-popup-content .sched-button a { margin: 0 10px 10px -1px }
.leaflet-popup-content .leaflet-popup-content-loading { margin:4px 5px 0 5px;}
.leaflet-popup-content .arrow-up { border-bottom: 10px solid #000; border-left: 10px solid transparent; border-right: 10px solid transparent; height: 0; margin-left: 10px; position: relative; width: 0; z-index: 999; }
.leaflet-popup-content .infoimg {background: #fff; border-radius: 4px; float: right; margin: 0 0 10px 10px; max-width: 150px; }
.leaflet-popup-content .box { display: none; border-radius: 50%; }
.leaflet-popup-content ul li{ list-style: disc inside }
.leaflet-popup-content ul.tip-custom-fields li {list-style:none;}
.leaflet-popup-content hr { border:0;border-top: 1px solid #999;height:1px;background:#eee; margin: 10px 0; padding: 0 0 0;}
.leaflet-popup-content ol li{ list-style: decimal inside }
.leaflet-popup-content .has-avatars li { height: auto }

.tip-description li { margin:0 0 5px 15px;list-style:disc; }
.tip-description li:last-child { margin-bottom: 0 }
.leaflet-popup-content .box {height:12px;width:12px;}

.tip-custom-fields {
  padding: 0;
}

.leaflet-popup-content .sched-person {
  min-width: 250px;
  width: 48%;
  float: left;
  position: relative;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  padding: 2px;
  width: 31%;
  text-align: center;
  float: left;
  min-height: 310px;
  position: relative;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  min-height: 40px;
  margin-bottom: 5px;
  text-align: left;
}

.leaflet-popup-content .sched-avatar {
  height: 79px;
  width: 79px;
  overflow: hidden;
  display: block;
  border-radius: 100px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  top: 0;
  left: 0;
  position: relative;
  transition: all .1s linear;
  height: 200px;
  width: 200px;
  border-radius: 300px;
  float: none;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  margin-bottom: 5px;
  height: 75px;
  width: 75px;
  float: left;
  margin-right: 10px;
}

.leaflet-popup-content .sched-avatar-letter {
  font-style: normal;
  -webkit-text-stroke: 6px rgba(255,255,255,0.05);
  text-shadow: rgba(245,245,255,0.35) 0 0px 0px,rgba(0,0,30,0.1) 0px 0.04em 0;
  -webkit-background-clip: text;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  line-height: 68px;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 195px;
  font-weight: 400;
  height: 200px;
  border: 2px solid #e6e6e6;
  width: 200px;
  display: inline-block;
  border-radius: 300px;
  font-size: 22px;
  line-height: 46px;
  font-size: 32px;
  line-height: 75px;
  font-weight: 400;
  border: 2px solid #E6E6E6;
  width: 68px;
  height: 68px;
  line-height: 68px;
  display: inline-block;
  border-radius: 300px;
}

.leaflet-popup-content h2 {
  margin: 8px 0 3px;
  font-weight: 700;
  font-size: 14px;
}

.leaflet-popup-content .sched-event-details-role-company {
  margin-bottom: 5px;
}

.s-clr {
  clear: both;
}

.sched-event-capnotice { font-weight: bold; color: #C81414; }

.sched-meta-loading {
  border-radius: 5px;
  padding: 7px;
  height: 24px;
  width: 394px;
  text-align: center;
}
.tip-margins {
  padding: 45px 10px 10px;
}

.leaflet-popup-content ul {
  margin: 0;
  padding: 0;
}


.smalltip {
  position: relative;
  background-color: #FEFEFE;
  border-radius: 5px;
  font-size: 15px;
}

.smalltip .title {
  display: block;
  font-size: 15px;
  color: #222;
  padding:10px 10px;
}
.smalltip .venue {
  font-size: 13px;
  color: #666;
  display:block;
  margin:0 10px;
}
.smalltip .time {
  font-size: 13px;
  color: #666;
  display:block;
  margin:0 10px;
}
.smalltip .info {
  display: block;
  font-size: 13px;
  color: #333;
  padding:5px 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background:#eee;
  margin-top:10px;
}


#mobile-body .leaflet-popup-content-wrapper { -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; }
#mobile-body .leaflet-popup-content {text-align:center; max-width: 190px;padding-bottom:10px !important;}
#mobile-body .leaflet-popup-content .smalltip { font-size: 12px;}
#mobile-body .leaflet-popup-content .smalltip .title {padding:0 0 5px;}
#mobile-body .leaflet-popup-content .smalltip .venue { font-size:11px;margin:0;}
#mobile-body .leaflet-popup-content .smalltip .time { font-size: 11px;   display: block;margin:0;}
#mobile-body .leaflet-popup-content .smalltip .hint {
  text-align: center;
  display: inline-block;
  background: #BABAB8;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  color:#111;
  cursor:pointer;
}

#sched-page-me-profile-avatar img,.tooltip-friend span {border-radius: 100px;}
.sched-avatar img { height: 75px;width: auto;margin:0 auto;border:2px solid #E6E6E6;border-radius:300px;}
.sched-avatar:hover {text-decoration:none !important;top:-2px;
transition:all .1s linear;}
.sched-avatar-letter {font-style:normal;-webkit-text-stroke: 6px rgba(255,255,255,0.05);text-shadow: rgba(245,245,255,0.35) 0 0px 0px,rgba(0,0,30,0.1) 0px 0.04em 0;-webkit-background-clip: text;font-weight:700;font-size:35px;text-align:center;line-height:68px;text-transform:uppercase;
}
#sched-page-me-connections .sched-avatar, #sched-sidebar .sched-avatar, #sched-header-menu .sched-avatar, #sched-header-profile-menu .sched-avatar, .tooltip-friend span { height: 50px; width: 50px;overflow:hidden;display:block; float:left;}
#sched-page-me-connections .sched-avatar img, #sched-sidebar .sched-avatar img, #sched-header-menu .sched-avatar img, #sched-header-profile-menu .sched-avatar img, .tooltip-friend img { height: 50px;width: auto; margin:0 auto;}
#sched-page-me-connections .sched-avatar, .tooltip-friend span{margin-right:5px;}

.legend {
  top:5px !important;
  position:absolute;
  left:50px;
  min-width:300px;
}

.sched-maptip-generic {
position: absolute;
top: 0;
width: 100%;
height: 100%;
color: white;
}

.sched-maptip-generic-inner {
  z-index: 9999; width: 500px; background-color: rgba(0,0,0,0.85); border: 3px solid white;padding: 40px;font-size: 16px;border-radius: 15px;position: absolute;top: 50%;left: 50%;margin-left: -290px;margin-top: -125px;text-align: center;}

.sched-maptip-button {margin-left: 10px; margin-right: 10px; padding: 5px 30px; color: black;background: #F0F0F0;display: inline-block;border-radius: 20px;font-weight: bold;margin-top: 30px; cursor: pointer}
.sched-maptip-button:hover {box-shadow: 0px 0px 6px white; background: white;}
.sched-maptip-button-red {margin-left: 10px; margin-right: 10px; padding: 5px 30px; color: black;background: #FF5050;display: inline-block;border-radius: 20px;font-weight: bold;margin-top: 30px; cursor: pointer}
.sched-maptip-button-red:hover {box-shadow: 0px 0px 6px red; background: #FF8080;}

.custom-popup {
  width: 420px;
}

