.node-form fieldset .fieldset-wrapper>div{
  display:inline-flex;
}
.node-form fieldset input[type=radio] {
  width: 60px;
  height: 2.5em;
  /* border: 0px;
  width: 100%;
  height: 2em; */
}
.node-form label {
  min-width: 250px;
}
.node-form fieldset legend {
  width:250px;
  float:left;
}
.node-form .field--type-datetime h4 {
  width: 250px;
  float:left;
}
.path-view-pdf-kqp000 .views-exposed-form,
.path-view-pdf-kqp071 .views-exposed-form {
  display: inline-flex;
}

.path-view-pdf-kqp000 table caption,
.path-view-pdf-kqp071 table caption {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  background-color: lightgrey;
  padding: 5px;
}