.align-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.button {
  font-family: inherit;
  font-size: inherit;
  background-color: #39c;
  color: #fff;
  text-align: center;
  border: none;
  font-weight: normal;
  padding: .4em 3.5em;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.centerElement {
  margin-left: auto;
  margin-right: auto;
}
.lcr,
.left-center-right {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lcr > *,
.left-center-right > * {
  text-align: center;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1ch;
}
.lcr > :last-child,
.left-center-right > :last-child {
  text-align: right;
}
.lcr > :first-child,
.left-center-right > :first-child {
  text-align: left;
  margin-left: 0;
}
.uppercase {
  text-transform: uppercase;
}
.blue {
  color: #39c;
}
#pageBody {
  padding-left: 10px;
  padding-right: 10px;
}
