// Place all the styles related to the Entries controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

  h2 {
    font-size: 20px;
    margin-bottom: 1px;
  }

  h3 {
    font-size: 16px;
    margin-bottom: 1px;
  }

  table {
    margin-top: 15px;
  }

  table tr td {
    vertical-align: top;
    padding: 10px;
    font-size: larger;
  }

  .first_line {
    height: 50px;
    padding: 20px;
    font-size: 100%;
  }

  .line_odd {
    background: #dddddd;
  }

  .line_even {
    background: #ffffff;
  }

  .name {
    width: 150px;
  }

  .description {
    width: 350px;
  }

  .source {
    width: 100px;
  }

  .data_type {
    width: 120px;
  }

  .default_value {
    width: 120px;
  }

