// 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/

  h1 {
    font-size: 300%;
    margin-bottom: 40px;
  }

  table {
    margin-top: 15px;
  }

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

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

  .line_odd {
    background: #e0f8f8;
  }

  .line_even {
    background: #f8d078;
  }

  .name {
    width: 150px;
  }

  .description {
    width: 350px;
  }

  .source {
    width: 100px;
  }

  .data_type {
    width: 120px;
  }

  .default_value {
    width: 120px;
  }

