body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}


.header-right-nav {
    position: absolute;
    right: 5px;
    bottom: 2px;
    padding: 0;
    min-width: 10px;
    min-height: 31px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}

#header1 {
    background: #06447e;
    margin: 0;
    padding-top: 55px;
    text-align: center;
    height: 39px;
}

#footer1 ul li a {
    text-decoration: none !important;
    text-shadow: none !important;
    margin: 0;
}

#map-page, #map-canvas { height: 100%; }

ul.point-forecast-7-day {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul.point-forecast-7-day li span.label {
    width: 80px;
    text-align: right;
    position: absolute;
    margin-left: -95px;
}

li span.label {
    font-weight: bold;
    font-size: 11pt;
    color: #444;
    line-height: 1.4em;
    white-space:normal;
    padding:0;
}

ul.point-forecast-7-day li {
    padding: 6px 6px 6px 85px;
    font-size: 11pt;
    border-bottom: 1px dotted #cccccc;
    min-height: 50px;
    list-style: none !important;
    margin: 0px;
}

.row-odd {
    background-color: #eff8fd;
}

.row-even {
    background: none !important;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

span.label {
    font-weight: bold;
    font-size: 9pt;
    color: #444;
    line-height: 1.4em;
}

#lastUpdated {
    color: blue;
    font-size: 12px;
    padding: 5px 0 10px 0;

}

h3
{
  padding:2px 0 0 0;
  margin:0;
  font-size: 19px;
}
