/* Copyright David Gibson 2023. No licence should be inferred.
   The work of which this CSS file is a part, and which comprises CSS, JS, PHP, HTML
   and other files is also protected by Design Right under the Copyright, Designs and
   Patents Act 1988 and subsequent enactments.
*/

  .userForm 		{ background-color: lavender; border: 1px solid blue; border-radius: 3px; }
  input.userForm 	{ font-size: 12pt; width: 50%; min-width: 300px; height: 1.5em; }  /* i.e. not select.userForm or textarea.userForm */
  select.userForm 	{ font-size: 12pt; height: 1.5em; } 
  textarea.userForm 	{ font-size: 12pt; width: 100%; height: 15em; }
  .userButton  		{ background-color: lavender; border: 2px solid blue; border-radius: 5px; 
  			  font-size: 12pt; height: 1.8em;
  			}
  input[name="title"]		{ width: 77%; }  
  input[name="speaker_affil"]	{ width: 77%; }  
  
  