  table.main_table {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  }

ul.menu_line_height {
  line-height: 1.5em;
  }

li.main_item {
  padding-bottom: 0.5em;
  }

a.menu_logout {
  font-weight: bold;
  }

.menu_title {
  font-weight: bold;
  font-size: larger;
  }

.bg_color {
  /* background: #ECF7E1; */
  background: #efefef;
  }

.field_label {
    font-weight: bold;
}

.required {
    color: red;
    font-weight: bold;
    font-size: smaller;
}

.layoutTable {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
}

.layoutCell {
        max-width: 385px;
        padding: 15px;
        flex-basis: 50%;
}

.cellSection {
        border: solid black 1pt;
        padding: 15px;
}

.cellHeader {
        font-weight: bold;
        font-size: 120%;
}

.errMsg {
        color: red;
        font-weight: bold;
}
