.storm-popup {
    position: relative;
    width: 285px;
    background: #ffffff;
    border-radius: 8px;
    padding-top: 1px;
    font: 13px/17px 'Roboto Medium';
    color: #808080;
    -moz-box-shadow: 0 0 3px 0px #888;
    -webkit-box-shadow: 0 0 3px 0px #888;
    box-shadow: 0 0 3px 0px #888;
}

.storm-popup * {
    margin: 0;
    padding: 0;
}

.storm-popup-top {    
    width: 100%;
    background: #f0f0f0;
    border-radius: 8px 8px 0 0;
    color: #257cb8;
}

.storm-popup-title {
    display: inline-block;
    margin-top: 10px;
    line-height: 18px;
    margin-left: 15px;
    font-size: 18px;
}

.storm-popup-speed {
    line-height: 18px;
    font-size: 15px;
}

.storm-popup-probability{
    font-size: 14px;
    margin-left: 15px;
    line-height: 17px;
}

.storm-popup-close {
    position: absolute;
    height: 21px;
    width: 17px;
    top: 9px;
    right: 12px;
    background: url("../images/history/th_info_x.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
.storm-popup-line {
    height: 1px;
    width: 100%;
    margin-top: 5px;
    background: #bababa;
}
.storm-popup-middle {
    position: relative;
    width: 100%;
}

.storm-popup-left {
    margin: 0 15px 0 15px;
    padding-top: 11px;
    min-height: 85px;
}

.storm-popup-right {
    position: absolute;
    top: 11px;
    right: 14px;
    width: 112px;
    min-height: 83px;
    background-color: #ebebeb;
}

.storm-popup-bottom{
    height: 30px;
}

.time-before {
    font: 28px/28px 'Roboto Medium';
    color:#257cb8;
    padding-top: 10px;
    text-align: center;
}

.time-abs {
    font: 15px/15px 'Roboto Medium';
    color:#257cb8;
    text-align: center;
}

.time-issued {
    margin-top: 7px;
    font-size: 11px;
    text-align: center;
}

.time-line {
    position: absolute;
    background-color: #257cb8;
    height: 3px;
    width: 100%;
    bottom: 0px;
}

.storm-popup-left-title {
    font-size: 14px;
    font-family: "Roboto Bold";
}

.storm-popup-left-value {
    font-size: 13px;
}


.storm-popup-slider-wrapper {
    background: url("../images/sv/popup-slider-bg.png") no-repeat scroll right center transparent;
    height: 100%;
    width: 260px;
    margin-left: 13px;
}

.storm-popup-slider {
    cursor: pointer;
    height: 100%;
    position: relative;
    text-align: left;
    width: 240px;
}

.storm-popup-slider .ui-slider-range {
    background: url("../images/sv/popup-slider-fill.png") no-repeat scroll left center transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.storm-popup-slider .ui-slider-handle {
    background: url("../images/sv/popup-slider-handle.png") no-repeat scroll center center transparent;
    cursor: default;
    height: 100%;
    margin-left: -2px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 21px;
    border:none;
    z-index: 100;
    outline:none;
}
.sv-marker {
    
}
.sv-marker-box {
    position: absolute;
    border: solid 3px;
    background-color: #fff;
    width: 8px;
    height: 8px;
    top: -7px;
    left: -7px;
}
.sv-marker-box-large {
    position: absolute;
    border: solid 5px;
    background-color: #fff;
    width: 16px;
    height: 16px;
    top: -13px;
    left: -13px;
}
.sv-marker-img, .sv-marker-img-off {
    position: absolute;
    width: 62px;
    height: 62px;
    top: -30px;
    left: -31px;
}
