@charset "UTF-8";
/* ------ z-index ------*/
/* ------ Color ------*/
/* ------ Percentual Dimensions ------*/
/* ------ Fixed Dimensions ------*/
/* ------ z-index ------*/
/* ------ Color ------*/
/* ------ Percentual Dimensions ------*/
/* ------ Fixed Dimensions ------*/
.default_table {
  margin: 0 auto; }
  .default_table tr {
    background-color: #f3f3f3; }
  .default_table td,
  .default_table th {
    border: 2px solid #fff;
    padding: 7px;
    text-align: left; }
  .default_table th,
  .default_table td {
    color: #444; }
  .default_table .center {
    text-align: center; }
  .default_table .min_width {
    min-width: 120px; }
  .default_table .empty {
    background-color: #fff; }

.data_table th,
.data_table td {
  color: #444;
  padding: 5px; }
.data_table th {
  text-align: right; }

.item_table {
  margin: 0 auto;
  width: 100%; }
  .item_table td,
  .item_table th {
    border: 1px solid #ddd;
    color: #444;
    padding: 7px 10px;
    text-align: left; }
  .item_table .empty {
    border: none; }
  .item_table .button {
    background: #346cce;
    padding: 0;
    max-width: 30px;
    min-width: 30px;
    width: 30px; }
    .item_table .button .default_table_button {
      color: #fff;
      cursor: pointer;
      font-size: 1.1em;
      font-weight: bold;
      padding: 6px 7px;
      height: 100%;
      text-decoration: none;
      display: inline-block;
      width: 30px;
      box-sizing: border-box;
      text-align: center; }
      .item_table .button .default_table_button:before {
        content: "‣";
        font-size: 21px;
        line-height: 21px; }
  .item_table .hover {
    background: #519ede; }
  .item_table .delete_hover {
    background: #e07070; }

#wrapper li,
#wrapper p {
  line-height: 150%;
  margin-bottom: 15px;
  text-align: justify; }
#wrapper li {
  margin-left: 35px; }
#wrapper .default_table {
  margin-bottom: 30px; }
  #wrapper .default_table .purpose {
    text-align: justify; }
