#content table.accomm-table td {
  padding:5px;
  background-color: #f2f2f2;
}
div#temps, div#snowcond, div#conditions {
  float: left;
  width: 163px;
  margin: 43px 3px 10px 0;
  padding: 0 0 0 5px;
}
#conditions {
  border: none;
}
.forecast-issue {
  font-size: 90%; 
  font-style: italic; 
  font-weight: bold;
}
div#gallery {
  width: 510px;
  height: 385px;
  margin: 0 0 43px 0;
  padding: 0;
  text-align: center;
  background-color: #f2f2f2;
  background-image: url(../images/common/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#gallery img {
  margin-top: 160px;
}
#temps {
  padding: 0;
  margin-left: 0px;
}
#temps ul, #snowcond ul, #conditions ul {
  line-height: 1.2em;
  margin: 0;
  padding:0;
}
#temps li, #snowcond li, #conditions li {
  color: #d3eaf4;
  font-weight: bold;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  list-style-position: outside;
  clear: left;
}
#temps li span, #snowcond li span, #conditions li span {
  float: left;
  margin: 0;
  line-height: 1.1em;
  padding: 5px 2px 10px 0px;
  font-weight: bold;
  color: #fff;
  font-size: medium;
  min-width: 150px;
  display: block;
}
tr.activityHeader {
  background-color: #cdcdcd;
  color: #fff;
  text-align: center;
}
p.updated {
  bottom: 0px;
  left: 43px;
  position: absolute;
  font-size:11px;
  line-height:1.5em;
  color:#a6a6a6;
  clear: left;
}
.alpine-forecast .weekday {
  color: #006b9f;
  font-weight: bold;
}

