#msd-form-col {
}
#msd-form-frame {
  background-color: #eee;
  padding: 8px;
  border: 1px solid darkgrey;
  font-size: var(--font-size-s);
}
#msd-map {
}
#msd-caretmap {
  height: 580px;
  width: 450px;
  background-image: url("../images/parship-small.png");
  background-repeat: no-repeat;
}
#msd-caretmap-text p {
  text-align: right;
}
#msd-caretmap-text img {
  display: unset;
}
#msd-form-frame .form-item {
  margin-top: 0;
  width: 100%;
}
#msd-form td {
  padding: 0;
}
#msd-form-frame .form-element,
#msd-form-frame input {
  min-height: var(--sp1-5);
  height: var(--sp1-5);
}
input#msd-submit {
  padding-block: 0;
  height: var(--sp2);
}
#msd-form-frame select {
  padding-inline-start: var(--sp0-5);
  padding-inline-end: var(--sp1-5);
  background-position: right var(--sp0-5) center;
}
#msd-form-frame .form-checkboxes .form-checkbox {
  min-height: var(--sp1-25);
  height: var(--sp1-25);
  margin-block: 0;
}
#msd-form-frame .form-checkboxes .form-item {
  margin-block: 0;
}
#msd-form-frame .form-item-hobbies .fieldset__wrapper {
  padding-block: 0;
  border: 0;
  /*padding-inline-start: 0;*/
}
#msd-form-frame .form-item-hobbies {
  /*margin-bottom: var(--sp0-5);*/
}
#msd-form-frame .form-item-education .form-select {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#msd-form-frame .form-text {
  padding-top: 0;
  padding-bottom: 0;
}
#msd-form-frame a {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
  color: black;
}
#msd-form-frame .form-item-age label,
#msd-form-frame .form-item-gender label,
#msd-form-frame .form-item-education label {
  display: inline;
  font-weight: bold;
}
#msd-form-frame .form-item-hobbies legend {
  font-size: var(--font-size-s);
  font-weight: bold;
  background-color: unset;
}
#msd-form-frame .form-item-hobbies .fieldset__label {
  padding-block: var(--sp0-25);
  padding-inline-start: 0;
  padding-inline-end: var(--sp0-25);
  color: var(--color-text-neutral-loud);
}
#msd-form-frame .form-item-hobbies input[type="checkbox"] + label {
  padding-inline-start: var(--sp0-05);
}
#msd-form-frame .form-item-hobbies input[type="checkbox"] {
  width: var(--sp1-25);
}
#msd-form-frame .form-item-age input,
#msd-form-frame .form-item-gender select,
#msd-form-frame .form-item-education select {
  float: right;
}
#msd-form-frame .form-item-age input {
  padding-right: var(--sp0-25);
}
#msd-form-frame .form-radios {
  margin-top: 0.5em;
  margin-bottom: 0em;
}
#msd-form-frame .form-radios .form-item {
  margin-top: 0em;
}
#msd-form-frame .form-radios .form-item .form-radio{
  margin-top: 0em;
  margin-bottom: 0em;
}
#msd-form-frame .form-checkboxes {
  margin-top: 0.5em;
  margin-bottom: 0em;
}
#msd-form-frame .form-checkboxes .form-item {
  width: 33%;
  float: left;
}

#edit-hobbies .form-item {
  width: 33%;
  float: left;
}
#msd-prediction-favs {
  /*height: 100px;*/
}
#msd-prediction-table {
  margin: 15px 0;
}
#msd-prediction-table table {
  width: auto;
  line-height: normal;
}
#msd-prediction-table img.profile-img {
  height: 16px;
  vertical-align: middle;
}
#msd-prediction-table th {
  font-size: var(--font-size-s);
  vertical-align: bottom;
  padding: 0 1px;
  text-align: left;
}
#msd-prediction-table th.msd-neg-profile {
  padding-right: 2px;
  padding-left: 0;
  text-align: right;
  width: 70px;
}
#msd-prediction-table th.msd-pos-profile {
  padding-right: 0;
  padding-left: 2px;
  width: 70px;
  text-align: left;
}
#msd-prediction-table td {
  white-space: nowrap;
  padding: 0;
  font-size: var(--font-size-s);
}
#msd-prediction-table td.predtable-c2,
#msd-prediction-table td.predtable-c3 {
  text-align: right;
  width: 40px;
}
#msd-prediction-table td.predtable-c1 {
  padding-right: 10px;
}
#msd-prediction-table td.predtable-c2 {
  padding-right: 6px;
}
#msd-prediction-table td.predtable-c3 {
  padding-right: 12px;
}
#msd-prediction-table td.predtable-c4 {
  float: right;
}
#msd-prediction-table td.msd-neg-profile {
  font-size: 10px;
  text-align: right;
}
#msd-prediction-table td.msd-pos-profile {
  font-size: 10px;
  text-align: left;
}
#msd-prediction-table .msd-pos-bar {
  border: 1px solid grey;
  background-color: #FD1D0B;
  height: 12px;
  margin: 1px 0;
}
#msd-prediction-table .msd-neg-bar {
  float: right;
  border: 1px solid grey;
  background-color:#CD0013;
  height: 12px;
  margin: 1px 0;
  text-align: right;
}
