#header, #content, #footer {
  max-width: 1250px;
  margin: 0 auto;
}
#company_branding, #company_logo, #company_name, #nav_bar {
  vertical-align: middle;
}
#quota_bar {
  vertical-align: top;
}
#quota_bar .warn {
  color: red;
  font-weight: bold;
}
#quota_bar .ok {
  display: none;
}
#company_logo {
  margin: 4px;
}
#header {
  margin-bottom: 6px;
}
#header table#header_table {
  width: 100%;
}
#header > hr {
  /* style-six from https://css-tricks.com/examples/hrs/ */
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);  
}
#company_branding a {
  text-decoration: none;
  white-space: nowrap;
}
td#company_branding {
  white-space: nowrap; /* keep the 'BETA' text on same line */
  font-size: 1em;
}
#company_name {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: black;
}
#nav_bar, #quota_bar {
  text-align: right;
  line-height: 175%;
  font-size: 1em;
}
#nav_bar a {
  text-decoration: none;
  white-space: nowrap;
  color: #0F0FEF;
}
#nav_bar a.on_page {
  font-weight: bold;
  color: black;
}
#nav_bar a:active, #nav_bar a:hover {
  color: #FF0000;
}
#nav_bar a.cart {
  font-weight: bold;
}
#nav_bar a.cart img {
  width:  30px;
}
#nav_bar a.nonempty {
  background-color: lime;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.3em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  border: 1px solid gray;
}
#company_phone_label {
  font-size: 1.1em;
}
#company_phone_number {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  margin-top: 5px;
}
td #test_env {
  border-style: solid;
  border-width: 5px;
  border-color: red;
  color: red;
  background-color: #FFEEEE;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}