body .rsvp_pro_container input[type=radio], input[type=checkbox] {
  opacity: 1;
}

.rsvpFormField label.error { font-weight: bold; clear:both; display:block;}
input.error, textarea.error { border: 2px solid red; }

.rsvpFormField {
  margin: 10px 0px;
}
#rsvpCustomGreeting {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rsvpBorderTop {
  border-top: 1px solid #ccc;
  padding-top: 0.5em;
}
.rsvpAdditionalAttendee {
  text-align:left;
  border-top: 1px solid #ccc;
}
.rsvpCheckboxCustomQ, .rsvpRadioCustomQ {
  float: left;
  padding-right: 10px;
}
.rsvpCustomQuestionReadonlyAnswer {
  display: inline-block;
  margin-left: 0.5em;
}
.rsvpCustomQuestionReadonly .rsvpCustomQuestionQuestionContainer {
  display: inline-block;
}
.rsvpClear {
  clear: both;
  height: 1px;
  line-height: 1px;
}
#rsvpPlugin input {
  display: inline;
  visibility: visible;
}
#rsvpPlugin input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.rsvpFormField  label {
  display: inline;
}
.rsvpParagraph { 
  position: relative;
}
.rsvpParagraph .required {
  position: relative;
}
.rsvp_pro_attendee_list_table {
  table-layout: fixed;
}
.rsvp_pro_attendee_list_pagination {
  float:right;
  margin: 0.5em 0em;
}
.rsvp-pro-attendee-list-page-numbers {
  padding: 0.25em;
  margin: 0.5em 0.2em;
  border: 1px solid;
}
#rsvp_toggle_attendee_container {
  margin: 0.5em 0em;
}
.hide_form {
  display: none;
}
.rsvp_pro_greeting_avatar {
  float: left;
  padding-right: 0.5em;
}
#rsvp_pro_attendee_list_export_button_container {
  float: right;
}
#rsvpProTicketPriceContainer .rsvpParagraph {
  font-weight: bold;
  text-align: right;
}
#rsvp_pro_attendee_list_summary_header {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #rsvp_pro_attendee_list_table_container table, 
  #rsvp_pro_attendee_list_table_container thead, 
  #rsvp_pro_attendee_list_table_container tbody, 
  #rsvp_pro_attendee_list_table_container th, 
  #rsvp_pro_attendee_list_table_container td, 
  #rsvp_pro_attendee_list_table_container tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #rsvp_pro_attendee_list_table_container thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #rsvp_pro_attendee_list_table_container tr { border: 1px solid #ccc; }
 
  #rsvp_pro_attendee_list_table_container td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    white-space: normal;
    text-align:left;
  }
 
  #rsvp_pro_attendee_list_table_container td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  #rsvp_pro_attendee_list_table_container td:before { content: attr(data-title); }
}

th#eventId {
  width : 100px;
}

/**
Event form design
 */
html body #rsvpEventForm #rsvp_pro_admin_settings_tabs {
  padding : 0;
  border:0;
  background:transparent;
}

html body #rsvpEventForm #rsvp_pro_admin_settings_tabs .ui-tabs-nav {
  background   : transparent;
  border-color : #ccc;
  border-top   : 0;
  border-right : 0;
  border-left  : 0;
  padding      : 0;
}

html body #rsvpEventForm #rsvp_pro_admin_settings_tabs .ui-tabs-nav li {
  background    : #e5e5e5;
  margin        : 0;
  border-radius : 0;
  border        : 1px solid #ccc;
}

html body #rsvpEventForm #rsvp_pro_admin_settings_tabs .ui-tabs-nav li.ui-state-active {
  background    : #f1f1f1;
  border-bottom : 1px solid #f1f1f1;
}

html body #rsvpEventForm #rsvp_pro_admin_settings_tabs .ui-tabs-nav li a {
  color   : #555;
  outline : none;
  box-shadow:none;
}

html body #rsvpEventForm #rsvp_pro_admin_settings_tabs .ui-tabs-nav li.ui-state-active a {
  color : #000;
}

#rsvp_pro_attendee_list_summary_footer {
  clear:both;
}