h1 {
  display: flex;
  align-items: center;        /* Vertical center */
  justify-content: left;    /* Horizontal center */
  height: 125px;
  padding: 0 25px;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #000000;
  /* background: url(hq-usace-header-image-001.png) no-repeat left center; */
  background-size: 450px 100%;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border: 0;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* This adds the shadow */
}

h5 {background: url(menu.gif) repeat;
	height: 30px; 
	margin: 0px;
	position: relative;
	padding-left: 25px;
  z-index: 0 !important;
}

/* body {
  background-color: #E7ECE8;
} */

/* h6 {background-color: #E7ECE8;
	height: 30px; 
	margin: 0px;
	position: relative;
	padding-left: 25px;} */

#shiny-reconnect-text {
  display: none;
}

#reconnect {
  display: none;
}

.app-button {
  background-color: #0773e9;
  color: white;
  border: none;
}

.app-button:hover,
.app-button:focus {
  background-color: #055bb8;
  color: white;
}

.custom-value-box {
  border-radius: 3px;
  padding: 15px;
  color: white;
  min-height: 90px;
}

.cvb-blue {
  background-color: #0773e9 !important;
}

.cvb-black {
  background-color: #000000 !important;
}