@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,600,700,500);
.title-area {
  min-width: 13em; }

.logo {
  font-family: "Advent Pro", "Arial", sans-serif;
  font-weight: 700;
  line-height: 90%;
  font-size: 100%;
  padding-top: 5px; }
  .logo img {
    height: 40px;
    float: left;
    padding-right: 3px;
    margin-top: -5px; }
  .logo a > span {
    color: white !important; }

.topline, .bottomline {
  font-variant: small-caps; }

.livecoverage a {
  background-color: #CC0000 !important; }
  .livecoverage a:hover {
    background-color: red !important; }

.tablelabel {
  font-weight: bold;
  position: relative;
  vertical-align: top; }

.alertbar {
  padding: 0 0.5em;
  overflow: hidden;
  background-color: red; }

ul.alerts {
  display: inline; }
  ul.alerts li {
    display: inline; }
    ul.alerts li a {
      color: black;
      text-decoration: underline; }
      ul.alerts li a:hover {
        color: #333; }

.currentcond {
  	/* This style might cause issues with overflow, but it will be something
         to monitor. */ }
  .currentcond .current-temp {
    float: left;
    font-size: xx-large;
    font-weight: bold;
    vertical-align: top;
    /* padding-bottom: 0.5em; */ }
  .currentcond div.current-block {
    display: block;
    position: relative;
    left: 5px; }
  .currentcond .updatedtext {
    font-size: 9pt;
    font-style: italic; }
