/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

#rsvppro_admintable .paramlist_value * {
  box-sizing: border-box;
}
#rsvppro_admintable .paramlist_value input {
  padding: 0 0 0 5px !important
}
#rsvppro_admintable .fieldtypejevrcalendar input {
  width: 90%;
}
#rsvppro_admintable select { width: 100%;}
#addguest a {
  background-color: #0095dacc;
  color: #fff;
  padding: 8px 20px !important;
  border-radius: 0;
  margin-left: -5px !important;
  
}

.jev_eventdetails_body * { box-sizing: border-box !important;}
