button {
  all: unset; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  margin: 0px;
  background-color: #fff;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  line-height: 1.4; }

a {
  color: blue;
  text-decoration: underline; }
  a:hover {
    opacity: .65; }

code, pre {
  padding: 2px;
  background-color: #EFEFEF;
  border-radius: 2px;
  font-size: 14px; }

hr {
  border: none;
  border-top: 1px solid #c2dfe3; }

h1 {
  font-size: 28px;
  font-weight: 400; }

h2 {
  font-size: 24px;
  font-weight: normal; }

img {
  width: 100%;
  height: auto;
  margin: 0px; }

video {
  width: 100%;
  height: auto;
  margin: 1em auto; }

details {
  margin-bottom: 1em;
  padding: 8px;
  border: 1px solid #d7d7d7;
  border-radius: 8px; }

summary {
  cursor: pointer; }

details summary::-webkit-details-marker {
  color: gray;
  font-size: 80%; }

pre {
  width: inherit;
  white-space: pre-line; }

.supernav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 20px; }
  .supernav .nav-items {
    list-style-type: none;
    margin-left: none;
    display: inline;
    padding-inline-start: 0px; }
    .supernav .nav-items li {
      display: inline;
      padding: 2px;
      margin-right: 14px; }
      .supernav .nav-items li a {
        text-decoration: none;
        color: black; }

.get-extension {
  color: #395FE6;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 8px 10px;
  background-image: linear-gradient(0deg, #F6F6F6 0%, #FCFCFC 15%, #FCFCFC 88%, #FFFFFF 100%);
  border: 1px solid #C2DFE3;
  /* Sketch doesnt export gradient borders at this point */
  border-radius: 4px;
  white-space: nowrap;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  .get-extension img {
    margin: 0px;
    width: 18px;
    height: auto;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 2px; }
  .get-extension:hover {
    opacity: 1;
    filter: brightness(95%); }
  .get-extension:focus {
    background-image: linear-gradient(0deg, #FFFFFF 0%, #FCFCFC 15%, #FCFCFC 88%, #F6F6F6 100%); }

#firefox-a {
  padding-right: 17px; }

.firefox-link {
  margin-top: 1em; }

.panel-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem; }
  @media (min-width: 800px) {
    .panel-container {
      flex-direction: row;
      border-bottom: 1px solid #c2dfe3;
      justify-content: center; } }

.config-panel {
  padding: 10px; }
  @media (min-width: 800px) {
    .config-panel {
      padding: 0px; } }

.display-panel {
  max-width: 600px;
  transition: background-color .2s ease; }

.config-inner {
  max-width: 400px;
  margin: 0px auto;
  padding-top: 2rem; }

.config-label {
  font-size: 12px;
  font-weight: 500;
  color: #111;
  margin-bottom: 2px; }

.config-input {
  border: 1px solid #C2DFE3;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  padding: 8px;
  width: 100%;
  margin-bottom: .75rem; }
  .config-input::placeholder {
    opacity: .5; }

.input-container {
  font-size: 14px; }

#quote-text {
  text-align: top;
  width: 100%;
  height: 150px;
  overflow-y: scroll; }

#quote-metadata {
  display: flex;
  flex-direction: row;
  width: 100%; }
  #quote-metadata #quote-author {
    flex-grow: 1;
    margin-right: 12px; }
  #quote-metadata #quote-title {
    flex-grow: 1; }

.testimonial {
  color: #606367; }

#theme-buttons {
  display: flex;
  flex-direction: row;
  margin-bottom: .75rem; }
  #theme-buttons .theme-button {
    font-size: 14px;
    padding: 1px 13px;
    text-align: center;
    border-radius: 1000px; }
    #theme-buttons .theme-button:hover {
      cursor: pointer; }

#theme-light {
  background: #ECEEEF;
  color: #5C6D73;
  margin-right: 6px;
  transition: all .15s ease; }

#theme-dark {
  background-color: #3D4043;
  color: #9DB8BF;
  margin-right: 6px; }

#theme-detect {
  background-color: #606367;
  color: white; }

.theme-selected {
  border: 1px solid #395FE5 !important; }

.checkbox-explainer {
  margin-left: 24px;
  opacity: .5;
  margin-bottom: 1rem; }

#bookmarklet-container {
  font-size: 14px; }
  @media (max-width: 800px) {
    #bookmarklet-container {
      margin-bottom: 20px; } }
  #bookmarklet-container #bookmarklet {
    color: #395FE6;
    font-weight: 500;
    height: inherit;
    text-decoration: none;
    background-image: linear-gradient(0deg, #F6F6F6 0%, #FCFCFC 15%, #FCFCFC 88%, #FFFFFF 100%);
    border: 1px solid #D5D5D5;
    padding: 9px 14px;
    border-radius: 4px;
    margin-right: 6px; }
    #bookmarklet-container #bookmarklet:hover {
      cursor: pointer;
      opacity: 1; }

.cta-container {
  display: flex;
  flex-direction: row;
  padding-bottom: 2rem;
  justify-content: center;
  align-items: center; }

.button-container {
  display: flex;
  padding-top: 2rem;
  flex-direction: column;
  align-items: center; }
  .button-container .get-extension {
    margin-bottom: 12px; }
  @media (min-width: 800px) {
    .button-container {
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .button-container .get-extension {
        margin-right: 6px;
        margin-bottom: 0px; } }

.display-contents {
  position: relative;
  max-width: 90%;
  margin: 0px auto;
  padding-top: 2rem; }

.codeblock {
  background: #F2F2F2;
  border: 1px solid #C2DFE3;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 4px;
  font-size: 12px;
  font-family: "andale mono", "consolas", monospace;
  color: gray;
  transition: all .2s ease;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 6rem; }

#copy-embed {
  background-image: linear-gradient(180deg, #3F6AFF 0%, #395FE5 8.85%, #395FE5 92.19%, #304FBF 100%);
  box-sizing: border-box;
  border-radius: 4px;
  width: 134px;
  padding: 6px 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  transition: all .1s ease; }
  #copy-embed:hover {
    opacity: 1;
    filter: brightness(95%);
    cursor: pointer; }
  #copy-embed:focus {
    background-image: linear-gradient(180deg, #304FBF 0%, #395FE5 8.85%, #395FE5 92.19%, #3F6AFF 100%); }

.center {
  margin: 3rem auto 0px auto;
  text-align: center; }

.main {
  border-bottom: 1px solid #c2dfe3; }

.main-panel-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: top; }
  @media (min-width: 800px) {
    .main-panel-container {
      margin: 0px 100px;
      flex-direction: row; } }

@media (min-width: 800px) {
  .main-container-noflex {
    margin: 0px 100px;
    flex-direction: row; } }

.left-panel {
  padding: 10px;
  width: auto;
  border-right: 1px solid #c2dfe3;
  transition: opacity .2s ease; }
  @media (min-width: 800px) {
    .left-panel {
      padding: 2rem;
      width: 50%;
      opacity: .4; }
      .left-panel:hover {
        opacity: 1; } }

.right-panel {
  padding: 10px;
  color: #606367;
  width: auto;
  transition: opacity .2s ease; }
  @media (min-width: 800px) {
    .right-panel {
      padding: 2rem;
      width: 50%;
      opacity: .4; }
      .right-panel:hover {
        opacity: 1; } }

.panel {
  padding: 10px;
  width: auto;
  transition: opacity .2s ease; }
  @media (min-width: 800px) {
    .panel {
      width: 50%;
      padding: 2rem; } }

.bluebg {
  background-color: #F9FEFF; }

.right-inner-container {
  margin: 0px auto; }

.highlight-items {
  padding-left: 0px;
  list-style-type: none; }
  .highlight-items li {
    background-color: #E0FBFC;
    padding: 7px 11px;
    margin-bottom: 12px;
    border-radius: 4px;
    width: fit-content; }

.blogroll {
  display: flex;
  flex-flow: row wrap; }
  .blogroll .bloglink {
    color: white;
    background-color: #395FE5;
    padding: 2px 6px;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: 6px;
    margin-right: 6px; }

.quotebacks-dl {
  display: inline;
  padding: 10px 10px;
  border-radius: 4px;
  border: 1px solid #C2DFE3;
  font-family: monospace;
  font-size: 14px;
  text-decoration: none;
  color: black; }
  .quotebacks-dl div {
    display: inline; }
  .quotebacks-dl #filesize {
    text-align: right;
    color: #b3b3b3;
    margin-left: 25px; }
  .quotebacks-dl:hover {
    cursor: pointer; }

body.welcome {
  margin: 0px auto;
  padding-top: 10em;
  padding-bottom: 3em;
  line-height: 130%; }

body.welcome ol li {
  margin-bottom: .5em; }

.welcome-container {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px auto;
  width: 100%; }
  @media (min-width: 600px) {
    .welcome-container {
      max-width: 600px; } }

@media (max-width: 600px) {
  img {
    width: 100%;
    height: auto; } }

footer {
  background-color: #5C6D73;
  color: #fff;
  padding: 1rem; }
  @media (min-width: 800px) {
    footer {
      padding: 2rem 120px; } }
  footer .footernav {
    margin-bottom: 2rem; }
    footer .footernav .nav-items {
      list-style-type: none;
      margin-left: none;
      display: inline;
      padding-inline-start: 0px; }
      footer .footernav .nav-items li {
        display: inline;
        padding: 2px;
        margin-right: 14px; }
        footer .footernav .nav-items li a {
          text-decoration: none;
          color: #fff; }

/*# sourceMappingURL=styles.css.map */
