body {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
body footer {
  text-align: center;
  padding: 0 2em;
}
body footer nav {
  margin: 3em 0 4em;
  color: #444;
}
body footer nav a {
  text-decoration: none;
}
body footer nav a + a {
  margin-left: 0.8em;
}
body footer nav a:link,
body footer nav a:visited {
  color: #999;
}
body footer nav a:hover {
  color: #666;
}
body footer nav a.home {
  color: #333;
  font-weight: bold;
}
body footer nav a.home:hover {
  color: #000;
}
header {
  margin: 1em;
}
header h1,
header h2 {
  display: inline;
}
header nav {
  display: inline;
  margin: 0 1em;
  line-height: 2.4em;
}
header nav span,
header nav a {
  margin: 0 0 0 1em;
}
header nav a {
  color: #767676;
}
header nav a:hover {
  text-decoration: underline;
}
header p.description {
  color: #444;
  font-size: 1.1em;
  margin-top: 0.5em;
  line-height: 1.5;
}
header p.meta-note {
  color: #333;
  font-style: italic;
  margin-top: 2em;
}
header p.meta-note span {
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: 0.9em;
  color: #666;
  font-style: normal;
}
hr {
  border: 0;
  height: 1px;
  background: #ccc;
  max-width: 40em;
  margin: 4em auto;
  text-align: center;
}
textarea,
textarea:focus {
  border: 0;
}
textarea,
textarea:focus,
input {
  outline: 0;
}
textarea {
  width: 100%;
  resize: none;
}
textarea#editor {
  position: fixed;
  top: 3em;
  right: 0;
  bottom: 2em;
  left: 0;
  padding: 2em 2em 0 2em;
  font-size: 2em;
  box-sizing: border-box;
}
#official-writing,
#wrapper {
  margin: 1em 2em;
}
#official-writing ul,
#wrapper ul {
  margin: 0;
  padding: 0 0 0 1em;
  line-height: 1.5;
}
#official-writing ul.collections,
#wrapper ul.collections,
#official-writing ul.posts,
#wrapper ul.posts,
#official-writing ul.integrations,
#wrapper ul.integrations {
  list-style: none;
  margin-left: 1em;
}
#official-writing ul.collections li + li,
#wrapper ul.collections li + li,
#official-writing ul.posts li + li,
#wrapper ul.posts li + li,
#official-writing ul.integrations li + li,
#wrapper ul.integrations li + li {
  margin-top: 0.4em;
}
#official-writing ul.collections li.collection a.title,
#wrapper ul.collections li.collection a.title {
  font-size: 1.3em;
}
.clearfix {
  overflow: auto;
}
.half-col,
.half,
.third {
  float: left;
}
.half-col + .half-col,
.half + .half-col,
.third + .half-col {
  margin-left: 4em;
}
.half {
  width: 50%;
}
.third {
  width: 33%;
}
code,
textarea#embed {
  font-family: monospace, monospace;
  font-size: 1em;
}
#wrapper {
  max-width: 50em;
}
#official-writing h2.minor,
#wrapper h2.minor {
  font-size: 1.3em;
}
#official-writing h2.bugfix,
#wrapper h2.bugfix {
  font-size: 1.15em;
}
#official-writing h2 + .android-version,
#wrapper h2 + .android-version {
  margin-top: 0;
  font-size: 1.1em;
}
#official-writing h2 + .android-version a:hover,
#wrapper h2 + .android-version a:hover {
  text-decoration: underline;
}
#beta,
.content-container {
  max-width: 50em;
  margin: 0 auto 3em;
  font-size: 1.2em;
}
#beta.tight,
.content-container.tight {
  max-width: 30em;
}
#beta.snug,
.content-container.snug {
  max-width: 40em;
}
#beta .app + .app,
.content-container .app + .app {
  margin-top: 1.5em;
}
#beta .app h2,
.content-container .app h2 {
  margin-bottom: 0.25em;
}
#beta .app p,
.content-container .app p {
  margin-top: 0.25em;
}
#beta h2.intro,
.content-container h2.intro {
  font-weight: normal;
}
#beta p,
.content-container p {
  line-height: 1.5;
}
#beta li,
.content-container li {
  margin: 0.3em 0;
}
#beta h2.light,
.content-container h2.light {
  font-weight: normal;
}
#collection-options #title,
#collection-options #description {
  width: 100%;
  box-sizing: border-box;
}
#collection-options .option h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
#collection-options .option label.option-text.disabled {
  color: #999;
}
#collection-options .option label.option-text.disabled #domain-alias {
  border-color: #ccc;
}
#collection-options .option label.option-text.disabled + p {
  color: #555;
}
#collection-options .option label + p,
#collection-options .option p.describe {
  font-size: 0.8em;
  margin-top: 0.4em;
  margin-left: 1.8em;
}
#collection-options .option input.low-profile {
  padding: 0.25rem 0.5rem;
  margin-left: 0.25rem;
  font-size: 0.8em;
}
#collection-options .option .fedi-handle {
  margin-left: 0.5em;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
body {
  font-family: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', 'DejaVu serif', serif;
  font-size-adjust: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  color: #111;
}
body h1 a,
body header h2 a {
  color: black;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
body h1 a:hover,
body header h2 a:hover {
  color: #303030;
  text-decoration: none;
}
body h1,
body h2,
body h3 {
  line-height: 1.2;
}
body#post article,
body#collection article p,
body#subpage article p {
  display: block;
  unicode-bidi: embed;
  white-space: pre;
}
body#post #wrapper,
body#post pre {
  max-width: 40em;
  margin: 0 auto;
}
body#post #wrapper a:hover,
body#post pre a:hover {
  text-decoration: underline;
}
body#post blockquote p + p {
  margin: -2em 0 0.5em;
}
body#post article {
  margin-bottom: 2em !important;
}
body#post article h1,
body#post article h2,
body#post article h3,
body#post article h4,
body#post article h5,
body#post article h6,
body#post article p,
body#post article ul,
body#post article ol,
body#post article code {
  display: inline;
  margin: 0;
}
body#post article hr + p,
body#post article ol,
body#post article ul {
  display: block;
  margin-top: -1rem;
  margin-bottom: -1rem;
}
body#post article ol,
body#post article ul {
  margin: 2rem 0 -1rem;
}
body#post article ol ol,
body#post article ul ol,
body#post article ol ul,
body#post article ul ul {
  margin: 1.25rem 0 -0.5rem;
}
body#post article li {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
body#post article h2#title {
  font-size: 1.5em;
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
}
body#post article h1 {
  font-size: 1.5em;
}
body#post article h2 {
  font-size: 1.4em;
}
body#post header nav span.pinned.selected,
body#post header nav a.pinned.selected {
  font-weight: bold;
}
body#post header nav span.pinned + .views,
body#post header nav a.pinned + .views {
  margin-left: 2em;
}
body#post .owner-visible {
  display: none;
}
body#post code,
body#collection code,
body#subpage code {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 0.2em 0.4em;
  font-size: 0.86em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
body#post img,
body#collection img,
body#subpage img,
body#post video,
body#collection video,
body#subpage video,
body#post audio,
body#collection audio,
body#subpage audio {
  max-width: 100%;
}
body#post audio,
body#collection audio,
body#subpage audio {
  width: 100%;
  white-space: initial;
}
body#post pre,
body#collection pre,
body#subpage pre {
  padding: 0;
  max-width: 100%;
  margin: 0;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  font-size: 0.86em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
body#post pre code,
body#collection pre code,
body#subpage pre code {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 1em;
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
body#post blockquote,
body#collection blockquote,
body#subpage blockquote {
  border-left: 4px solid #ddd;
  padding: 0 1em;
  margin: 0.5em;
  color: #767676;
  display: inline-block;
}
body#post blockquote p,
body#collection blockquote p,
body#subpage blockquote p {
  display: block;
  margin: 0.5em 0;
}
body#post article hr,
body#collection article hr,
body#subpage article hr {
  margin-top: 0;
  margin-bottom: 0;
}
body#post article p.badge,
body#collection article p.badge,
body#subpage article p.badge {
  background-color: #aaa;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 0;
  float: right;
  color: white;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
body#post header nav span.pinned + .pinned,
body#collection header nav span.pinned + .pinned,
body#subpage header nav span.pinned + .pinned,
body#post header nav a.pinned + .pinned,
body#collection header nav a.pinned + .pinned,
body#subpage header nav a.pinned + .pinned {
  margin-left: 1.5em;
}
body#post footer nav a,
body#collection footer nav a,
body#subpage footer nav a {
  margin-top: 0;
}
body#collection #welcome,
body#collection .access {
  margin: 0 auto;
  max-width: 35em;
}
body#collection #welcome h2,
body#collection .access h2 {
  font-weight: normal;
  margin-bottom: 1em;
}
body#collection #welcome p,
body#collection .access p {
  font-size: 1.2em;
  line-height: 1.6;
}
body#collection .access {
  margin: 8em auto;
  text-align: center;
}
body#collection .access h2,
body#collection .access ul.errors {
  font-size: 1.2em;
  margin-bottom: 1.5em !important;
}
body#collection header {
  padding: 0 1em;
  text-align: center;
  max-width: 50em;
  margin: 3em auto 4em;
}
body#collection header .writeas-prefix {
  display: block;
  margin-bottom: 0.5em;
}
body#collection header .writeas-prefix a {
  color: #aaa;
}
body#collection header nav {
  display: block;
  margin: 1em 0;
}
body#collection header nav a:first-child {
  margin: 0;
}
body#collection nav#manage {
  position: absolute;
  top: 1em;
  left: 1.5em;
}
body#collection nav#manage li a.write {
  font-family: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', 'DejaVu serif', serif;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
body#collection pre {
  line-height: 1.5;
}
body#collection .flash {
  text-align: center;
  margin-bottom: 4em;
}
body#subpage #wrapper h1 {
  font-size: 2.5em;
  letter-spacing: -2px;
  padding: 0 2rem 2rem;
}
body#post pre {
  font-size: 0.75em;
}
body#collection #wrapper,
body#subpage #wrapper {
  margin-left: auto;
  margin-right: auto;
}
body#collection #wrapper article,
body#subpage #wrapper article {
  margin-bottom: 4em;
}
body#collection #wrapper article:hover .hidden,
body#subpage #wrapper article:hover .hidden {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body#collection #wrapper h2,
body#subpage #wrapper h2 {
  margin-top: 0em;
  margin-bottom: 0.25em;
}
body#collection #wrapper h2 + time,
body#subpage #wrapper h2 + time {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
body#collection #wrapper time,
body#subpage #wrapper time {
  font-size: 1.1em;
}
body#collection #wrapper time + p,
body#subpage #wrapper time + p {
  margin-top: 0.25em;
}
body#collection #wrapper footer,
body#subpage #wrapper footer {
  text-align: left;
  padding: 0;
}
body#collection #paging,
body#subpage #paging {
  overflow: visible;
  padding: 1em 6em 0;
}
body#collection a.read-more,
body#subpage a.read-more {
  color: #666;
}
body#me #official-writing h2 {
  font-weight: normal;
}
body#me #official-writing h2 a {
  font-size: 0.6em;
  margin-left: 1em;
}
body#me #official-writing h2 a[name] {
  margin-left: 0;
}
body#me #official-writing h2 a:link,
body#me #official-writing h2 a:visited {
  color: #0000ee;
}
body#me #official-writing h2 a:hover {
  text-decoration: underline;
}
body#promo div.heading {
  margin: 8em 0;
}
body#promo div.heading h1,
body#promo div.attention-form h1 {
  font-size: 3.5em;
}
body#promo div.heading input,
body#promo div.attention-form input {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
body#promo div.heading input[type=email],
body#promo div.attention-form input[type=email] {
  max-width: 16em;
}
body#promo div.heading input[type=submit],
body#promo div.attention-form input[type=submit] {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
body#promo h2 {
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: normal;
}
body#promo h2 span.write-as {
  color: black;
}
body#promo h2.soon {
  color: #c3c3c3;
}
body#promo h2.soon span.write-as {
  color: #808080;
}
body#promo h2.soon span.note {
  color: #b3b3b3;
  font-variant: small-caps;
  margin-left: 0.5em;
}
body#promo .half-col a {
  margin-left: 1em;
  margin-right: 1em;
}
body nav#top-nav {
  display: inline;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  font-size: 0.95rem;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}
body nav#top-nav a {
  color: #777;
}
body nav#top-nav a + a {
  margin-left: 1em;
}
body footer nav a,
body footer ul a {
  display: inline-block;
  margin-top: 0.8em;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  text-decoration: none;
}
body footer nav a + a,
body footer ul a + a {
  margin-left: 0.8em;
}
body footer nav a:link,
body footer ul a:link,
body footer nav a:visited,
body footer ul a:visited {
  color: #999;
}
body footer nav a:hover,
body footer ul a:hover {
  color: #666;
  text-decoration: none;
}
body footer a.home {
  font-weight: bold;
  text-decoration: none;
}
body footer a.home:link,
body footer a.home:visited {
  color: #333;
}
body footer a.home:hover {
  color: #000;
}
body footer ul {
  list-style: none;
  text-align: left;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
body footer ul .icons img {
  height: 16px;
  width: 16px;
  fill: #999;
}
img.paid {
  height: 0.86em;
  vertical-align: middle;
  margin-bottom: 0.1em;
}
nav#full-nav {
  margin: 0;
}
nav#full-nav .left-side {
  display: inline-block;
}
nav#full-nav .left-side a:first-child {
  margin-left: 0;
}
nav#full-nav .right-side {
  float: right;
}
nav#full-nav a.simple-btn,
.tool button {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  border: 1px solid #ccc !important;
  padding: 0.5rem 1rem;
  margin: 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  text-decoration: none;
}
.post-title a:link {
  color: #333;
}
.post-title a:visited {
  color: #444;
}
.post-title time,
.post-title time a:link,
.post-title time a:visited,
.post-title + .time {
  color: #999;
}
.hidden {
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.subdued {
  color: #999;
}
a.subdued:hover {
  border-bottom: 1px solid #999;
  text-decoration: none;
}
a.danger {
  color: #e21d27;
  font-size: 0.86em;
}
a.simple-cta {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding-bottom: 2px;
}
a.simple-cta:hover {
  text-decoration: none;
}
a.action-btn {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 0.5em 0.75em;
}
a.action-btn:hover {
  background-color: #ff1a1a;
  text-decoration: none;
}
a.hashtag:hover {
  text-decoration: none;
}
a.hashtag:hover span + span {
  text-decoration: underline;
}
a.hashtag span:first-child {
  color: #999;
  margin-right: 0.1em;
  font-size: 0.86em;
  text-decoration: none;
}
abbr {
  border-bottom: 1px dotted #999;
  text-decoration: none;
  cursor: help;
}
body#collection article p,
body#subpage article p {
  line-height: 1.5;
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
pre,
body#post article,
#post .alert,
#subpage .alert,
body#collection article,
body#subpage article,
body#subpage #wrapper h1 {
  max-width: 40rem;
  margin: 0 auto;
}
#collection header .alert,
#post .alert,
#subpage .alert {
  margin-bottom: 1em;
}
#collection header .alert p,
#post .alert p,
#subpage .alert p {
  text-align: left;
  line-height: 1.5;
}
textarea.norm,
input#title.norm,
pre.norm,
body#post article.norm,
body#collection article p.norm,
textarea.sans,
input#title.sans,
pre.sans,
body#post article.sans,
body#collection article p.sans,
textarea.wrap,
input#title.wrap,
pre.wrap,
body#post article.wrap,
body#collection article p.wrap {
  line-height: 1.5;
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
textarea.norm,
input#title.norm,
pre.norm,
body#post article.norm,
body#collection article.norm,
body#subpage article.norm,
span.norm,
.font.norm {
  font-family: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', 'DejaVu serif', serif;
}
textarea.sans,
input#title.sans,
pre.sans,
body#post article.sans,
body#collection article.sans,
body#subpage article.sans,
span.sans,
.font.sans {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
}
textarea.mono,
input#title.mono,
pre.mono,
body#post article.mono,
body#collection article.mono,
body#subpage article.mono,
span.mono,
.font.mono,
textarea.wrap,
input#title.wrap,
pre.wrap,
body#post article.wrap,
body#collection article.wrap,
body#subpage article.wrap,
span.wrap,
.font.wrap,
textarea.code,
input#title.code,
pre.code,
body#post article.code,
body#collection article.code,
body#subpage article.code,
span.code,
.font.code {
  font-family: Hack, consolas, Menlo-Regular, Menlo, Monaco, 'ubuntu mono', monospace, monospace;
}
textarea.mono,
input#title.mono,
pre.mono,
body#post article.mono,
body#collection article.mono,
body#subpage article.mono,
span.mono,
.font.mono,
textarea.code,
input#title.code,
pre.code,
body#post article.code,
body#collection article.code,
body#subpage article.code,
span.code,
.font.code {
  max-width: none !important;
}
textarea.section {
  border: 1px solid #ccc;
  padding: 0.65em 0.75em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
textarea.section.codable {
  height: 12em;
  resize: vertical;
}
.ace_editor {
  height: 12em;
  border: 1px solid #333;
  max-width: initial;
  width: 100%;
  font-size: 0.86em !important;
  border: 1px solid #ccc;
  padding: 0.65em 0.75em;
  margin: 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p.intro {
  font-size: 1.25em;
  text-align: center;
}
p.upgrade-prompt {
  font-size: 0.9em;
  color: #444;
}
p.text-cta {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 0.5em;
}
p.text-cta + p {
  text-align: center;
  font-size: 0.7em;
  margin-top: 0;
  color: #666;
}
p.error {
  font-style: italic;
  color: #ecc63c;
}
p.headeresque {
  font-size: 2em;
}
table.classy {
  width: 95%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
table.classy tr + tr {
  border-top: 1px solid #ccc;
}
table.classy th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 95%;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  padding: 1rem 0.75rem;
  text-align: center;
}
table.classy td {
  height: 3.5rem;
}
table.classy p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
table.classy.export .disabled {
  color: #999;
}
table.classy.export .disabled,
table.classy.export a {
  text-transform: lowercase;
}
article table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
article table th {
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #ccc;
}
article table td {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 0.25rem 0.5rem;
}
body#collection article,
body#subpage article {
  padding-top: 0;
  padding-bottom: 0;
}
body#collection article .book h2,
body#subpage article .book h2 {
  font-size: 1.4em;
}
body#collection article .book a.hidden.action,
body#subpage article .book a.hidden.action {
  color: #666;
  float: right;
  font-size: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}
body#post article p.badge {
  font-size: 0.9em;
}
article h2.post-title a[rel=nofollow]::after {
  content: '\a0 \2934';
}
table.downloads {
  width: 100%;
}
table.downloads td {
  text-align: center;
}
table.downloads img.os {
  width: 48px;
  vertical-align: middle;
  margin-bottom: 6px;
}
select.inputform,
textarea.inputform {
  border: 1px solid #999;
  background: white;
}
input,
button,
select.inputform,
textarea.inputform,
a.btn {
  padding: 0.5em;
  font-family: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', 'DejaVu serif', serif;
  font-size: 100%;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
input[type=submit],
button[type=submit],
select.inputform[type=submit],
textarea.inputform[type=submit],
a.btn[type=submit],
input.submit,
button.submit,
select.inputform.submit,
textarea.inputform.submit,
a.btn.submit,
input.cta,
button.cta,
select.inputform.cta,
textarea.inputform.cta,
a.btn.cta {
  border: 1px solid #7278bf;
  background: #7278bf;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input[type=submit]:hover,
button[type=submit]:hover,
select.inputform[type=submit]:hover,
textarea.inputform[type=submit]:hover,
a.btn[type=submit]:hover,
input.submit:hover,
button.submit:hover,
select.inputform.submit:hover,
textarea.inputform.submit:hover,
a.btn.submit:hover,
input.cta:hover,
button.cta:hover,
select.inputform.cta:hover,
textarea.inputform.cta:hover,
a.btn.cta:hover {
  background-color: #7d82c4;
  text-decoration: none;
}
input[type=submit]:disabled,
button[type=submit]:disabled,
select.inputform[type=submit]:disabled,
textarea.inputform[type=submit]:disabled,
a.btn[type=submit]:disabled,
input.submit:disabled,
button.submit:disabled,
select.inputform.submit:disabled,
textarea.inputform.submit:disabled,
a.btn.submit:disabled,
input.cta:disabled,
button.cta:disabled,
select.inputform.cta:disabled,
textarea.inputform.cta:disabled,
a.btn.cta:disabled {
  cursor: default;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
input.error[type=text],
button.error[type=text],
select.inputform.error[type=text],
textarea.inputform.error[type=text],
a.btn.error[type=text],
input textarea.error,
button textarea.error,
select.inputform textarea.error,
textarea.inputform textarea.error,
a.btn textarea.error {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
input.danger,
button.danger,
select.inputform.danger,
textarea.inputform.danger,
a.btn.danger {
  border: 1px solid #e21d27;
  background: #e21d27;
  color: white;
}
input.danger:hover,
button.danger:hover,
select.inputform.danger:hover,
textarea.inputform.danger:hover,
a.btn.danger:hover {
  background-color: #e42b34;
}
input.error[type=text]:focus,
button.error[type=text]:focus,
select.inputform.error[type=text]:focus,
textarea.inputform.error[type=text]:focus,
a.btn.error[type=text]:focus,
input textarea.error:focus,
button textarea.error:focus,
select.inputform textarea.error:focus,
textarea.inputform textarea.error:focus,
a.btn textarea.error:focus {
  box-shadow: 0 0 5px #ecc63c;
  border: 1px solid #ecc63c;
}
.btn.pager {
  border: 1px solid #ccc;
  font-size: 0.86em;
  padding: 0.5em 1em;
  white-space: nowrap;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
}
.btn.pager:hover {
  text-decoration: none;
  background: #ccc;
}
.btn.cta.secondary,
input[type=submit].secondary {
  background: transparent;
  color: #7278bf;
}
.btn.cta.secondary:hover,
input[type=submit].secondary:hover {
  background-color: #f9f9f9;
}
.btn.cta.disabled {
  background-color: #999999 !important;
  border-color: #999999 !important;
}
div.flat-select {
  display: inline-block;
  position: relative;
}
div.flat-select select {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
div.flat-select.action:hover label {
  text-decoration: underline;
}
div.flat-select.action label,
div.flat-select.action select {
  cursor: pointer;
}
input.underline {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0 0.2em 0.2em;
  font-size: 0.9em;
  color: #333;
}
input.inline {
  padding: 0.2rem 0.2rem;
  margin-left: 0;
  font-size: 1em;
  border: 0 !important;
  border-bottom: 1px solid #999 !important;
  width: 7em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type=tel],
input[type=text],
input[type=email],
input[type=password] {
  border: 1px solid #999;
}
input.boxy {
  border: 1px solid #999 !important;
}
#beta,
.content-container {
  max-width: 50em;
  margin: 0 auto 3em;
  font-size: 1.2em;
}
#beta.toosmall,
.content-container.toosmall {
  max-width: 25em;
}
#beta.tight,
.content-container.tight {
  max-width: 30em;
}
#beta.snug,
.content-container.snug {
  max-width: 40em;
}
#beta .app + .app,
.content-container .app + .app {
  margin-top: 1.5em;
}
#beta .app h2,
.content-container .app h2 {
  margin-bottom: 0.25em;
}
#beta .app p,
.content-container .app p {
  margin-top: 0.25em;
}
#beta h2.intro,
.content-container h2.intro {
  font-weight: normal;
}
#beta p,
.content-container p {
  line-height: 1.5;
}
#beta li,
.content-container li {
  margin: 0.3em 0;
}
#beta h2.light,
.content-container h2.light {
  font-weight: normal;
}
#beta h2 a,
.content-container h2 a {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#beta h2 a:link,
.content-container h2 a:link,
#beta h2 a:visited,
.content-container h2 a:visited,
#beta h2 a:hover,
.content-container h2 a:hover {
  color: #444;
}
#beta h2 a:hover,
.content-container h2 a:hover {
  color: #5e5e5e;
  text-decoration: none;
}
.content-container#pricing button {
  cursor: pointer;
  color: white;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 0;
  background: #7278bf;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.content-container#pricing button:hover {
  background-color: #8489c7;
}
.content-container#pricing button.unselected {
  cursor: pointer;
}
.content-container#pricing h2 span {
  font-weight: normal;
}
.content-container#pricing .half {
  margin: 0 0 1em 0;
  text-align: center;
}
.content-container div.blurbs > h2 {
  text-align: center;
  color: #333;
  font-weight: normal;
}
.content-container div.blurbs p.price {
  font-size: 1.2em;
  margin-bottom: 0;
  color: #333;
  margin-top: 0.5em;
}
.content-container div.blurbs p.price + p {
  margin-top: 0;
  font-size: 0.8em;
}
.content-container div.blurbs p.text-cta {
  font-size: 1em;
}
footer div.blurbs {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
div.blurbs .half,
div.blurbs .third,
div.blurbs .fourth {
  font-size: 0.86em;
}
div.blurbs .half h3,
div.blurbs .third h3,
div.blurbs .fourth h3 {
  font-weight: normal;
}
div.blurbs .half p,
div.blurbs .third p,
div.blurbs .fourth p,
div.blurbs .half ul,
div.blurbs .third ul,
div.blurbs .fourth ul {
  color: #595959;
}
div.blurbs .half hr,
div.blurbs .third hr,
div.blurbs .fourth hr {
  margin: 1em 0;
}
div.blurbs .half {
  padding: 0 1em 0 0;
  width: calc(50% - 1em);
}
div.blurbs .half + .half {
  padding: 0 0 0 1em;
}
div.blurbs .third {
  padding: 0;
  width: calc(33% - 1em);
}
div.blurbs .third + .third {
  padding: 0 0 0 1em;
}
div.blurbs .fourth {
  flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
}
div.blurbs .fourth h3 {
  margin-bottom: 0.5em;
}
div.blurbs .fourth ul {
  margin-top: 0.5em;
}
.contain-me {
  text-align: left;
  margin: 0 auto 4em;
  max-width: 50em;
}
.contain-me h2 + p,
.contain-me h2 + p + p,
.contain-me p.describe-me {
  margin-left: 1.5em;
  margin-right: 1.5em;
  color: #333;
}
footer.contain-me {
  font-size: 1.1em;
}
#official-writing h2,
#wrapper h2,
#official-writing h3,
#wrapper h3,
#official-writing h4,
#wrapper h4 {
  color: #444;
}
#official-writing ul.collections,
#wrapper ul.collections {
  padding-left: 0;
  margin-left: 0;
}
#official-writing ul.collections h3,
#wrapper ul.collections h3 {
  margin-top: 0;
  font-weight: normal;
}
#official-writing ul.collections li.collection a.title:link,
#wrapper ul.collections li.collection a.title:link,
#official-writing ul.collections li.collection a.title:visited,
#wrapper ul.collections li.collection a.title:visited {
  color: black;
}
#official-writing ul.collections li a.create,
#wrapper ul.collections li a.create {
  color: #444;
}
#official-writing ul.collections + p,
#wrapper ul.collections + p {
  margin-top: 2em;
  margin-left: 1em;
}
#official-writing h2.major,
#wrapper h2.major {
  color: #222;
}
#official-writing h2.bugfix,
#wrapper h2.bugfix {
  color: #666;
}
#official-writing h2 + .android-version a,
#wrapper h2 + .android-version a {
  color: #999;
}
#official-writing h2 + .android-version a:hover,
#wrapper h2 + .android-version a:hover {
  text-decoration: underline;
}
li {
  line-height: 1.5;
}
li .item-desc,
li .prog-lang {
  font-size: 0.6em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-transform: uppercase;
  color: #999;
}
.success {
  color: #33ad33;
}
.alert {
  padding: 1em;
  margin-bottom: 1.25em;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
.alert.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.danger {
  border-color: #856404;
  background-color: white;
}
.alert.danger h3 {
  margin: 0 0 0.5em 0;
  font-size: 1em;
  font-weight: bold;
  color: black !important;
}
.alert.danger h3 + p,
.alert.danger button {
  font-size: 0.86em;
}
.alert p {
  margin: 0;
}
.alert p + p {
  margin-top: 0.5em;
}
.alert p.dismiss {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  text-align: right;
  font-size: 0.86em;
  text-transform: uppercase;
}
ul.errors {
  padding: 0;
  text-indent: 0;
}
ul.errors li.urgent {
  list-style: none;
  font-style: italic;
  text-align: center;
  color: #ecc63c;
}
ul.errors li.urgent a:link,
ul.errors li.urgent a:visited {
  color: purple;
}
ul.errors li.info {
  list-style: none;
  font-size: 1.1em;
  text-align: center;
}
body#pad #target a.upgrade-prompt {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  font-style: italic;
  color: #7278bf;
}
body#pad-sub #posts,
.atoms {
  margin-top: 1.5em;
}
body#pad-sub #posts h3,
.atoms h3 {
  margin-bottom: 0.25em;
}
body#pad-sub #posts h3 + h4,
.atoms h3 + h4 {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
body#pad-sub #posts h3 + h4 + p,
.atoms h3 + h4 + p {
  margin-top: 0.5em;
}
body#pad-sub #posts h3 .electron,
.atoms h3 .electron {
  font-weight: normal;
  font-size: 0.86em;
  margin-left: 0.75rem;
}
body#pad-sub #posts h3 a,
.atoms h3 a,
body#pad-sub #posts h4 a,
.atoms h4 a {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
body#pad-sub #posts h4,
.atoms h4 {
  font-size: 0.9em;
  font-weight: normal;
}
body#pad-sub #posts date,
.atoms date,
body#pad-sub #posts .electron,
.atoms .electron {
  margin-right: 0.5em;
}
body#pad-sub #posts .action,
.atoms .action {
  font-size: 1em;
}
body#pad-sub #posts #more-posts p,
.atoms #more-posts p {
  text-align: center;
  font-size: 1.1em;
}
body#pad-sub #posts p,
.atoms p {
  font-size: 0.86em;
}
body#pad-sub #posts .error,
.atoms .error {
  display: inline-block;
  font-size: 0.8em;
  font-style: italic;
  color: #ecc63c;
}
body#pad-sub #posts .error strong,
.atoms .error strong {
  font-style: normal;
}
body#pad-sub #posts .error + nav,
.atoms .error + nav {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 1em;
}
body#pad-sub #posts .error + nav a + a,
.atoms .error + nav a + a {
  margin-left: 0.75em;
}
h2 a + .action,
h2 time + .action {
  margin-left: 0.5em;
}
.action {
  font-size: 0.7em;
  font-weight: normal;
  font-family: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', 'DejaVu serif', serif;
}
.action + .action {
  margin-left: 0.5em;
}
.action.new-post {
  font-weight: bold;
}
article.moved p {
  font-size: 1.2em;
  color: #999;
}
span.as {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  font-weight: normal;
}
span.ras {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  font-weight: normal;
}
header nav .username {
  font-size: 2em;
  font-weight: normal;
  color: #555;
}
header nav#user-nav {
  margin-left: 0;
}
header nav#user-nav > a.selected,
header nav#user-nav .tabs > a.selected {
  cursor: default;
  font-weight: bold;
}
header nav#user-nav > a.selected:hover,
header nav#user-nav .tabs > a.selected:hover {
  text-decoration: none;
}
header nav#user-nav > a + a,
header nav#user-nav .tabs > a + a {
  margin-left: 2em;
}
header nav#user-nav a {
  font-size: 1.2em;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
}
header nav#user-nav a span {
  font-size: 0.7em;
  color: #999;
  text-transform: uppercase;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
header nav#user-nav a.title {
  font-size: 1.6em;
  font-family: Lora, 'Palatino Linotype', 'Book Antiqua', 'New York', 'DejaVu serif', serif;
  font-weight: bold;
}
header nav#user-nav nav > ul > li:first-child > a {
  display: inline-block;
}
header nav#user-nav nav > ul > li:first-child img {
  position: relative;
  top: -0.5em;
  right: 0.3em;
}
header nav#user-nav ul ul {
  font-size: 0.8em;
}
header nav#user-nav ul ul a {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
header nav#user-nav li {
  line-height: 1.5;
}
header nav.tabs {
  margin: 0 0 0 1em;
}
header nav + nav.tabs {
  margin: 0;
}
header.singleuser {
  margin: 0.5em 1em 0.5em 0.25em;
}
header.singleuser nav#user-nav nav > ul > li:first-child img {
  top: -0.75em;
}
header.singleuser .right-side {
  padding-top: 0.5em;
}
header .dash-nav {
  font-weight: bold;
}
li#create-collection {
  display: none;
}
li#create-collection h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
li#create-collection input[type=submit] {
  margin-left: 0.5em;
}
#collection-options .option textarea {
  font-size: 0.86em;
  font-family: Hack, consolas, Menlo-Regular, Menlo, Monaco, 'ubuntu mono', monospace, monospace;
}
#collection-options .option .section > p.explain {
  font-size: 0.8em;
}
.img-placeholder {
  text-align: center;
}
.img-placeholder img {
  max-width: 100%;
}
dl.admin-dl-horizontal dt {
  font-weight: bolder;
  width: 360px;
}
dl.admin-dl-horizontal dd {
  line-height: 1.5;
}
dt {
  float: left;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
form dt,
form dd {
  padding: 0.5rem 0;
}
form dt {
  line-height: 1.8;
}
form dd {
  font-size: 0.86em;
  line-height: 2;
}
form.prominent {
  margin: 1em 0;
}
form.prominent label {
  font-weight: bold;
}
form.prominent input,
form.prominent select {
  width: 100%;
}
form.prominent select {
  font-size: 1em;
  padding: 0.5rem;
  display: block;
  border-radius: 0.25rem;
  margin: 0.5rem 0;
}
div.row {
  display: flex;
  align-items: center;
}
div.row > div {
  flex: 1;
}
.check,
.blip {
  font-size: 1.125em;
  color: #71D571;
}
.ex.failure {
  font-weight: bold;
  color: #e21d27;
}
@media all and (max-width: 450px) {
  body#post header nav .xtra-feature {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  body#promo div.heading {
    margin: 10em 0;
  }
}
@media all and (min-width: 1600px) {
  body#promo div.heading {
    margin: 14em 0;
  }
}
@media all and (max-width: 900px) {
  .half.big {
    padding: 0 !important;
    width: 100% !important;
  }
  .third {
    padding: 0 !important;
    float: none;
    width: 100% !important;
  }
  .third p.introduction {
    font-size: 0.86em;
  }
  div.blurbs .fourth {
    flex: 1 1 15em;
    -webkit-flex: 1 1 15em;
  }
  .blurbs .third p,
  .blurbs .half p,
  .blurbs .third ul,
  .blurbs .half ul {
    text-align: left;
  }
  .half-col,
  .big {
    float: none;
    text-align: center;
  }
  .half-col + .half-col,
  .big + .half-col,
  .half-col + .big,
  .big + .big {
    margin-top: 4em !important;
    margin-left: 0;
  }
  #beta,
  .content-container {
    font-size: 1.15em;
  }
}
@media all and (max-width: 600px) {
  div.row:not(.admin-actions) {
    flex-direction: column;
  }
  .half {
    padding: 0 !important;
    width: 100% !important;
  }
  .third {
    width: 100% !important;
    float: none;
  }
  body#promo div.heading {
    margin: 6em 0;
  }
  body#promo h2 {
    font-size: 1.6em;
  }
  body#promo .half-col a + a {
    margin-left: 1em;
  }
  body#promo .half-col a.channel {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  ul.add-integrations li {
    display: list-item;
  }
  ul.add-integrations li + li {
    margin-left: 0;
  }
}
@media all and (max-height: 500px) {
  body#promo div.heading {
    margin: 5em 0;
  }
}
@media all and (max-height: 400px) {
  body#promo div.heading {
    margin: 0em 0;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  header {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  .content-container#pricing .half {
    float: none;
    width: 100%;
  }
  header {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@media (pointer: coarse) {
  body footer nav a:not(.pubd) {
    padding: 0.8em 1em;
    margin-left: 0;
    margin-top: 0;
  }
  article .hidden {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
}
@media print {
  h1 {
    page-break-before: always;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  table,
  figure {
    page-break-inside: avoid;
  }
  header,
  footer {
    display: none;
  }
  article#post-body {
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
  }
  hr {
    border: 1px solid #ccc;
  }
}
.code-block {
  padding: 0;
  max-width: 100%;
  margin: 0;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  font-size: 0.86em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
pre.code-block {
  overflow-x: auto;
}
#emailsub {
  text-align: center;
}
p#emailsub {
  display: inline-block !important;
  width: 100%;
  font-style: italic;
}
#subscribe-btn {
  margin-left: 0.5em;
}
#org-nav {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  color: #888;
}
#org-nav em,
#org-nav strong {
  color: #000;
}
#org-nav + h1 {
  margin-top: 0.5em;
}
#org-nav a:link,
#org-nav a:visited,
#org-nav a:hover {
  color: #767676;
}
#org-nav a:first-child {
  margin-right: 0.25em;
}
#org-nav a.coll-name {
  font-weight: bold;
  margin-left: 0.25em;
}
.dropdown-nav {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  line-height: 2em;
}
.dropdown-nav span {
  margin: 0;
}
.dropdown-nav .material-icons {
  vertical-align: sub;
}
.dropdown-nav > ul > li {
  line-height: 1.8;
  bottom: -0.35em;
}
.dropdown-nav ul {
  display: inline;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.dropdown-nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  max-height: 30em;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
.dropdown-nav ul ul li {
  line-height: 1.8;
  display: block;
  min-width: 9em;
  max-width: 16em;
}
.dropdown-nav ul a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 0.5em;
  margin: 0;
  overflow: hidden;
  white-space: -moz-nowrap;
  /* Mozilla, since 1999 */
  white-space: -nowrap;
  /* Opera 4-6 */
  white-space: -o-nowrap;
  /* Opera 7 */
  white-space: nowrap;
}
.dropdown-nav ul a:hover {
  text-decoration: none;
}
.dropdown-nav ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.dropdown-nav ul li:hover {
  background: #f6f6f6;
}
.dropdown-nav ul li:hover > ul,
.dropdown-nav ul li.open > ul {
  display: block;
}
.dropdown-nav ul li.selected a,
.dropdown-nav ul li.selected a:hover {
  color: #888;
}
.dropdown-nav ul li.current-user,
.dropdown-nav ul li.menu-heading {
  font-weight: bold;
  padding: 0 0.5em;
  color: #000;
}
.dropdown-nav ul li.current-user:hover,
.dropdown-nav ul li.menu-heading:hover {
  background-color: transparent !important;
}
.dropdown-nav ul li.menu-heading {
  color: #666;
  font-weight: normal;
  font-size: 0.8em;
  padding: 0.2em 0.8em;
  cursor: default;
  text-align: left;
}
.dropdown-nav ul li hr {
  margin: 0.5em 0.75em;
}
nav#manage {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  line-height: 2em;
}
nav#manage span {
  margin: 0;
}
nav#manage .material-icons {
  vertical-align: sub;
}
nav#manage > ul > li {
  line-height: 1.8;
  bottom: -0.35em;
}
nav#manage ul {
  display: inline;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
nav#manage ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  max-height: 30em;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
nav#manage ul ul li {
  line-height: 1.8;
  display: block;
  min-width: 9em;
  max-width: 16em;
}
nav#manage ul a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 0.5em;
  margin: 0;
  overflow: hidden;
  white-space: -moz-nowrap;
  /* Mozilla, since 1999 */
  white-space: -nowrap;
  /* Opera 4-6 */
  white-space: -o-nowrap;
  /* Opera 7 */
  white-space: nowrap;
}
nav#manage ul a:hover {
  text-decoration: none;
}
nav#manage ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
nav#manage ul li:hover {
  background: #f6f6f6;
}
nav#manage ul li:hover > ul,
nav#manage ul li.open > ul {
  display: block;
}
nav#manage ul li.selected a,
nav#manage ul li.selected a:hover {
  color: #888;
}
nav#manage ul li.current-user,
nav#manage ul li.menu-heading {
  font-weight: bold;
  padding: 0 0.5em;
  color: #000;
}
nav#manage ul li.current-user:hover,
nav#manage ul li.menu-heading:hover {
  background-color: transparent !important;
}
nav#manage ul li.menu-heading {
  color: #666;
  font-weight: normal;
  font-size: 0.8em;
  padding: 0.2em 0.8em;
  cursor: default;
  text-align: left;
}
nav#manage ul li hr {
  margin: 0.5em 0.75em;
}
nav#manage ul ul li {
  min-width: 11em;
}
nav#manage ul ul li img.ic-18dp {
  margin-top: -2px;
}
img.ic-18dp {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
img.ic-24dp {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
body#pad,
body#pad-sub {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Lora, serif;
}
body#pad header,
body#pad-sub header {
  height: 1.6em;
}
body#pad #tools,
body#pad-sub #tools {
  margin: 0 0 1em;
  padding: 1em 2em;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
body#pad #tools:hover,
body#pad-sub #tools:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body#pad #tools:hover .hidden,
body#pad-sub #tools:hover .hidden {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body#pad #tools .hidden#wc,
body#pad-sub #tools .hidden#wc {
  position: relative;
  top: -0.15em;
  font-size: 0.9em;
  margin-left: 0.75em;
}
body#pad #tools h1,
body#pad-sub #tools h1 {
  display: inline-block;
  font-family: Lora, serif;
  margin: 0;
  font-size: 1.5em;
}
body#pad #tools h1 a,
body#pad-sub #tools h1 a {
  color: white;
}
body#pad #tools nav,
body#pad-sub #tools nav {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  line-height: 2em;
}
body#pad #tools nav span,
body#pad-sub #tools nav span {
  margin: 0;
}
body#pad #tools nav .material-icons,
body#pad-sub #tools nav .material-icons {
  vertical-align: sub;
}
body#pad #tools nav > ul > li,
body#pad-sub #tools nav > ul > li {
  line-height: 1.8;
  bottom: -0.35em;
}
body#pad #tools nav ul,
body#pad-sub #tools nav ul {
  display: inline;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
body#pad #tools nav ul ul,
body#pad-sub #tools nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0;
  max-height: 30em;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
body#pad #tools nav ul ul li,
body#pad-sub #tools nav ul ul li {
  line-height: 1.8;
  display: block;
  min-width: 9em;
  max-width: 16em;
}
body#pad #tools nav ul a,
body#pad-sub #tools nav ul a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 0.5em;
  margin: 0;
  overflow: hidden;
  white-space: -moz-nowrap;
  /* Mozilla, since 1999 */
  white-space: -nowrap;
  /* Opera 4-6 */
  white-space: -o-nowrap;
  /* Opera 7 */
  white-space: nowrap;
}
body#pad #tools nav ul a:hover,
body#pad-sub #tools nav ul a:hover {
  text-decoration: none;
}
body#pad #tools nav ul li,
body#pad-sub #tools nav ul li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
body#pad #tools nav ul li:hover,
body#pad-sub #tools nav ul li:hover {
  background: #f6f6f6;
}
body#pad #tools nav ul li:hover > ul,
body#pad-sub #tools nav ul li:hover > ul,
body#pad #tools nav ul li.open > ul,
body#pad-sub #tools nav ul li.open > ul {
  display: block;
}
body#pad #tools nav ul li.selected a,
body#pad-sub #tools nav ul li.selected a,
body#pad #tools nav ul li.selected a:hover,
body#pad-sub #tools nav ul li.selected a:hover {
  color: #888;
}
body#pad #tools nav ul li.current-user,
body#pad-sub #tools nav ul li.current-user,
body#pad #tools nav ul li.menu-heading,
body#pad-sub #tools nav ul li.menu-heading {
  font-weight: bold;
  padding: 0 0.5em;
  color: #000;
}
body#pad #tools nav ul li.current-user:hover,
body#pad-sub #tools nav ul li.current-user:hover,
body#pad #tools nav ul li.menu-heading:hover,
body#pad-sub #tools nav ul li.menu-heading:hover {
  background-color: transparent !important;
}
body#pad #tools nav ul li.menu-heading,
body#pad-sub #tools nav ul li.menu-heading {
  color: #666;
  font-weight: normal;
  font-size: 0.8em;
  padding: 0.2em 0.8em;
  cursor: default;
  text-align: left;
}
body#pad #tools nav ul li hr,
body#pad-sub #tools nav ul li hr {
  margin: 0.5em 0.75em;
}
body#pad #tools #clip,
body#pad-sub #tools #clip {
  display: inline-block;
  margin-top: -0.35em;
}
body#pad #tools #belt,
body#pad-sub #tools #belt {
  float: right;
}
body#pad #tools #belt a,
body#pad-sub #tools #belt a {
  padding: 1em 1.2em;
  vertical-align: middle;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
body#pad #tools #belt a:hover,
body#pad-sub #tools #belt a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body#pad #tools #belt a.disabled,
body#pad-sub #tools #belt a.disabled,
body#pad #tools #belt a.disabled:hover,
body#pad-sub #tools #belt a.disabled:hover {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
body#pad #tools #belt a img.ic-24dp,
body#pad-sub #tools #belt a img.ic-24dp {
  vertical-align: bottom;
}
body#pad #tools #belt a .material-icons,
body#pad-sub #tools #belt a .material-icons {
  vertical-align: middle;
  max-width: 24px;
  overflow: hidden;
  display: inline-block;
}
body#pad #tools #belt a .material-icons + span,
body#pad-sub #tools #belt a .material-icons + span,
body#pad #tools #belt a img.ic-24dp + span,
body#pad-sub #tools #belt a img.ic-24dp + span {
  margin-left: 0.4em;
  height: 24px;
  vertical-align: bottom;
}
body#pad #tools #belt .tool:last-child a,
body#pad-sub #tools #belt .tool:last-child a {
  padding-right: 0;
}
body#pad #tools .tool,
body#pad-sub #tools .tool {
  display: inline-block;
  margin: 0;
}
body#pad #tools .tool#status.doing,
body#pad-sub #tools .tool#status.doing {
  font-style: italic;
}
body#pad #tools .tool button,
body#pad-sub #tools .tool button {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border: 0;
}
body#pad-sub .content-container p a:hover {
  text-decoration: underline;
}
body#pad-sub .content-container p.status {
  text-align: center;
  font-size: 1.1em;
}
body#pad-sub .content-container p.status:first-child {
  margin-top: 1.5em;
}
body#pad textarea,
body#pad textarea:focus {
  border: 0;
  outline: 0;
}
body#pad textarea,
body#pad #title {
  position: fixed !important;
  top: 3em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  height: calc(100% - 3em - 1px);
  padding: 1em 2em 2em;
  font-size: 1.2em;
  letter-spacing: 0.6px;
  box-sizing: border-box;
  resize: none;
}
body#pad textarea.classy,
body#pad #title.classy {
  font-family: Lora, serif;
  letter-spacing: 0.7px;
}
body#pad textarea.mono,
body#pad #title.mono,
body#pad textarea.code,
body#pad #title.code {
  padding-left: 1em;
  padding-right: 1em;
  white-space: -moz-pre;
  /* Mozilla, since 1999 */
  white-space: -pre;
  /* Opera 4-6 */
  white-space: -o-pre;
  /* Opera 7 */
  white-space: pre;
  word-wrap: normal;
}
body#pad textarea.norm,
body#pad #title.norm,
body#pad textarea.sans,
body#pad #title.sans,
body#pad textarea.wrap,
body#pad #title.wrap {
  line-height: 1.4;
}
body#pad #tools {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
body#pad #tools .mode-wp {
  font-family: serif;
}
body#pad #tools .mode-typewriter {
  font-family: "Courier New", monospace;
  font-size: 1em;
}
.modal {
  display: none;
  position: absolute;
  z-index: 11;
  top: 3em;
  left: 50%;
  width: 30em;
  margin-left: -15em;
  padding: 1.5em 2em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #fff;
  border: 1px solid #ccc;
}
.modal h2 {
  margin-top: 0;
}
.modal input[type=text],
.modal input[type=email],
.modal input[type=password] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.modal input[type=text]:disabled,
.modal input[type=email]:disabled,
.modal input[type=password]:disabled {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.modal .body {
  line-height: 1.5;
}
.modal .body input[type=text].confirm {
  width: 100%;
  box-sizing: border-box;
}
.modal .short {
  text-align: center;
}
.modal .form-hint {
  font-size: 0.78em;
  color: #888;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
body#pad .alert {
  position: fixed;
  bottom: 0.25em;
  left: 2em;
  right: 2em;
  font-size: 1.1em;
}
body#pad .alert#edited-elsewhere.hidden {
  display: none;
}
body#pad .alert#edited-elsewhere a {
  font-weight: bold;
}
@media all and (max-height: 500px) {
  body#pad textarea {
    top: 2.25em;
    padding-top: 0.25em;
  }
  body#pad.classic #editor {
    top: 5.25em;
  }
  body#pad.classic #title {
    top: 3.5rem;
  }
  body#pad #tools {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media all and (min-width: 360px) {
  body#pad #tools .if-room.room-1,
  body#pad-sub #tools .tool.if-room.room-1,
  .if-room.room-1 {
    display: inline-block;
  }
}
@media all and (min-width: 425px) {
  body#pad #tools .if-room.room-2,
  body#pad-sub #tools .tool.if-room.room-2,
  .if-room.room-2 {
    display: inline-block;
  }
}
@media all and (min-width: 510px) {
  body#pad #tools .if-room.room-3,
  body#pad-sub #tools .tool.if-room.room-3,
  .if-room.room-3 {
    display: inline-block;
  }
}
@media all and (max-width: 650px) {
  body#pad #tools .tool.if-room,
  body#pad-sub #tools .tool.if-room,
  .if-room {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .modal {
    margin-left: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  #user-nav .tabs {
    display: block;
    text-align: center;
    margin: 0.5em 0 -2em;
  }
  #user-nav .tabs a:first-child {
    margin-left: 0;
  }
  #target-name {
    max-width: 98px;
    display: inline-block;
  }
}
@media all and (min-width: 50em) {
  body#pad textarea,
  body#pad.classic textarea,
  body#pad #title,
  body#pad.classic #title {
    padding-left: 10%;
    padding-right: 10%;
  }
  body#pad .alert,
  body#pad.classic .alert {
    left: 10%;
    right: 10%;
  }
}
@media all and (min-width: 60em) {
  body#pad textarea,
  body#pad.classic textarea,
  body#pad #title,
  body#pad.classic #title {
    padding-left: 15%;
    padding-right: 15%;
  }
  body#pad .alert,
  body#pad.classic .alert {
    left: 15%;
    right: 15%;
  }
}
@media all and (min-width: 70em) {
  body#pad textarea,
  body#pad.classic textarea,
  body#pad #title,
  body#pad.classic #title {
    padding-left: 20%;
    padding-right: 20%;
  }
  body#pad .alert,
  body#pad.classic .alert {
    left: 20%;
    right: 20%;
  }
}
@media all and (min-width: 85em) {
  body#pad textarea,
  body#pad.classic textarea,
  body#pad #title,
  body#pad.classic #title {
    padding-left: 25%;
    padding-right: 25%;
  }
  body#pad .alert,
  body#pad.classic .alert {
    left: 25%;
    right: 25%;
  }
}
@media all and (min-width: 105em) {
  body#pad textarea,
  body#pad.classic textarea,
  body#pad #title,
  body#pad.classic #title {
    padding-left: 30%;
    padding-right: 30%;
  }
  body#pad .alert,
  body#pad.classic .alert {
    left: 30%;
    right: 30%;
  }
}
@media (pointer: coarse) {
  body#pad #tools,
  body#pad-sub #tools {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
  body#pad #tools .hidden,
  body#pad-sub #tools .hidden {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
  }
}
.pad-theme-transition {
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
body#pad-sub #posts h3 a,
.atoms h3 a {
  color: #000;
}
body#pad-sub #posts h3 a:hover,
.atoms h3 a:hover {
  color: #000000;
}
body#pad-sub #posts h3 a,
.atoms h3 a,
body#pad-sub #posts h4 a,
.atoms h4 a {
  color: #000;
}
body#pad-sub #posts h3 a:hover,
.atoms h3 a:hover,
body#pad-sub #posts h4 a:hover,
.atoms h4 a:hover {
  color: #000000;
}
body#pad-sub #posts date,
.atoms date,
body#pad-sub #posts .electron,
.atoms .electron {
  color: #999;
}
body#pad-sub #posts a.action,
.atoms a.action,
body#pad-sub #posts a,
.atoms a {
  color: #444;
}
body#pad-sub #posts a.action:hover,
.atoms a.action:hover,
body#pad-sub #posts a:hover,
.atoms a:hover {
  color: #2b2b2b;
}
body#pad,
body#pad-sub {
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
body#pad.light,
body#pad-sub.light {
  background-color: #ffffff;
  color: #000;
}
body#pad.light #tools,
body#pad-sub.light #tools {
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background-color: transparent;
}
body#pad.light #tools h1 a,
body#pad-sub.light #tools h1 a {
  color: black;
}
body#pad.light #tools #belt a,
body#pad-sub.light #tools #belt a,
body#pad.light #tools #belt button,
body#pad-sub.light #tools #belt button {
  color: #000;
}
body#pad.light #tools .tool#status,
body#pad-sub.light #tools .tool#status {
  color: #999;
}
body#pad.light #tools .hidden#wc,
body#pad-sub.light #tools .hidden#wc {
  color: #777;
}
body#pad.light #tools a:hover,
body#pad-sub.light #tools a:hover,
body#pad.light #tools a:active,
body#pad-sub.light #tools a:active {
  background-color: transparent;
  color: #444;
}
body#pad.light .modal,
body#pad-sub.light .modal {
  border-color: #ccc;
  background: #fff;
}
body#pad.dark,
body#pad-sub.dark {
  background-color: #222222;
  color: #ffffff;
}
body#pad.dark #tools,
body#pad-sub.dark #tools {
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background-color: #262626;
}
body#pad.dark #tools h1 a,
body#pad-sub.dark #tools h1 a {
  color: #ffffff;
}
body#pad.dark #tools #belt a,
body#pad-sub.dark #tools #belt a,
body#pad.dark #tools #belt button,
body#pad-sub.dark #tools #belt button {
  color: white;
}
body#pad.dark #tools .tool#status,
body#pad-sub.dark #tools .tool#status {
  color: #666;
}
body#pad.dark #tools .hidden#wc,
body#pad-sub.dark #tools .hidden#wc {
  color: #ececec;
}
body#pad.dark #tools a:hover,
body#pad-sub.dark #tools a:hover,
body#pad.dark #tools a:active,
body#pad-sub.dark #tools a:active {
  background-color: transparent;
  color: #ccc;
}
body#pad.dark #tools nav > ul > li a,
body#pad-sub.dark #tools nav > ul > li a {
  color: #ffffff;
}
body#pad.dark #tools nav ul ul,
body#pad-sub.dark #tools nav ul ul {
  background: #393939;
  border-color: #333;
}
body#pad.dark #tools nav ul li.current-user,
body#pad-sub.dark #tools nav ul li.current-user {
  color: #fff;
}
body#pad.dark #tools nav ul li.selected a,
body#pad-sub.dark #tools nav ul li.selected a {
  color: #777;
}
body#pad.dark #tools nav ul li:hover,
body#pad-sub.dark #tools nav ul li:hover {
  background: #555;
}
body#pad.dark #posts h3 a,
body#pad-sub.dark #posts h3 a {
  color: #ffffff;
}
body#pad.dark #posts h3 a:hover,
body#pad-sub.dark #posts h3 a:hover {
  color: #e6e6e6;
}
body#pad.dark #posts h3 a,
body#pad-sub.dark #posts h3 a,
body#pad.dark #posts h4 a,
body#pad-sub.dark #posts h4 a {
  color: #ffffff;
}
body#pad.dark #posts h3 a:hover,
body#pad-sub.dark #posts h3 a:hover,
body#pad.dark #posts h4 a:hover,
body#pad-sub.dark #posts h4 a:hover {
  color: #e6e6e6;
}
body#pad.dark #posts a.action,
body#pad-sub.dark #posts a.action,
body#pad.dark #posts a,
body#pad-sub.dark #posts a {
  color: #ccc;
}
body#pad.dark #posts a.action:hover,
body#pad-sub.dark #posts a.action:hover,
body#pad.dark #posts a:hover,
body#pad-sub.dark #posts a:hover {
  color: #b3b3b3;
}
body#pad.dark .modal,
body#pad-sub.dark .modal {
  border-color: #333;
  background: #393939;
}
body#pad.dark .modal input,
body#pad-sub.dark .modal input {
  color: #fff;
}
body#pad.dark .modal .form-hint,
body#pad-sub.dark .modal .form-hint {
  color: #ccc;
}
body#pad.dark .modal a:link,
body#pad-sub.dark .modal a:link,
body#pad.dark .modal a:visited,
body#pad-sub.dark .modal a:visited {
  color: #8e93cc;
}
body#pad {
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
body#pad textarea,
body#pad #title {
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
body#pad.dark textarea,
body#pad.dark #title,
body#pad.dark #editor {
  background-color: #222222;
  color: #ffffff;
}
body#pad.light textarea,
body#pad.light #title,
body#pad.light #editor {
  background-color: #ffffff;
  color: #000;
}
body.dark nav#top-nav a {
  color: #ccc;
}
body#post header,
body#subpage header {
  margin: 0 auto;
  padding: 1em 2rem;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
body#post header:hover,
body#subpage header:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body#post header h1,
body#subpage header h1 {
  font-size: 1.6em;
}
body#post article h2#title.dated,
body#subpage article h2#title.dated {
  margin-bottom: 0.5em;
}
body#post article time.dt-published,
body#subpage article time.dt-published {
  display: block;
  color: #666;
  margin-bottom: 1em;
}
article,
pre,
.hljs {
  padding: 0.5em 2rem 1.5em;
}
body#post article,
pre,
.hljs {
  font-size: 1.2em;
}
p.split {
  color: #6161FF;
  font-style: italic;
  font-size: 0.86em;
}
#readmore-sell {
  padding: 1em 1em 2em;
  background-color: #fafafa;
}
#readmore-sell p.split {
  color: black;
  font-style: normal;
  font-size: 1.4em;
}
#readmore-sell .cta + .cta {
  margin-left: 0.5em;
}
/* Post mixins */
.hljs {
  overflow-x: inherit;
  background: transparent;
}
.effect {
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.effect.fade-out {
  -moz-animation-name: fadeOut;
  -webkit-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut;
}
.del-undo {
  display: none;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    position: static;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    position: static;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    position: static;
  }
  100% {
    opacity: 1;
  }
}
@-keyframes fadeIn {
  0% {
    opacity: 0;
    position: static;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    position: absolute;
    top: -1000px;
    left: -1000px;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    position: absolute;
    top: -1000px;
    left: -1000px;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    position: absolute;
    top: -1000px;
    left: -1000px;
  }
}
@-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    position: absolute;
    top: -1000px;
    left: -1000px;
  }
}
.edit-page {
  font-size: 1em;
  min-height: 12em;
}
header.admin {
  margin: 0;
}
header.admin h1 + a {
  margin-left: 1em;
}
nav#admin {
  display: block;
  margin: 0.5em 0;
}
nav#admin a {
  margin-left: 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  border: 0;
}
nav#admin a.selected {
  background: #dedede;
  font-weight: bold;
}
nav#admin a.selected .blip {
  color: black;
}
nav#admin .blip {
  font-weight: bold;
}
.pager {
  display: flex;
  justify-content: center;
}
.pager:not(.pages) {
  display: block;
  margin: 0.5em 0;
}
.pager:not(.pages) a {
  margin-left: 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
}
.pager:not(.pages) a + a {
  margin-left: 0.5em;
}
.pager a {
  color: #333;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 0.86em;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}
.pager a:hover {
  text-decoration: none;
  background: #efefef;
}
.pager a.selected {
  cursor: default;
  background: #ccc;
}
.pager.sub {
  margin: 1em 0 2em;
}
.pager.sub a:not(.toggle) {
  border: 0;
  border-bottom: 2px transparent solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.pager.sub a:not(.toggle):hover {
  color: #7278bf;
  background: transparent;
}
.pager.sub a:not(.toggle).selected {
  color: #7278bf;
  background: transparent;
  border-bottom-color: #7278bf;
}
.pager.sub a:not(.toggle) + a {
  margin-left: 1em;
}
.pager.sub a.toggle {
  margin-top: -0.5em;
  float: right;
}
.admin-actions .btn {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 0.86em;
}
.features {
  margin: 1em 0;
}
.features div:first-child {
  font-weight: bold;
}
.features div + div {
  padding-left: 1em;
}
.features div p {
  font-weight: normal;
  margin: 0.5rem 0;
  font-size: 0.86em;
  color: #666;
}
@media (max-width: 600px) {
  div.row.features {
    align-items: start;
  }
  .features div + div {
    padding-left: 0;
  }
}
/*
 * Copyright © 2020 Musing Studio LLC.
 *
 * This file is part of WriteFreely.
 *
 * WriteFreely is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, included
 * in the LICENSE file in this source code package.
 */
.row.signinbtns {
  justify-content: center;
  font-size: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
  flex-wrap: wrap;
}
.row.signinbtns .loginbtn {
  height: 40px;
  margin: 0.5em;
}
.row.signinbtns .loginbtn.btn {
  box-sizing: border-box;
  font-size: 17px;
  white-space: nowrap;
}
.row.signinbtns .loginbtn.btn img {
  height: 1.5em;
  vertical-align: middle;
}
.row.signinbtns .loginbtn#writeas-login img,
.row.signinbtns .loginbtn#slack-login img {
  margin-top: -0.2em;
}
.row.signinbtns .loginbtn#gitlab-login {
  background-color: #fc6d26;
  border-color: #fc6d26;
}
.row.signinbtns .loginbtn#gitlab-login:hover {
  background-color: #fc5c0d;
  border-color: #fc5c0d;
}
.row.signinbtns .loginbtn#gitea-login {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.row.signinbtns .loginbtn#gitea-login:hover {
  background-color: #2cc26b;
  border-color: #2cc26b;
}
.row.signinbtns .loginbtn#slack-login,
.row.signinbtns .loginbtn#gitlab-login,
.row.signinbtns .loginbtn#gitea-login,
.row.signinbtns .loginbtn#generic-oauth-login {
  font-size: 0.86em;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
}
.row.signinbtns .loginbtn#slack-login,
.row.signinbtns .loginbtn#generic-oauth-login {
  color: #000;
  background-color: #fff;
  border-color: #ccc;
}
.row.signinbtns .loginbtn#slack-login:hover,
.row.signinbtns .loginbtn#generic-oauth-login:hover {
  background-color: #f6f6f6;
}
.or {
  text-align: center;
  margin-bottom: 3.5em;
}
.or p {
  display: inline-block;
  background-color: white;
  padding: 0 1em;
}
.or hr {
  margin-top: -1.6em;
  margin-bottom: 0;
}
.or hr.short {
  max-width: 30rem;
}
.error-page {
  text-align: center;
  max-width: 40em;
  margin: 0 auto;
}
.error-page a:link,
.error-page a:visited {
  text-decoration: none;
}
.error-page a:hover {
  text-decoration: underline;
}
.error-page p {
  line-height: 1.5;
}
.error-page p.msg {
  font-size: 1.8em;
}
.error-page p.commentary {
  font-size: 1.2em;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Rules for sizing the icon. */
.material-icons {
  /* Rules for using icons as black on a light background. */
  /* Rules for using icons as white on a dark background. */
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
