/*
body {
  background-color: #fff;
  color: #333;
  margin: 33px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
  color: #000;

  &:visited {
    color: #666;
  }

  &:hover {
    color: #fff;
    background-color: #000;
  }
}

th {
  padding-bottom: 5px;
}

td {
  padding: 0 5px 7px;
}

div {
  &.field, &.actions {
    margin-bottom: 10px;
  }
}

#notice {
  color: green;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;

  h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px -7px 0;
    background-color: #c00;
    color: #fff;
  }

  ul li {
    font-size: 12px;
    list-style: square;
  }
}

label {
  display: block;
}
*/
/*
 * 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, 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 other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 18, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
html {
  font-family: Arial, sans-serif;
  font-size: 14pt;
  background-color: white;
}

/* line 23, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
header, main, footer {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 29, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
header h1 {
  margin-bottom: 0;
}
/* line 31, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
header h1 img {
  width: auto;
  height: 120px;
}

/* line 36, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
header h2 {
  position: relative;
  margin-top: -44px;
  margin-left: 38px;
  float: left;
  z-index: 9999;
  font-style: italic;
}
/* line 43, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
header h2 a {
  color: inherit;
  text-decoration: none;
}

/* line 48, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
header nav {
  margin-top: -44px;
  float: right;
  font-size: 120%;
  font-weight: bold;
}
/* line 53, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
header nav ul {
  margin: 0;
  padding: 0;
}
/* line 56, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
header nav ul li {
  margin: 0 0 0 1em;
  padding: 0;
  display: inline-block;
  list-style: none;
}

/* line 64, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
h1 {
  font-size: 150%;
}

/* line 67, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
h2 {
  font-size: 120%;
}

/* line 70, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
header {
  border-bottom: 1px solid black;
  margin-bottom: 1em;
}

/* line 74, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
footer {
  margin-top: 1em;
  border-top: 1px solid black;
}

/* line 78, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
article {
  overflow: hidden;
}

/* line 81, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
article div {
  float: left;
  min-width: 200px;
}

/* line 85, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
a {
  color: #002E88;
  text-decoration: underline;
}

/* line 89, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
#editor {
  width: 800px;
  height: 600px;
  max-width: 100%;
}

/* line 94, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
img {
  max-width: 100%;
}

/* line 97, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
main#guides {
  overflow: hidden;
}

/* line 100, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
div#content {
  float: left;
  width: calc(100% - 240px);
}

/* line 104, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
div#toc {
  float: right;
  width: 200px;
}
/* line 107, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
div#toc aside {
  margin-top: 1em;
  text-align: center;
  background-color: #EFEFEF;
  padding: 0.5em 0 0.5em 0;
}
/* line 112, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
div#toc aside p {
  margin: 1em;
}
/* line 116, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
div#toc aside.gad {
  background-color: white;
  padding: 0;
}
/* line 120, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
div#toc nav {
  background-color: #EFEFEF;
}
/* line 123, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
div#toc ul {
  margin: 0;
  padding: 1em;
  list-style: none;
}
/* line 128, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
div#toc li {
  margin: 0.5em;
  padding: 0;
}

/* line 134, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
#troubleshooting h2 {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.1em;
}
/* line 138, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
#troubleshooting article {
  margin-left: 2em;
}
/* line 140, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
#troubleshooting article h1, #troubleshooting article h2, #troubleshooting article h3, #troubleshooting article h4 {
  color: #333333;
}

/* line 145, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
code {
  background-color: #F6F6F6;
}

/* line 148, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
pre code {
  display: block;
  padding: 0.5em;
  border: #999999;
  overflow: auto;
}

/* line 154, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
blockquote {
  font-style: italic;
}

/* line 157, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
aside.featured {
  text-align: center;
}

/* line 160, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
aside.gad {
  margin-top: 1em;
  text-align: center;
  background-color: #EFEFEF;
}
/* line 164, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
aside.gad p {
  padding: 1em;
}

@media (max-width: 800px) {
  /* line 169, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  li {
    margin: 1em 0 1em 0;
  }

  /* line 173, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  header h2 {
    float: none;
  }
  /* line 176, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  header nav {
    float: none;
    margin-top: 0;
    margin-bottom: 1em;
  }
  /* line 180, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  header nav ul {
    overflow: hidden;
  }
  /* line 182, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  header nav ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
  }

  /* line 193, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  main#guides {
    display: block;
  }

  /* line 196, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  div#content {
    float: none;
    width: 100%;
  }

  /* line 200, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  div#toc {
    float: none;
    width: 100%;
  }
  /* line 203, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  div#toc ul {
    padding: 0.5em 0 0.5em 0;
  }
  /* line 206, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  div#toc li {
    text-align: center;
    margin: 1.5em 0 1.5em 0;
  }

  /* line 211, /home/solargraph/public_html/app/assets/stylesheets/application.scss */
  aside.featured {
    text-align: left;
  }
}
