/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

 .center { text-align: center; }
 .clear-both { clear: both; }
 .float-left { float: left !important; }
 .float-right { float: right !important; }
 .nowrap  { white-space: nowrap; }
 .numeric { text-align: right; }


/* form font a bit closer to tufte 1.4rem */
div,
input,
submit {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

 table tr th,
 table tr td {
   padding: 0 1rem 0.33rem 0;
 }
 th, td {
   font-size: 1rem;
   text-align: left;
   vertical-align: top;
 }
 th {
   white-space: nowrap;
 }

 .field_with_errors {
   /*border: thin solid  red;*/
   display: inline-block;
 }
