.group-morph label {
    padding-left: 10px;
    padding-right: 1px;
    vertical-align: bottom;
}

.add-pair {
  margin: 12px 0;
  padding: 8px 16px;
  background: #436278;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.remove-pair {
  float: right;
  padding: 4px 12px;
  background: #ff4d4f;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.entry_header {
  font-size: 17px;
  font-weight: bold;
  font-family: "Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif";
}

.entry_subheader {
  font-size: 17px;  
  font-weight: bold;
  font-family: "Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif";
  padding-bottom: 11px;
}

.entry_subheader_morph {
  font-size: 16px;  
  font-family: "Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif";
  padding-bottom: 6px;
}



.form-horizontal {
  padding-bottom: 80px;
}

.group-morph {
  padding: 7px;   
}

.form-group-custom {
    width:auto !important;
    margin:10px;
    border-radius: 4px !important;
}