.ajs-button {
  outline: none;
  cursor: pointer;
}
.ajs-input {
  outline: none;
}
.major-wrap {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
  position: relative;
}
.wrap {
  /* Layout & Navigation */
  margin: 10px auto 0;
  height: 70%;
  width: 100%;
  max-width: 1300px;
  padding: 20px;
  box-sizing: border-box;
}
.wrap .nav {
  padding: 10px 5px;
  vertical-align: middle;
}
.wrap .nav .logo {
  font-size: 22px;
  vertical-align: middle;
}
.wrap .nav .options {
  font-size: 22px;
}
.wrap .nav .options a {
  color: inherit;
  text-decoration: none;
  padding: 0 10px;
  display: inline-block;
  outline: none;
}
.wrap .nav .color {
  color: #50ca59;
}
.wrap .nav .fl-left {
  float: left;
  vertical-align: middle;
}
.wrap .nav .fl-right {
  float: right;
  vertical-align: middle;
}

/* updated icon styles inherit default inline layout */
.wrap .nav .clear {
  clear: both;
}
.wrap .editable {
  background: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  max-width: 100%;
}
.note-title-container {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 12px 15px;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  max-width: 100%;
}
.wrap .cus-btn {
  padding: 12px 15px;
  cursor: pointer;
  font-size: 13px;
}
.wrap .footer {
  /* Footer */
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  max-width: 100%;
}
.wrap .footer .share-url {
  border-radius: 3px;
  border: 1px solid #ddd;
  outline: none;
  padding: 5px 10px;
  font-family: inherit;
  font-size: 12px;
  background: #fff;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.wrap .footer .share-url:hover {
  opacity: 1;
}
.wrap .footer .space-share {
  margin: 0 5px;
}
.wrap .sub-footer {
  margin: 5px auto 0;
  font-size: 12px;
  color: #a4a4a4;
}
.sub-footer {
  margin: 5px auto 20px;
  font-size: 14px;
  color: #a4a4a4;
}
.sub-footer a {
  color: inherit;
  text-decoration: none;
}

/* Hide word count in footer */
.word-count-display {
  display: none !important;
}

/* Hide pipe when word count is hidden */
.page-visits-display::before {
  content: none;
}

.page-visits-display {
  margin-left: 0;
}
.text-center {
  text-align: center;
}
.ad {
  max-width: 728px;
  width: 100%;
  overflow: hidden;
  margin: 10px auto 0;
}

/* Footer Section (shared with landing page) */
.footer-section {
  text-align: center;
  padding: 40px 20px;
  color: #a4a4a4;
  font-size: 14px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  margin-top: 60px;
}

.footer-section a {
  color: #696969;
  text-decoration: none;
  margin: 0 10px;
}

.footer-section a:hover {
  color: #50ca59;
}

@media (max-width: 768px) {
  .footer-section {
    padding: 30px 10px;
  }

  .footer-section a {
    display: inline-block;
    margin: 5px 10px;
  }
}
