@charset  "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#pez-container {
    display: none;
}

#slider {
    position: relative;
    left: 10%;
    top: 0px;
    width: 80%;
    height: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777;
    border-radius: 25px;
    background-color: #8e8d8d;
    background: url(../images/bg-track.png) repeat top left;
    box-shadow: inset 0 1px 5px 0 rgba(0,0,0,.5),0 1px 0 0 rgba(250,250,250,.5);
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/handle.png) no-repeat 50% 50%;
    font-weight: 700;
    color: #1C94C4;
    outline: none;
    top: -20px;
    margin-left: -12px;
}

.ui-slider-range {
    background: #1883d6;
/* Old browsers */
    background: -moz-linear-gradient(top,#1883d6 0%,#006ab0 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1883d6),color-stop(100%,#006ab0));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,#1883d6 0%,#006ab0 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,#1883d6 0%,#006ab0 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,#1883d6 0%,#006ab0 100%);
/* IE10+ */
    background: linear-gradient(top,#1883d6 0%,#006ab0 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1883d6',endColorstr='#006ab0',GradientType=0);
/* IE6-9 */
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}

.bluebox {
    width: 100%;
    max-width:729px;
    display: block;
}

#property-value-slider-box {
    position: relative;
    height: 35px;
    z-index: 999999;
    margin: 20px;
}

#image_width {
    width:100%;
    max-width:729px;
    height: 400px;
    overflow: hidden;
}

#image_panel {
    width: 0px;
    height: 400px;
    white-space: nowrap;
    background-image: url("../images/towersGraphic.png");
    display: none;
}

.pez_news {font-family: 'Source Sans Pro', sans-serif;font-size:14px;width:100%;max-width:729px;margin:10px 0; text-align:center;}
.pez_news h1 {font-family: 'Source Sans Pro',sans-serif;color:#003a73;font-weight:bold;margin:0;padding:1px;}
.pez_news p {font-weight: normal; font-family:'Source Sans Pro', sans-serif;padding:6px; border-bottom: 2px solid #ddd;font-size:1rem;}
.pez_news small{color:#999;font-size:11px;font-family:'Source Sans Pro', sans-serif;}

