/* default styles for extension "tx_mdteamplugin" */
  input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
  }

  .tx-mdteamplugin table {
    border-collapse:separate;
    border-spacing:10px;
  }

  .tx-mdteamplugin table th {
    font-weight:bold;
  }

  .tx-mdteamplugin table td {
    vertical-align:top;
  }
