/*
 * 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *



 */

.mt-hotkey-el {
  position: relative; }

a[data-keybinding] .mt-hotkey-hint {
  display: block;
  float: right;
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 999;
  font: bold 13px/1em sans-serif;
  text-decoration: none;
  text-indent: 0;
  text-align: center;
  vertical-align: center;
  margin: 0;
  padding: 0.3ex 0.7ex;
  background: beige;
  color: black;
  text-shadow: 1px 1px 0 white;
  box-shadow: 1px 1px 0 #333333;
  border-radius: 5px;
  border: 1px solid #888888;
  opacity: 0.75;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  a[data-keybinding] .mt-hotkey-hint:hover {
    background: white;
    opacity: 1;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25); }
/* line 3, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 99.99vh;
  -webkit-text-size-adjust: 100%;
}

/* line 15, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
:focus {
  outline-color: invisible;
  outline-style: none;
  background-color: #ffd !important;
}
/* line 19, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
:focus:not(textarea):not(input) {
  text-decoration: underline !important;
}

/* line 24, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
h1 {
  font-family: Arial;
  font-size: 2em;
  margin-top: 30px;
  margin-left: 0em;
  font-weight: normal;
  color: #00f;
  padding-left: 5px;
}
@media (max-width: 520px) {
  /* line 24, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
  h1 {
    margin-top: 20px;
  }
}
/* line 37, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
h1 a {
  text-decoration: underline;
  color: #00f;
}
/* line 40, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
h1 a:visited {
  color: purple;
}
/* line 43, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
h1 a.readable {
  font-weight: bold;
  font-family: Times, serif;
  color: #000;
}

/* line 51, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
article {
  font-family: Arial;
  font-size: 13px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  flex: 1;
  -webkit-flex: 1;
  padding: 0.0em 1.5em 1em 1.5em;
  box-sizing: border-box;
}
@media (max-width: 520px) {
  /* line 51, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
  article {
    padding: 0 0.5em 0.5em 0.5em;
  }
}
/* line 66, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
article hr {
  border: none;
  height: 1px;
  color: solid #000;
}

/* line 74, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
.sign-in {
  padding-left: 0.5em;
}

/* line 78, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer {
  font-size: 0;
  width: 100%;
  text-align: right;
}
/* line 83, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer a, footer span {
  display: inline-block;
  box-sizing: content-box;
}
/* line 88, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer span {
  font-size: 13px;
}
/* line 92, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .delete {
  background-color: #f77;
}
/* line 94, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .delete:hover {
  background-color: #f55;
}
/* line 100, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .read {
  cursor: pointer;
  box-sizing: content-box;
}
/* line 105, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .edit {
  display: none;
  background-color: #fff;
  text-decoration: underline;
  color: #00f;
}
/* line 110, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .edit:hover {
  background-color: #fff !important;
}
/* line 115, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .is_readable {
  background: none;
  color: #000;
  box-sizing: border-box;
}
/* line 119, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .is_readable:hover {
  background: none;
  color: #000;
  text-decoration: underline;
}
/* line 126, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .logout {
  display: none;
}
/* line 130, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .word_web {
  background: none;
  text-decoration: underline;
  color: #00f;
  padding: 0.5em;
}
/* line 135, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer .word_web:hover {
  background: none;
}
/* line 140, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer a {
  font-size: 13px;
  color: #444;
  text-decoration: none;
  background-color: #ddd;
  padding: 0.5em;
  user-select: none;
  -webkit-user-select: none;
}
/* line 149, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
footer a:hover {
  background-color: #bbb;
}

/* line 156, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
.updated_at {
  padding: 0.5em;
  background: #ff0;
}

/* line 161, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
form {
  line-height: 24px;
}
/* line 164, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
form div {
  margin: 0.5em 0;
}
/* line 168, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
form input {
  font-family: Arial;
  font-size: 1em;
  padding: 4px;
  border: 1px solid #000;
  background-color: #ff0;
  margin: 0;
  -webkit-border-radius: 0;
}
/* line 176, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
form input:not([type=checkbox]) {
  -webkit-appearance: none;
}
/* line 181, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
form .uneditable {
  opacity: 0.5;
}
/* line 185, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
form textarea {
  margin: -5px auto 0 auto;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 50vh;
  font-family: Arial;
  font-size: 1em;
  padding: 4px;
  border: 1px solid #000;
}
/* line 200, /home/jeff/ww.rey.sc/app/assets/stylesheets/base.css.scss */
form input[type=submit] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-size: 13px;
  background-color: #0f0;
  display: block;
  border: 1px solid #000;
}
/* line 1, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section {
  padding-left: 5px;
}
/* line 5, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section mark {
  background-color: #ff0;
}
/* line 9, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a {
  text-decoration: underline;
}
/* line 13, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a:visited {
  color: purple;
}
/* line 17, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a[data-empty=true] {
  color: #444;
  text-decoration: none;
}
/* line 20, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a[data-empty=true]:hover {
  background-color: #ffff64;
}
/* line 23, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a[data-empty=true].readable {
  text-decoration: none !important;
}
/* line 28, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a[data-this=true] {
  color: #f00 !important;
  text-decoration: none;
}
/* line 33, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a.readable {
  color: #000 !important;
  text-decoration: underline;
}
/* line 36, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a.readable * {
  background-color: #fff !important;
}
/* line 41, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section .redirecting {
  font-style: italic;
  font-weight: bold;
  color: #00f;
  opacity: 0;
}
/* line 48, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a[data-external=true] {
  color: #03a05b;
}
/* line 50, /home/jeff/ww.rey.sc/app/assets/stylesheets/entries.css.scss */
section a[data-external=true]:visited {
  color: #006600;
}
/* line 2, /home/jeff/ww.rey.sc/app/assets/stylesheets/scaffolds.css.scss */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 7, /home/jeff/ww.rey.sc/app/assets/stylesheets/scaffolds.css.scss */
.field {
  width: 100%;
}

/* line 11, /home/jeff/ww.rey.sc/app/assets/stylesheets/scaffolds.css.scss */
#notice {
  color: #03a05b;
  padding: 0.5em;
  background-color: #dfd;
}

/* line 17, /home/jeff/ww.rey.sc/app/assets/stylesheets/scaffolds.css.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
}

/* line 22, /home/jeff/ww.rey.sc/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 29, /home/jeff/ww.rey.sc/app/assets/stylesheets/scaffolds.css.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 39, /home/jeff/ww.rey.sc/app/assets/stylesheets/scaffolds.css.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
