@media (min-width: 550px) {
  /* line 2, app/assets/stylesheets/device/generic.scss */
  #header {
    padding-bottom: 1em;
  }
  /* line 6, app/assets/stylesheets/device/generic.scss */
  #main-wrapper {
    float: left;
    width: 100%;
  }
  /* line 11, app/assets/stylesheets/device/generic.scss */
  #main {
    margin-left: 17em;
    margin-right: 5em;
  }
  /* line 16, app/assets/stylesheets/device/generic.scss */
  #sidebar {
    float: left;
    width: 15em;
    margin-left: -100%;
  }
  /* line 21, app/assets/stylesheets/device/generic.scss */
  #sidebar ul {
    list-style: none;
    padding-left: 3em;
  }
  /* line 25, app/assets/stylesheets/device/generic.scss */
  #sidebar ul li {
    padding-bottom: 1em;
  }
  /* line 31, app/assets/stylesheets/device/generic.scss */
  .home-page p {
    font-size: 125%;
  }
  /* line 35, app/assets/stylesheets/device/generic.scss */
  textarea {
    width: 90%;
    max-width: 500px;
  }
}
@media not all and (min-width: 550px) {
  /* line 2, app/assets/stylesheets/device/phone.scss */
  #header {
    display: none;
  }
  /* line 6, app/assets/stylesheets/device/phone.scss */
  textarea {
    width: 90%;
  }
}
/* line 1, app/assets/stylesheets/global/memory.scss */
body {
  background-color: #fff;
  color: #333;
}

@media (prefers-color-scheme: dark) {
  /* line 1, app/assets/stylesheets/global/memory.scss */
  body {
    background-color: #000;
    color: #ccc;
  }
}

/* line 11, app/assets/stylesheets/global/memory.scss */
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 17, app/assets/stylesheets/global/memory.scss */
a {
  color: #000;
}

/* line 20, app/assets/stylesheets/global/memory.scss */
a:visited {
  color: #666;
}

/* line 24, app/assets/stylesheets/global/memory.scss */
a:hover {
  color: #fff;
  background-color: #000;
}

@media (prefers-color-scheme: dark) {
  /* line 17, app/assets/stylesheets/global/memory.scss */
  a {
    color: #fff;
  }
  /* line 32, app/assets/stylesheets/global/memory.scss */
  a:visited {
    color: #999;
  }
  /* line 36, app/assets/stylesheets/global/memory.scss */
  a:hover {
    color: #000;
    background-color: #fff;
  }
}

/* line 43, app/assets/stylesheets/global/memory.scss */
#notice {
  color: #159a56;
}

/* line 47, app/assets/stylesheets/global/memory.scss */
#error_explanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

@media (prefers-color-scheme: dark) {
  /* line 47, app/assets/stylesheets/global/memory.scss */
  #error_explanation {
    background-color: #222;
  }
}

/* line 59, app/assets/stylesheets/global/memory.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

/* line 69, app/assets/stylesheets/global/memory.scss */
#error_explanation p {
  margin-bottom: 0;
  padding: 5px;
}

/* line 74, app/assets/stylesheets/global/memory.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

/* Memory-specific customization: */
/* line 82, app/assets/stylesheets/global/memory.scss */
h1 {
  padding-left: 1.5em;
  padding-top: 1em;
  color: #008080;
}

/* line 88, app/assets/stylesheets/global/memory.scss */
.qa {
  font-size: 20px;
  line-height: 24px;
  background-color: #fff;
  color: #000;
}

@media (prefers-color-scheme: dark) {
  /* line 88, app/assets/stylesheets/global/memory.scss */
  .qa {
    background-color: #000;
    color: #ccc;
  }
}

@media (prefers-color-scheme: dark) {
  /* line 101, app/assets/stylesheets/global/memory.scss */
  textarea.qa {
    background-color: #222;
    color: #ccc;
  }
}

/* line 108, app/assets/stylesheets/global/memory.scss */
.answer-row form {
  display: inline;
  margin-right: 15px;
}

/* line 112, app/assets/stylesheets/global/memory.scss */
.answer-row form div {
  display: inline;
}

/* line 117, app/assets/stylesheets/global/memory.scss */
#answer {
  display: none;
}

/* line 122, app/assets/stylesheets/global/memory.scss */
.answered #ask {
  display: none;
}

/* line 125, app/assets/stylesheets/global/memory.scss */
.answered #answer {
  display: block;
}

/* line 130, app/assets/stylesheets/global/memory.scss */
#response {
  padding-bottom: 1.5em;
}

/* line 134, app/assets/stylesheets/global/memory.scss */
.link-row a {
  margin-right: 15px;
}

/* NOTE (2012-12-13, carlton): This class is provided by the dynamic_form
   gem, hence uses a different multiword convention. */
/* line 140, app/assets/stylesheets/global/memory.scss */
.field_with_errors {
  display: inline;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) 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
 * 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.
 *


 */
