.pretty {
    font-size: x-large;
}
.formbgc {
	background-color: #fff;
	padding: 10px;
}

.formbgc h2 {
	color: #0d5976;
}

.btn-prehireCstm {
	background-color: #0d5976;
	color: #fff;
	margin-top: 10px;
}

.btn-prehireCstm:hover {
	background-color: #0d5976;
	color: #fff;
	margin-top: 10px;
}

.btn-prehireCstm:focus {
	background-color: #0d5976;
	color: #fff;
	margin-top: 10px;
}

.cstmFormControl {
  background-color: #ffffff;
  border: 1px solid #b5b4b4;
  border-radius: 4px;
  color: #565656;
  padding: 7px 12px;
  height: 38px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.formsBox {
  height: 350px;
  width: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.infoMsg {
  background-color: rgba(26, 85, 94, 0.2);
  border-color: rgb(209, 221, 223);
  color: #456d73;
}

table.tableSection {
  display: table;
  width: 100%;
}
table.tableSection thead, table.tableSection tbody {
  float: left;
  width: 100%;
}
table.tableSection tbody {
  overflow: auto;
  height: 350px;
}
table.tableSection tr {
  width: 100%;
  display: table;
  text-align: left;
}
table.tableSection th, table.tableSection td {
  width: 33%;
}
.tableFixHead          { overflow: auto; height: 500px; }
.tableAppHead          { overflow: auto; height: 150px; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }