td.AutoNumber_p_StepOrderedFirst,
td.AutoNumber_p_CellBullet {
  font-size: 10pt;
}

a[name]::before {
  content: "";
  display: block;
  height: 53px; /* fixed header height*/
  margin: -53px 0 0; /* negative fixed header height */
}

.dndButtonLink {
  width: 50vb;
  display: block;
}

.dndButtonDiv {
  border: none;
  border-radius: 10px;
  width: 50vb;
  height: auto;
  margin: 10px 0px 10px 0px;
  padding: 10px 2px;
  grid-template-rows: auto auto auto;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  box-shadow: none;
  text-align: left;
}

.dndInstrument {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 10%;
  display: inline-block;
}

.dndBack {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 5px;
  color: rgb(0, 119, 200);
  display: inline-block;
}

.dndButtonDiv:hover {
  transition: 0.25s;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
}

.dndButtonDiv:hover .dndButtonText a,
.dndButtonLink:hover .dndButtonDiv .dndButtonText {
  transition: 0.25s;
  color: #ffffff;
}

.dndButtonText {
  color: #000000;
  margin: 0px;
  line-height: 140%;
  /*  grid-row-start: 2;
  grid-row-end: 3; */
  display: block;
  cursor: pointer;
}

.dndButtonText a {
  color: #000000;
}

.dndButtonText {
  margin: 10pt;
  font-size: 12pt;
  line-height: 140%;
}

.dndContainer {
  padding: 0px 10% 20px 10%;
  min-width: 400px;
  display: block;
  justify-content: left;
}

/* 

*/

#mc-main-content,
.familypage {
  display: block !important;
}

#frontFooter {
  bottom: 0;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

#frontTitleBox {
  padding-top: 45px;
  padding-bottom: 0px;
}

/*

#frontFooter {
  margin-top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  margin-top: 60px;
}*/
