/* Page Specific Styles */
html,
body {
  background: transparent;
}
.carouselSlide {
  font-size: 16px;
}
.successColor {
  color: #9cbe30;
}
.warningColor {
  color: #d58a34;
}
.selectPersonIcon::before {
  color: rgba(0, 0, 0, 0.2);
  padding: 2px 2px 0;
  border-radius: 3px;
  margin-right: 8px;
}
.selectPersonIcon.iconFemale::before {
  background: #f49f99;
}
.selectPersonIcon.iconMale::before {
  background: #a7cbca;
}
.selectPersonName {
  display: inline-block;
  padding: 0 5px;
}
.card .editButton {
  margin-left: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.userCard.calloutUserCardExtraPadding {
  margin: 10px;
}
.listOfPeopleLinks li:nth-last-child(2)::after {
  content: ' or';
  color: #36322d;
}
.listOfPeopleLinks li:nth-last-child(1n+3)::after {
  content: ',';
}
.saveTitle {
  float: left;
  margin-top: 0;
}
.saveToAncestryUsrInfo {
  position: relative;
  float: right;
}
.saveToAncestryUsrName {
  padding-right: 10px;
}
.saveEventStatusSlide {
  height: 200px;
}
#loginSlide {
  height: 200px;
  padding-top: 50px;
}
.loginLogo {
  display: block;
  margin: 0 auto;
  width: 183px;
}
#treeSelect {
  padding-left: 36px;
}
#post-data-string {
  display: none;
}
#chosenPerson {
  z-index: 1;
}
.labelIconOnly label {
  z-index: 1;
}
