#content .wrapper {
  overflow: visible;
}
#westchester-flippy-container {
  position: relative;
  width: 960px;
  height: 750px;
  border: 1px solid #efefef;
}

#westchester-flippy-container .tip {
  position:absolute;
  z-index: 20;
  background-color: #f7f7f7;
  opacity: .9;
  font-family: "Helvetica Neue",arial,sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 11px;
  padding: 4px;
  width: 150px;
}

#map {
  width: 950px;
  height: 750px;
  z-index: 15;
  top: 0px;
  left: 0.5px;
  position: absolute;
}

#westchester-flippy-container #fha-wrapper, #westchester-flippy-container #st-wrapper {
  width: 960px;
  height: 750px;
  position: absolute;
  display: none;
  z-index: 15;
}

#westchester-flippy-container #legend  {
  position: absolute;
  bottom: -1px;
  left: -1px;
  font-size: 11px;
  font-family: "helvetica";
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  width: 94px;
  z-index:10000;
  border: 1px solid #cecece;
}

#westchester-flippy-container #legend div.break { width: 5px; height:10px; float: left; margin-top: 1px;}
#westchester-flippy-container #legend span { width: 80px; float: right; }
#westchester-flippy-container .break-5  { background-color:#ece7f2; }
#westchester-flippy-container .break-15 { background-color:#a6bddb; }
#westchester-flippy-container .break-30 { background-color:#74a9cf; }
#westchester-flippy-container .break-45 { background-color:#3690c0; }
#westchester-flippy-container .break-60 { background-color:#0570b0; }
#westchester-flippy-container .circle-0  { background-color:#FB6A4A; border-color:#FB6A4A; }
#westchester-flippy-container .circle-30 { background-color:#EF3B2C; border-color:#EF3B2C; }
#westchester-flippy-container .circle-60 { background-color:#CB181D; border-color:#CB181D; }
#westchester-flippy-container .circle-90 { background-color:#99000D; border-color:#99000D; }
#westchester-flippy-container #legend .line {overflow: hidden; display:block; width: 100%;}
#westchester-flippy-container .year { display:none; }


#westchester-flippy-container #fha-wrapper .pt,#westchester-flippy-container #st-wrapper .pt {
  position: absolute;
  width:  7px;
  height: 7px;

  border-radius: 10px;
  position:absolute;
  z-index: 0;

  color: transparent;
  border: none;
  z-index: 100;
  background-color: #009900;
  opacity: 1;
}

#westchester-housing-toggle, #westchester-st-toggle {
  cursor:pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 5px;
}

#westchester-housing-toggle.active span, #westchester-st-toggle.active span {
  background-color: #99000D;
  border-color: #99000D;
}

#westchester-scroll {
  height: 280px;
  overflow-y: scroll;
  width: 100%;
}

#westchester-pop {
  width: 400px;
  font-family: helvetica;
  height: 300px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  font-size: 11px;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

span.circle, div.circle {
  border: 1px solid gray;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  display: inline-block;
}

#westchester-pop table {
  width: 100%;
}

#westchester-pop td,
#westchester-pop th {
  border-bottom: 1px solid #efefef;
  padding: 5px 5px;
  text-align:left;
  vertical-align: bottom;
}

#westchester-pop td span {
  font-size: 10px;
}

#westchester-pop th.place {
  width: 120px;
}

#westchester-pop td {
  cursor:pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#westchester-pop td.active {}

@media screen and (max-width: 480px) {
  #westchester-flippy-container  {width: 300px; height: 234px; }
  #westchester-flippy-container #fha-wrapper, #westchester-flippy-container #st-wrapper {display:none;}
  #westchester-pop  {display:none;}
  #westchester-flippy-container #legend {right:0px;}
  .byline-block {width: 300px;}
  ul.article-tools {display:none;}
  #westchester-flippy-container .tip {display:none;}
}
