label {
  display: block;              /* labels are inline by default */
  font-weight: 600;
  margin-bottom: .25rem;
  font-size: 12px;
}
h2.tab-title
{
display: none !important;
}

fieldset
{
  border: 1px solid rgb(226, 226, 226) !important;
  /* subtle shadow */
  box-shadow: 0 2px 6px rgba(138, 138, 138, 0.1);
  padding: 5px !important;
  border-radius: 4px;
  
  margin: 1.5rem !important;
}
input
{
border-radius: 4px !important;
font-size: 0.9rem !important;
padding: 2px !important;
padding-left:  6px !important;
}
legend.section-title {
  font-size: 1rem; /* around 20px */
  font-weight: 500;   /* semi-bold */
  color: #333;
  margin-bottom: 0.5rem;
}