.wrap {}

#itspledgeplugin-options .form-table textarea {
  width:30em;
  height:15em;
}

#itspledgeplugin-options .form-table input[type="text"] {
  width:30em;
}

#itspledgeplugin-options .form-table input[type="button"] {}

#itspledgeplugin-options .form-table input[type="submit"] {}

.itspledgeplugin_wrap table.form-table {
  width: 75%;
  margin-left: 12%;
}

.itspledgeplugin_wrap table.legs td {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 1.5em;
}

.itspledgeplugin_wrap table.legs tr.limited {
  background: #FFEFF0;
}

.itspledgeplugin_wrap .required {background-color: #FFEFF0; border: 2px solid red;}

.itspledgeplugin_wrap .participant_wrap {
  padding: 10px;
  border: 1px solid #202f61;
  background: #e4d8c2;
  margin: 10px 15px 10px 0;}

.itspledgeplugin_wrap .participant_wrap p {
  display: block;
  width: 100%;
  font-size: 1.2em;
  margin: 0 0 5px 0;
  padding: 0;}

.itspledgeplugin_wrap .participant_wrap form {
  display: block;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;}

.itspledgeplugin_wrap .participant_wrap input {
  line-height: 33px;
  vertical-align: middle;
  margin: 0;
  padding: 0;}
  
.itspledgeplugin_wrap .participant_wrap div p.toggles {
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: underline;
  color: #202f61;}
  
.itspledgeplugin_wrap .participant_wrap .underBox ul.pledgers li {
  list-style-type: none;
  line-height: 1em;
  padding: 0;}
  
.itspledgeplugin_wrap .participant_wrap .pledgers li.total {
  font-weight: bold;}

.itspledgeplugin_wrap table#registrations {
  font-size: 0.8em;}
