.w_phgraph {
  background-color: #666;
}
.w_phgraph h2 {
  background-color: #585858;
  padding: 15px;
  font-size: 25px;
  color: #bbb;
  font-weight: normal;
  margin: 0;
  position: relative;
}
.w_phgraph h2 a {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 20px;
}
.w_phgraph a {
  color: #9ccdf3;
}
.w_phgraph .main_data {
  color: #e3e3e3;
  float: left;
  width: 120px;
  padding: 20px 40px 20px 25px;
  background: url("/neo/i/l/decorators/slider.png") right center no-repeat;
}
.w_phgraph .main_data span {
  color: #fff;
  display: block;
}
.w_phgraph .main_data span.price {
  font-size: 30px;
  font-weight: bold;
}
.w_phgraph .main_data span.legend {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 13px;
}
.w_phgraph .diagram {
  color: #fff;
  float: left;
  width: 540px;
  overflow: visible;
  margin-top: 15px;
}
.w_phgraph .idx_item {
  float: left;
  margin-right: 12px;
  margin-left: 6px;
  width: 90px;
  position: relative;
  height: 110px;
}
.w_phgraph .idx_item.last {
  margin-right: 0px;
}
.w_phgraph .idx_item:hover .idx_bulb {
  display: block;
}
.w_phgraph .idx_caption {
  margin-bottom: 10px;
  text-align: center;
}
.w_phgraph .idx_caption .value {
  font-size: 28px;
  color: #e3e3e3;
}
.w_phgraph .idx_caption .value.neg {
  color: #f79797;
}
.w_phgraph .idx_caption .value.pos {
  color: #b5f088;
}
.w_phgraph .idx_caption .period {
  text-transform: uppercase;
  font-size: 12px;
}
.w_phgraph .idx_col {
  background: #78cef5 url("/neo/i/l/blue_bg.png");
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: visible;
}
.w_phgraph .idx_col span {
  font-size: 11px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 15px;
  padding: 3px 0 ;
  left: 0;
  color: #333;
}
.w_phgraph .idx_col span.pos {
  bottom: -21px;
  color: #336600;
}
.w_phgraph .idx_col span.neg {
  top: -21px;
  color: #990000;
}
.w_phgraph .idx_col span.orig {
  top: -21px;
}
.w_phgraph .graph {
  height: 110px;
}
.w_phgraph .graph .data {
  display: none;
}
.w_phgraph .highcharts-tooltip .bulb {
  color: #ddd;
  font-size: 16px;
  padding: 12px;
  background-color: #000;
  opacity: 0.85;
}
.w_phgraph .highcharts-tooltip .bulb._idx {
  text-transform: capitalize;
  text-align: center;
}
.w_phgraph .highcharts-tooltip .bulb._idx .date {
  font-style: italic;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
}
.w_phgraph .highcharts-tooltip .bulb span {
  display: block;
}
.w_phgraph .highcharts-tooltip .bulb span.msg {
  display: inline;
}
.w_phgraph .highcharts-tooltip .bulb .date {
  text-align: left;
  color: #00AEEF;
  font-weight: bold;
}
.w_phgraph .highcharts-tooltip .bulb .big {
  font-size: 24px;
  line-height: 30px;
}
.w_phgraph .highcharts-tooltip .bulb .big .percent {
  display: inline;
  font-size: 60%;
}
.w_phgraph .highcharts-tooltip .bulb .pos {
  color: #B5F088;
}
.w_phgraph .highcharts-tooltip .bulb .neg {
  color: #F79797;
}
.w_pricehistory_flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.w_pricehistory_flexbox .w_pricehistory_container {
  width: 1000px;
}
.w_pricehistory_flexbox .head h3 {
  font-size: 16px;
  color: #c03e62;
  text-align: left;
  margin-bottom: 3px;
  font-family: Helvetica, sans-serif !important;
  font-weight: bold;
}
.w_pricehistory_flexbox .head .name {
  font-family: 'Georgia';
  font-size: 30px;
  margin-bottom: 5px;
}
.w_pricehistory_flexbox .head .infos {
  font-size: 18px;
}
.w_pricehistory_flexbox .other-infos {
  margin: 60px 0 30px 0;
}
.w_pricehistory_flexbox .other-infos .info {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
  float: left;
  padding: 10px 30px;
  font-size: 37px;
  font-weight: bold;
}
.w_pricehistory_flexbox .other-infos .info.cumulative-price-change {
  width: 30%;
}
.w_pricehistory_flexbox .other-infos .info.days-on-market {
  width: 20%;
}
.w_pricehistory_flexbox .other-infos .info:first-of-type {
  padding-left: 0;
}
.w_pricehistory_flexbox .other-infos .info:last-of-type {
  border-right: none;
  padding-right: 0;
}
.w_pricehistory_flexbox .other-infos .info .label {
  font-size: 14px;
  font-weight: normal;
}
.w_pricehistory_flexbox .other-infos .info .neg {
  color: #b90b00;
}
.w_pricehistory_flexbox .other-infos .info .pos {
  color: #006600;
}
.w_pricehistory_flexbox .other-infos .info .fa-chevron-up,
.w_pricehistory_flexbox .other-infos .info .fa-chevron-down {
  font-size: 20px;
}
.w_pricehistory_fullscreen {
  margin: 40px 0;
}
.w_pricehistory_fullscreen_table {
  font-size: 18px;
}
.w_pricehistory_fullscreen_table._v2 {
  padding: 0;
  border: 0;
}
.w_pricehistory_fullscreen_table._v2 .thead {
  background: none;
}
.w_pricehistory_fullscreen_table._v2 .th,
.w_pricehistory_fullscreen_table._v2 th {
  padding: 10px 10px 20px 10px;
  border-bottom: 1px dashed #cccccc;
  color: #333333;
}
.w_pricehistory_fullscreen_table._v2 th,
.w_pricehistory_fullscreen_table._v2 tr,
.w_pricehistory_fullscreen_table._v2 .th,
.w_pricehistory_fullscreen_table._v2 .tr {
  background: transparent;
}
.w_pricehistory_fullscreen_table._v2 th,
.w_pricehistory_fullscreen_table._v2 td,
.w_pricehistory_fullscreen_table._v2 .th,
.w_pricehistory_fullscreen_table._v2 .td {
  width: 18%;
  line-height: 150%;
  float: left;
  cursor: default;
}
.w_pricehistory_fullscreen_table._v2 tr,
.w_pricehistory_fullscreen_table._v2 .tr {
  border-bottom: 1px dashed #cccccc;
}
.w_pricehistory_fullscreen_table._v2 tr:nth-child(even),
.w_pricehistory_fullscreen_table._v2 .tr:nth-child(even) {
  background: transparent;
}
.w_pricehistory_fullscreen_table._v2 tr:nth-child(even).active,
.w_pricehistory_fullscreen_table._v2 .tr:nth-child(even).active,
.w_pricehistory_fullscreen_table._v2 tr._active,
.w_pricehistory_fullscreen_table._v2 .tr._active {
  background-color: #ecfbff;
}
.w_pricehistory_fullscreen_table._v2 tr:last-of-type,
.w_pricehistory_fullscreen_table._v2 .tr:last-of-type {
  border-bottom: none;
}
.w_pricehistory_fullscreen_table._v2 td,
.w_pricehistory_fullscreen_table._v2 .td {
  padding: 10px;
}
.w_pricehistory_fullscreen_table._v2 td.price,
.w_pricehistory_fullscreen_table._v2 .td.price {
  color: #000000;
}
.w_pricehistory_fullscreen_table._v2 td .percentage,
.w_pricehistory_fullscreen_table._v2 .td .percentage {
  color: #000000;
  display: inline-block;
}
.w_pricehistory_fullscreen_table._v2 td .percentage._pos,
.w_pricehistory_fullscreen_table._v2 .td .percentage._pos {
  color: #006600;
}
.w_pricehistory_fullscreen_table._v2 td .percentage._neg,
.w_pricehistory_fullscreen_table._v2 .td .percentage._neg {
  color: #b90b00;
}
.w_pricehistory_fullscreen_table._v2 td .percentage i.fa,
.w_pricehistory_fullscreen_table._v2 .td .percentage i.fa {
  margin-left: 2px;
}
.w_pricehistory_fullscreen .w_styled_scroll._v {
  padding-right: 0;
}
.w_pricehistory_fullscreen .w_styled_scroll._v ul.animate {
  transition: 0.5s ease all;
}
.w_pricehistory_fullscreen .w_styled_scroll._v .scroller {
  width: 6px;
  background-color: inherit;
  transition: 0.5s ease all;
}
.w_pricehistory_fullscreen .w_styled_scroll._v .scroller._on_hold {
  opacity: 1;
}
.w_pricehistory_fullscreen .w_styled_scroll._v .dragger {
  width: 6px;
  background-color: #000;
  opacity: 0.5;
  cursor: pointer;
}
.w_pricehistory_fullscreen .diagram {
  width: 550px;
  padding: 20px;
  margin-bottom: 20px;
  background: #f0f0f0;
}
.w_pricehistory_table th.table-th-nosort {
  cursor: default;
}
.w_blimp_pricehistory_box .property_info {
  margin-bottom: 5px;
  color: #333;
  border-bottom: 1px dotted #333;
  padding: 3px 0;
  overflow: hidden;
}
.w_pricehistory_table {
  width: 450px;
}
.w_pricehistory_table th {
  cursor: pointer;
}
.w_pricehistory_table._v2 {
  width: 500px;
}
.w_pricehistory_table._v2 th,
.w_pricehistory_table._v2 tr {
  background: transparent;
}
.w_pricehistory_table._v2 th,
.w_pricehistory_table._v2 td {
  padding: 0;
}
.w_pricehistory_table._v2 tr._active {
  background-color: #ecfbff;
}
.w_pricehistory .diagram {
  float: left;
  width: 130px;
  margin-right: 15px;
}
.w_pricehistory .w_table {
  float: left;
}
.w_table {
  position: relative;
}
.w_table.listing th {
  padding-top: 10px;
}
.w_table table {
  width: 100%;
  line-height: 150%;
}
.w_table th,
.w_table td {
  text-align: left;
  padding: 10px 5px;
  vertical-align: top;
}
.w_table th {
  background-color: #f0f0f0;
}
.w_table th span.text {
  color: #008c99;
  cursor: pointer;
}
.w_table._hide_th th {
  height: 0;
  padding: 0;
  background-color: transparent;
}
.w_table .td_text {
  padding: 25px 5px 10px 5px;
}
.w_table .td_text span {
  display: block;
}
.w_table .td_text a + span {
  margin-top: 3px;
}
.w_table .td_bedrooms {
  padding: 49px 5px 10px 5px;
}
.w_table tr td._padding_top_30 {
  padding-top: 30px;
}
.w_table td.centered,
.w_table th.centered,
.w_table td._align_center,
.w_table th._align_center {
  text-align: center;
}
.w_table td._align_right,
.w_table th._align_right {
  text-align: right;
}
.w_table td._align_right {
  padding-right: 16px;
}
.w_table td.centered img,
.w_table td._align_center img,
.w_table td._align_right img {
  display: inline-block;
}
.w_table .v_top {
  vertical-align: top;
}
.w_table.v_centered th,
.w_table.v_centered td {
  vertical-align: middle;
}
.w_table .v_bottom {
  vertical-align: bottom;
}
.w_table .table-th-sort {
  color: #006699;
}
.w_table .table-th-nosort .text {
  color: #333333;
  cursor: auto;
}
.w_table thead div {
  text-align: center;
}
.w_table thead .sort_span {
  height: 12px;
  padding-left: 8px;
  background: url("/neo/i/w/table/sort_up.gif") right center no-repeat;
}
.w_table thead .sort_span.desc {
  background-image: url("/neo/i/w/table/sort_down.gif");
}
.w_table .table-th-sort-span {
  width: 11px;
  height: 12px;
  background: url("/neo/i/w/table/sort.gif") no-repeat right center;
}
.w_table .table-th-sort .table-th-sort-span {
  background-image: url("/neo/i/w/table/sort_up.gif");
}
.w_table .table-th-sort.table-th-sort-rev .table-th-sort-span {
  background-image: url("/neo/i/w/table/sort_down.gif");
}
.w_table tr {
  background: #ffffff;
}
.w_table tr td {
  padding: 10px 5px;
}
.w_table tr:nth-child(even) {
  background: #f0f0f0;
}
.w_table a.document {
  background: url("/neo/i/w/table/icons/document.gif") transparent no-repeat left center;
  padding-left: 14px;
}
.w_table .w_table_photo {
  height: 100px;
  width: 75px;
}
.w_table .w_table_approx {
  display: block;
  position: absolute;
  width: 315px;
  height: 4px;
  right: 15px;
  top: 10px;
  border: 2px solid #666;
  border-bottom: none;
  text-align: center;
}
.w_table .w_table_approx span {
  position: relative;
  top: -7px;
  color: #666;
  font-size: 11px;
  background: #f0f0f0;
  text-align: center;
  padding: 0 5px;
}
.w_table._ratings {
  margin: 10px 5px 0 5px;
  width: 230px;
  float: left;
}
.w_table._ratings._last {
  margin: 10px 10px 0px 5px;
}
.w_table._ratings._first {
  margin: 10px 5px 0px 10px;
}
.w_table._ratings .thead {
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  background-color: #ddd;
}
.w_table._ratings .rating,
.w_table._ratings .thead {
  padding: 5px;
}
.w_table._ratings .tfoot {
  border-top: 1px solid #ccc;
  text-align: right;
}
.w_table._ratings .tfoot .rating span {
  float: none;
}
.w_table._ratings .rating.x {
  background-color: #eee;
}
.w_table._ratings .rating strong {
  display: block;
}
.w_table._ratings .rating span {
  float: right;
}
.w_table .price_up,
.w_table .price_down {
  background: url("/neo/i/w/table/arrow_up.gif") 0 0 no-repeat;
  padding: 0 2px;
}
.w_table .price_down {
  background-image: url("/neo/i/w/table/arrow_down.gif");
}
.w_table .td_photo a {
  display: block;
  padding: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  float: left;
  width: 75px;
}
.w_table .w_bldg_beds {
  width: 72px;
}
.w_table.w_bldg_columns_6 th,
.w_table.w_bldg_columns_7 th {
  display: table-cell;
}
.w_table.w_bldg_columns_6 .w_bldg_beds {
  width: 100px;
}
.w_table.w_bldg_columns_6 .w_table_approx {
  width: 430px;
}
.w_table.w_bldg_columns_7 .w_bldg_beds {
  width: 95px;
}
.w_table.w_bldg_columns_7 .w_table_approx {
  width: 400px;
}
.w_table .w_table_address a {
  display: block;
  padding-bottom: 7px;
}
.w_table.carter_archives {
  border: 1px solid #ddd;
}
.w_table.carter_archives th,
.w_table.carter_archives td,
.w_table.carter_archives tr td {
  padding: 10px;
}
.w_table.carter_archives thead tr {
  border-bottom: 1px dotted #999;
}
.w_table.carter_archives .x {
  background-color: #fafafa;
}
.w_table.carter_archives .x h3 {
  margin-bottom: 0;
}
.w_table span.big {
  font-size: 18px;
  display: block;
}
.w_table.featured_new_dev_list .td_photo,
.w_table.featured_rental_blds .td_photo {
  width: 77px;
}
.w_table.featured_new_dev_list .td_text,
.w_table.featured_rental_blds .td_text {
  width: auto;
  padding: 10px;
}
.w_table.featured_new_dev_list .td_bedrooms,
.w_table.featured_rental_blds .td_bedrooms {
  width: 125px;
  padding: 10px;
}
.w_table.featured_new_dev_list .td_img,
.w_table.featured_rental_blds .td_img {
  width: 80px;
}
.w_table.featured_new_dev_list .td_img a img,
.w_table.featured_rental_blds .td_img a img {
  width: 100%;
}
.w_table.featured_new_dev_list span.big,
.w_table.featured_rental_blds span.big {
  margin-bottom: 3px;
}
.w_table.featured_new_dev_list .td_bedrooms {
  width: 150px;
}
.w_table.featured_new_dev_list .td_bedrooms ul {
  list-style: none;
}
.w_table.featured_new_dev_list .td_img {
  width: 100px;
}
.w_table.featured_new_dev_list .td_img img {
  width: 100px;
}
