div.map {
    min-width: 30em;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

.title-one {
    color: #aaa;
}

div.col {
    text-align: center;
    display: inline-table;
    min-width: 12em;
    max-width: 30em;
    vertical-align: middle;
    padding: 0em 1em;
}

#battery-percent {
    width: 75px;
    text-align: center;
    left: 0px;
    position: absolute;
    top: 4px;
    text-shadow: 0px -1px 0 #000,
    -1px 0px 0 #000,
    0px 1px 0 #000,
    1px 0px 0 #000;
    color: white;
    font-weight: bold;
}

span#tempReading {
    font-size: 7em;
    text-shadow: 0px -1px 0 #000,
    -1px 0px 0 #000,
    0px 1px 0 #000,
    1px 0px 0 #000;
}

span#tempUnits {
    font-size: 3em;
    font-weight: bold;
    text-shadow: 0px -1px 0 #000,
    -1px 0px 0 #000,
    0px 1px 0 #000,
    1px 0px 0 #000;
    position: relative;
    left: -0.75em;
}

div#wind {
    height: 12em;
    width: 12em;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border-color: #000000;
    border-style: solid;
}

circle.wind {
    stroke: #000;
    stroke-width: 5;
    fill: none;
}

span#windSpeed {
    font-size: 4em;
    font-weight: bold;
}

span.bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

span.bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.axis path {
    fill: none;
    stroke: #000;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.axis line {
    stroke-width: 2;
    shape-rendering: crispEdges;
}

.tick line {
    stroke-width: 1;
    stroke: black;
    shape-rendering: crispEdges;
}

.data1 {
    stroke: steelblue;
}

.data2 {
    stroke: orange;
}

.data3 {
    stroke: #008000;
}

.data4 {
    stroke: #6e6e6e;
}

.data5 {
    stroke-width: 1.5;
    stroke: #eaeaea;
    fill: #ececec;
}

path {
    stroke-width: 1.5;
    fill: none;
}

path.freezing {
    stroke: black;
    stroke-dasharray: 5, 5;
}

text {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #007b8d;
}

a:hover {
    text-decoration: none;
    color: #59c6ee;
}

rect.bar {
    fill: steelblue;
}

.bar rect {
    fill: steelblue;
    shape-rendering: crispEdges;
}

.pointer line {
    stroke: black;
    stroke-width: 2;
    shape-rendering: crispEdges;
}