body {
    /*font-family:"Gill Sans",sans-serif;
    border:0;
    padding:0;
    margin:0;
    background:white;
    position:static;
    overflow:hidden;*/
}

#go-to-big-map-button img {
    opacity:1.0;
    height:22px;
    width:22px;
    border-radius:12px;
    border:1px transparent solid;
    cursor:alias;
}
#go-to-big-map-button img:hover {
    opacity:0.85;
    border:1px gold solid;
}
.otl-widget-tag {
    color:#B22E26;
}
.otl-widget-tag:hover {
}

#expand-map {
    line-height:12px;
    font-size:10px;
    position:absolute;
    z-index:10;
    opacity:.5;
    left:5px;
    top:5px;
    margin:0;
    padding:2px 1px 5px 1px;
    border:0;
    border-radius:3px;
    background:black;
    color:white;
}
#expand-map:hover{
opacity:.75;
}
#map-help-icon {
    width:20px;
    position:absolute;
    z-index:10;
    opacity:.8;
    right:5px;
    top:50px;
    cursor:pointer;
}
#map-help-icon:hover {
opacity:1;
}
#map-zoom-plus {
    width:20px;
    position:absolute;
    z-index:10;
    opacity:.5;
    right:5px;
    top:4px;
    cursor:pointer;
}
#map-zoom-plus:hover {
opacity:.75;
}
#map-zoom-minus {
    width:20px;
    position:absolute;
    z-index:10;
    opacity:.5;
    right:5px;
    top:24px;
    cursor:pointer;
}
#map-zoom-minus:hover {
opacity:.75;
}




#timeline-range-display {
    margin:0 0 4px 0;
    padding:0;
    position:absolute;
    top:-36px;
    top:-37px;
    left:5px;
    color:white;
    border-radius:3px;
    padding:0 4px 1px 4px;
    padding:5px;
    font-weight:bold;
    background:rgba(166, 164, 160, .8);
    background:rgba(150,150,150,.7);
    /*opacity: 1.0;*/
    border:0;
    display:none; /*show after load*/
    
}
#timeline-range-filter {
    margin:0;
    padding:0;
    border:0;
}
#timeline-range-wrapper {
    margin:7px 0px 8px 0px;
    padding:0;
    border:0;
}


#tlColabBlock {
    /*position:absolute;
    left: 10px;*/
    font-size:0; /*fixes the timeline embedded svg slightly larger than it should be*/
    top:20px;
    overflow:hidden;
    min-height:20px;
}

#tlRuleBlock2 {
    /*position:absolute;
    left: 10px;*/
    height:20px;
    overflow:hidden;
}
#sortable-blocks {
    height:auto;
    margin:0; 
    width:auto;
    overflow:visible;    
    background:white;
    border:0;
    padding:0;
}



.sortable-block {
    position:relative;
    width:auto;
    overflow:visible;
    max-height:5000px;
    border:0;
    margin:0;
    padding:0;
}

.sortable-block-title {
    position:relative;
    margin:0 0 0 5x;
    padding:1px 1px 1px 5px;
    border:0;
    border-top:1px solid #c6c6c6;
    color:black;
    font-size:14px;
    height:16px;
    overflow:visible;
    text-align:left;
}

.sortable-block:first-child .sortable-block-title {
    border:0;
}
.sortable-block-title-menu-button {
    margin:0;
    padding:0;
    float:right;
    height:11px;
    width:11px;
    background:url("img/light-grey-disclosure-arrow-down.png") no-repeat scroll center center transparent;
    border:1px solid #E5E5E5;
}
.sortable-block-title-menu-button:hover {
    background:url("img/dark-grey-disclosure-arrow-down.png") no-repeat center center #EEEEEE;
    border-color:#C6C6C6;
}

.sortable-block-title-menu {
    position:relative;
    float:right;
    top:13px;
    margin-bottom:13px;
    right:-13px;
    overflow:hidden;
    background:white;
    border:1px solid #d5d5d5;
    z-index:1000;
    font-size:10pt;

}

.sortable-block-title-menu-position-entry {
    background:white;
    margin:0;
    border:0;
    padding:1px 7px 1px 7px;
    color:black;
}

.sortable-block-title-menu-position-entry:hover {
    background:#e6e6e6;
    border-top:1px solid #e6e6e6;
}
.sortable-block-title-menu-position-entry-inactive {
    color:#c6c6c6;
    background:white;
    margin:0;
    border:0;
    padding:1px 7px 1px 7px;
}

.sortable-block-title-menu-visibility-entry {
    visibility:visible;
    background:white;
    margin:0;
    border:0;
    border-top:1px solid #e6e6e6;
    padding:1px 7px 1px 7px;
    color:black;
}

.sortable-block-title-menu-visibility-entry:hover {
    background:#e6e6e6;
    border-top:2px solid #e6e6e6;
}


.sortable-block-body {
    background:transparent;
    position:relative;
    font-size:12px;
    /*padding:10px;*/
    padding:0px;
}

#main-block {
    visibility:hidden;
    position:relative;
    overflow: hidden;
    width: 1000px;
    background:white;
    border:0;
    margin:0;
    padding:0;
    z-index:49;
}


#graphBlockBig {
    background:white;//#FFF8DC; /* #F5F6CE; */
    overflow:hidden;
    position: relative;
    width:100%;
    max-width: 5000px;
    height: 150px; 
    padding: 0;
    margin: 0;
    /*border:1px solid rgb(220,220,220);*/
    border-bottom:1px solid rgb(220,220,220);
    box-sizing:border-box;
    /*border-top:0;
    border-left:0px solid #F0F0F0;
    border-right:0px solid #F0F0F0;
    border-bottom:0px solid #F0F0F0;*/
    /*-moz-box-shadow:    inset 1px 1px 2px 2px rgba(200,200,200,.9);
    -webkit-box-shadow: inset 1px 1px 2px 2px rgba(200,200,200,.9);
    box-shadow:         inset 1px 1px 2px 2px rgba(200,200,200,.9);*/
}
#movableGraph-wrapper {
    position:relative;
    float:left;
    height:5000px; /*need to specify height, since we cant say overflow hidden!*/
    width:5000px; /*need to specify width for chrome?!*/
    top:50%;
    left:50%;
    overflow:visible;
}

#movableGraph {
display: inline-block;
    position:relative;
    float:left;
    left:-50%;
    top:-50%;
}
#movableGraph>svg {
    cursor:all-scroll;
}

.vl-help-container {
    display: block;
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 14px;
}
.vl-help-anchor {
    color:rgb(50,100,150);
    text-decoration:none;
}
.vl-help-anchor:hover {
    color:rgb(60,120,180);
}