.weather-box {
  text-align: left;
  display: table-cell;
  padding-right: 30px;
}

.weather-section {
  display: inline-block;
  vertical-align: middle;
}

.weather-details {
  margin-left: 5px;
  font-size: 12px;
}

.weather {
  background-color: #dfdfdf;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

.weather img {
  margin-bottom: -10px;
  width: 64px;
}

.node-states {
  font-size: 12px;
}

.jumbotron.jumbotron-tight {
  padding: 2rem 1rem;
  min-height: 100vh;
}

.left-align {
  text-align: left;
}
