body {
  color: #4697A8;
  height: 100%;
}

b {
  color: #007f98;
}

.background {
  /*
  background-image: url('/assets/img/DSCF4526.JPG');
  background-attachment: fixed;
  */
  background-color: #CED6DB;
}

li a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

li a:hover {
  overflow: visible;
  z-index: 9999;
}

.form-group {
  text-align: center;
}

.media-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: auto auto;
}

.media-container .media-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-container .pip-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subtext {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.sex {
  height: 10%;
  min-height: 20px;
  max-height: 141px;
  width: 10%;
  min-width: 42px;
  max-width: 298px;
}

.checkboxgroup {
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.checkboxgroup label {
  display: block;
}
