/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* ----------------------------------------
  Begin wp-database-analyzer master.css
------------------------------------------- */
.wpdba-table table {
  margin: 1em 0;
  border-collapse: collapse; }
  .wpdba-table table td, .wpdba-table table th {
    border: 1px solid grey;
    padding: 5px 10px; }

.wpdba-admin-page .form-table th h1:first-child, .wpdba-admin-page .form-table th h2:first-child, .wpdba-admin-page .form-table th h3:first-child, .wpdba-admin-page .form-table th h4:first-child, .wpdba-admin-page .form-table th h5:first-child, .wpdba-admin-page .form-table th h6:first-child, .wpdba-admin-page .form-table th p:first-child, .wpdba-admin-page .form-table td h1:first-child, .wpdba-admin-page .form-table td h2:first-child, .wpdba-admin-page .form-table td h3:first-child, .wpdba-admin-page .form-table td h4:first-child, .wpdba-admin-page .form-table td h5:first-child, .wpdba-admin-page .form-table td h6:first-child, .wpdba-admin-page .form-table td p:first-child {
  margin-top: 0;
  padding-top: 0; }
.wpdba-admin-page .form-table th h1:last-child, .wpdba-admin-page .form-table th h2:last-child, .wpdba-admin-page .form-table th h3:last-child, .wpdba-admin-page .form-table th h4:last-child, .wpdba-admin-page .form-table th h5:last-child, .wpdba-admin-page .form-table th h6:last-child, .wpdba-admin-page .form-table th p:last-child, .wpdba-admin-page .form-table td h1:last-child, .wpdba-admin-page .form-table td h2:last-child, .wpdba-admin-page .form-table td h3:last-child, .wpdba-admin-page .form-table td h4:last-child, .wpdba-admin-page .form-table td h5:last-child, .wpdba-admin-page .form-table td h6:last-child, .wpdba-admin-page .form-table td p:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

/*# sourceMappingURL=master.css.map */
