.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.area, .bar {
  fill: steelblue;
}
.bar text{
    fill: black;
}
.label{
    font-size: 0.7em;
}

.crossbar{
    stroke: black;
}

.crossbar.poly, .crossbar.euro{
    stroke-dasharray: 5 5;
    stroke-width: 1px;
}

.popup-outer{
    fill: white;
    fill-opacity: 0.5;
}

.toggle{
    cursor: pointer;
    vertical-align: middle;
}

.toggle-circle{
    fill-opacity: 0;
    stroke-width: 2px;
    stroke: black;
}

.toggle-circle-active{
    fill-opacity: 1;
}

.brush .extent{
    fill-opacity: 0.25;
    shape-rendering: crispEdges;
}
.time > .extent{
    fill-opacity: 0.25;
    shape-rendering: crispEdges;
    fill: black;
}

.height-grab{
    fill: transparent;
    stroke: black;
    stroke-width: 2px;
    cursor: row-resize;
}

.stream-timeline{
    stroke: black;
    stroke-opacity: 0.5;
    stroke-width: 2px;
}


.time-container{
    max-width: 100%;
    width: 60em;
    text-align: center;
    margin: 1em auto;
}

.time-range{
    width: 100%;
    display: block
}

.time-view-a{
    float: left;
}
.time-view-b{
    float: right;
    width: 3em;
    text-align: center;
}

.container{
    /*
    margin: 1em auto;
    padding: 0;
    max-width: 100%;
    */
}

.toggle-box{
    display: inline-block;
    width: 0.8em;
    position: relative;
    top: -0.05em;
    box-sizing: content-box;
    height: 0.8em;
    margin: 0 0.2em;
    vertical-align: middle;
}

.toggle-inner{
    margin: 0.1em;
    display: block;
    height: 0.6em;
    width: 0.6em;
}

.toggle-text{
    vertical-align: middle;
}

.toggle{
    display: block;
    font-size: 1em;
}
.toggle>.glyphicon{
    margin: 0 0.2em;
}
.column-layout{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

@media(min-width: 600px){
    .column-layout{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
    }
}


@media(min-width: 800px){
    .column-layout{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-webkit-column-gap: 1em;
	column-count: 3;
    
	-webkit-column-width: 17em;
}
}


.menu{
    margin: 0 auto;
    text-align:center;
}

.menu-link{
    margin: 0 0.5em;
    display: inline-block;
}

.h-pollen{
    display: block;
}

.species{
    font-style: italic;
}

.value-list{
    display: inline-block;
    vertical-align: top;
    
}

.toggle:hover > .glyphicon{
    text-shadow: 0 0 2px black;
}

.toggle:hover>.toggle-text{
    text-decoration: underline;
    font-weight: bold;
}

.legend-circle{
    height: 1em;
    width: 1em;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 0.2em 0 0;
    display: inline-block;
    border: 1px solid #999;
}

.legend>span{
    margin: 0.5em;
}

.grey{
    color: grey;
}

.v-top{
    vertical-align: text-top;
}

.strike{
    text-decoration: line-through !important;
}

.bold{
    font-weight: bold;
}

.olFramedCloudPopupContent{
    background-color: white;
}

#time-range{
    max-width: 880px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) and (min-width: 800px){
    .vert-selector{
	-webkit-column-count: 3;
	    -moz-column-count: 3;
	    -webkit-column-gap: 1em;
	    column-count: 3;
	    -webkit-column-width: 17em;
    }
}

@media screen and (max-width: 800px){
    .vert-selector{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
    }
}

@media screen and (max-width: 600px){
    .vert-selector{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
    }
}

.v-text-top{
    vertical-align: text-top;
}