@media screen and (min-width: 601px) {
  /* account for padding-right when temperature (last div) is not shown */
  #pg-home .specs div.w3-container {
    padding-left: 0;
  }

  #pg-home .specs div.w3-container:first-child {
    padding-left: 16px;
  }
}

@media screen and (max-width: 600px) {
  #pg-home div.specs1 > div {
    height: 2em;
  }
}

#pg-home .w3-monospace.w3-border.w3-pale-yellow {
  white-space: nowrap;
  padding: 0.1em 0.1em 0 0.1em;
}

form#frmActn button{
  margin: 0.5em 0;
}

div.actnHdr {
  margin-bottom: 10px;
}
div.actnHdr h3 {
  margin: 0;
}
