/**
 * This file contains css definitions for FUDA specific pages.
 *
 * Thiago Tonelli Bartolomei
 */

table.fuda-content-table td, table.fuda-content-table th {
  text-align: center;
}

table.fuda-content-table th {
  font-size: 12px;
  padding: 3px 3px 3px 3px;
  border-top: 2px solid #d3e7f4;
  border-bottom: 2px solid #d3e7f4;
}

td.concept {
  border-top: 2px solid #d3e7f4;
  border-bottom: 2px solid #d3e7f4;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

table.fuda-content-table {
  width: auto;
  border-top: 2px solid #d3e7f4;
  border-bottom: 2px solid #d3e7f4;
}

div.fuda p {
  padding-top: 5px;
  text-indent: 1.5em;
}

div.fuda h1 {
  padding-top: 15px;
}


td.framework {
  font-weight: bold;
  font-size: 16px;
}
