.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

.buy-now-btn {
  background:    #3d85c6;
  border-radius: 10px;
  padding:       16px 40px;
  color:         #ffffff !important;
  display:       inline-block;
  text-align:    center;
}

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.entry-shang {
  padding: 30px 0 20px;
  text-align: center;
}

.entry-shang p {
  font-size: 12px;
}

.btn-bred {
  min-width: 80px;
  border-color: #e26d6d;
  background: #e26d6d;
  color: #fff;
}

.zs-modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 100;
}

.zs-modal-box {
  width: 340px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -195px 0 0 -171px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 6px;
  z-index: 100;
  display: none;
}

.zs-modal-head {
  padding: 0 16px;
  position: relative;
}

.zs-modal-head img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.zs-modal-head .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  text-align: center;
}

.zs-modal-head .author {
  padding-top: 15px;
  display: block;
}
.zs-modal-head .author a {
  color: #333;
  text-decoration: none;
}

.zs-modal-head .author img {
  margin-right: 5px;
}

.zs-modal-head .tip {
  background: #f6f6f6;
  padding: 0 10px;
  font-size: 12px;
  color: gray;
  border-radius: 3px;
  margin-top: 10px;
  position: relative;
  line-height: 28px;
  margin-bottom: 10px;
}

.zs-modal-head .tip i {
  display: block;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #f6f6f6 transparent;
  border-style: dashed dashed solid dashed;
  content: '';
  position: absolute;
  left: 8px;
  top: -7px;
}

.zs-modal-body {
  padding: 0 15px;
}

.zs-modal-btns {
  font-size: 0;
}

.zs-modal-btns .btn:nth-child(3n-2) {
  margin-left: 0;
}

.zs-modal-btns .btn {
  width: 28%;
  margin-left: 8%;
  margin-bottom: 24px;
  display: inline-block;
  font-size: 12px;
}

.zs-modal-btns .btn-blink {
  background: #fff;
  border-color: #e26d6d;
  color: #e26d6d;
  font-weight: bold;
}

.zs-modal-btns .btn-blink:hover,
.zs-btns .btn-blink:active {
  background: rgba(226, 109, 109, 0.06);
  box-shadow: none;
}

.zs-modal-btns .btn-blink:focus {
  background: #e26d6d;
  border-color: #e26d6d;
  color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .zs-modal-body ul {
    letter-spacing: -5px;
  }
}

.zs-modal-footer {
  padding: 0 15px 15px;
}

.zs-modal-footer label {
  margin: 0 10px;
}

.zs-modal-footer img {
  height: 30px;
  min-width: 85px;
}

.zs-modal-pay {
  text-align: center;
  padding: 15px 0;
  display: none;
}

table pre,
table td {
  border: none !important;
}

nav.is-fixed a {
  text-shadow: none !important;
  font-size: 14px !important;
}

nav.navbar-fixed-top a {
  font-size: 14px !important;
}

.email-twitter-message {
  text-align: center;
  background-color: #272822;
  padding: 20px;
  border-radius: 10px;
  color: #f8f8f2;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.email-twitter-message a {
  color: #ae81ff;
  text-decoration: none;
}

.email-twitter-message hr {
  margin: 10px 0;
}

.email-twitter-message .input-group {
  margin: 15px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .email-twitter-message .input-group {
    width: 70%;
    margin: 15px 15% 0 15%;
  }
}

@media only screen and (min-width: 1200px) {
  .email-twitter-message .input-group {
    width: 50%;
    margin: 15px 25% 0 25%;
  }
}

.email-twitter-message a {
  background-color: #1b95e0;
  text-decoration: none;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
}

.email-twitter-message a:visited {
  background-color: #1b95e0;
  text-decoration: none;
  color: #fff;
}

.email-twitter-message a:hover {
  background-color: #0c7abf;
  text-decoration: none;
  color: #fff;
}

.email-twitter-message a.article-link {
  background-color: transparent;
  color: #ae81ff !important;
  text-decoration: none !important;
}

.email-twitter-message a.article-link:visited {
  background-color: transparent;
  color: #ae81ff !important;
  text-decoration: none !important;
}

.email-twitter-message a.article-link:hover {
  background-color: transparent;
  color: #c5a4ff !important;
  text-decoration: none !important;
}

.email-twitter-message button:hover {
  background-color: #de266a;
  border-color: #de266a;
}

.email-twitter-message button:focus {
  background-color: #de266a;
  border-color: #de266a;
}

#email-signup-post-message {
  color: #95ccff;
  font-size: 20px;
  width: 80%;
  margin-top: 15px;
  margin-left: 10%;
}

.contact-seperator {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
}

.contact-seperator:before {
  content: '';
  background: linear-gradient(to right, transparent, #96d62d, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.contact-seperator:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #96d62d;
  background-color: #272822;
}

.navbar.is-visible .icon-bar {
  background-color: black !important;
}

@media only screen and (max-width: 768px) {
  .navbar-collapse {
    width: 250px !important;
  }
}

.navbar.is-fixed .navbar-collapse {
  position: absolute !important;
  right: 0 !important;
}

.oss-item-title {
  display: flex;
  height: 60px;
  align-items: center;
  flex-direction: row;
}

.oss-image {
  margin: 0 !important;
  height: 25px !important;
}

.oss-projects a {
  text-decoration: none !important;
}

.oss-projects a:hover,
.oss-projects img:hover {
  cursor: pointer !important;
}

#TableOfContents {
  display: none;
}
