/* line 1, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
body {
  background-color: #fff;
  color: #333;
  font-family: Forza-Light;
  font-size: 13px;
  line-height: 18px;
}

/* line 9, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
p, ol, ul, td {
  font-family: Forza-Light;
  font-size: 13px;
  line-height: 18px;
}

/* line 15, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 21, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
a {
  color: #000;
}
/* line 24, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
a:visited {
  color: #666;
}
/* line 28, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
a:hover {
  color: #fff;
  background-color: none;
}

/* line 35, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 40, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 44, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 50, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 58, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
/* line 69, c:/sites/isotechne/app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

@font-face {
        font-family: "Forza";
        src: font_url('/fonts/Forza-Bold.otf') format("opentype");
    }
@font-face {
        font-family: "Forza";
        src: font_url('/fonts/Forza-Thin.otf') format("opentype");
    }
@font-face {
        font-family: "Forza";
        src: font_url('/fonts/Forza-Light.otf') format("opentype");
  }
 
 
 
