.splash {
  border: solid 4px blue;
  font-size: 48px;
  position: absolute;
  z-index: 10;
  left: 33%;
  top: 20%;
  background: white;
  padding: 10px;
  border-radius: 24px;
}

.bddialog .ui-button-text  { /* .panelContent .ui-button-text, removed */
  font-size: 12px;
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.tdInput .ui-button-text { /* in project rows */
  font-size: 12px;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.panelContent {
/*  padding: 5px; */
  display: inline-block;
  width: 100%;
}

.header.panelContent {
  background-color: #25509E; /* BD logo*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 32px;
  height: 34px;
}

.tab {
/*  display: inline; */
/*  height: 2em; */
  float: left;
  background: #ff8;
  list-style-type: none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin-right: 5px;
  padding: 3px;
  border-style: solid;
  border-color: blue;
  border-width: 1px 1px 1px 1px;
/*  text-align: center; */
  cursor: pointer;

}

.topLeft { /* used in MapsView.js */
  float: left;
  position: relative;
  width: 1px;
  height: 1px;
  background: white;
  clear: both;
}