body {
  overflow-y: scroll;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Fix for text-size-adjust being ignored: https://bugs.webkit.org/show_bug.cgi?id=FontBoosting */
  max-height: 1000000px;
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  color: #000;
}
body.dark {
  background: #2b3e50;
  color: #d2d2d2;
}
html {
  font-family: sans-serif;
}
a {
  color: #487521;
}
body.dark a {
  color: #6eb332;
}
a.image-link:hover {
  text-decoration: none;
}
h1 {
  margin-bottom: 10px;
}
h1 a {
  text-decoration: none;
  color: #000;
}
h1 a img {
  display: inline-block;
  vertical-align: bottom;
  width: 40px;
  height: 40px;
}
iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
}
video {
  display: block;
  width: 100%;
  margin: 10px auto;
}
pre.pre {
  white-space: normal;
  margin: 0;
  max-height: 500px;
}
pre.pre-tm {
  margin-top: 10px;
}
.bold {
  font-weight: bold;
}
.video-wrapper {
  margin: 10px auto;
}
@media (min-width: 768px) {
  .video-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    max-width: 70%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container div,
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.twitter-tweet {
  margin: 10px auto;
  min-height: 150px;
  width: 100%;
  border: none;
  background: #eee;
  font-size: 14px;
}
@media (min-width: 400px) {
  .twitter-tweet {
    width: 350px;
  }
}
body.dark .twitter-tweet {
  background: #34485B;
}
.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}
.no-margin {
  margin: 0;
}
span.inline {
  display: inline-block;
}
input[type=button]:hover,
input[type=submit]:hover {
  cursor: pointer;
}
select {
  width: 150px;
  max-width: 100%;
}
.center {
  text-align: center;
}
.italic {
  font-style: italic;
}
.right {
  text-align: right;
}
.clear {
  clear: both;
}
.glyphicon.spinning {
  animation: spin 1.5s infinite linear;
  -webkit-animation: spin2 1.5s infinite linear;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#site-wrapper.active {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
#inner-site-wrapper {
  position: relative;
  height: 100%;
}
#inner-site-wrapper .site-header-spacer {
  height: 60px;
}
body.mobile-app #inner-site-wrapper .site-header-spacer {
  height: 5px;
}
#site-wrapper-cover.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
#site-modal-wrapper {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
#site-modal-wrapper .container {
  margin-top: 120px;
  margin-bottom: 100px;
}
#site-modal-wrapper .container .panel {
  margin: 0;
}
#site-modal-wrapper .container .panel-heading {
  min-height: 38px;
}
#main-modal {
  padding: 0;
}
body.dark .panel {
  border-color: #3e5973;
  background: #2b3e50;
}
body.dark .panel-default > .panel-heading {
  background: #2b3e50;
  border-color: #3e5973;
}
.panel-default > .panel-heading .btn {
  margin: -7px 20px -5px 0;
}
body.dark .panel-default > .panel-heading .close {
  color: #fff;
  opacity: 0.5;
}
body.dark .panel-default > .panel-heading .close:hover {
  opacity: 0.75;
}
table.sortable td.bars:hover {
  cursor: ns-resize;
}
table.sortable td.bars span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px 0;
  background: #444;
}
table.inline {
  display: inline;
  border: none;
}
table.left th {
  text-align: left;
}
body.dark a.btn {
  color: #fff;
}
a.btn.right {
  float: right;
}
a.btn-leave {
  color: #888;
  background: #eee;
}
body.dark a.btn-leave {
  border-color: #666;
  background-color: transparent;
}
body.dark .btn-default {
  color: #e0e0e0;
  border-color: #666;
  background-color: #35485a;
}
a.disabled {
  pointer-events: none;
  color: #888;
  text-decoration: none;
}
h2.medium-header {
  margin: 5px 0;
}
.navbar {
  margin-bottom: 0;
}
.navbar .logo {
  display: inline-block;
  width: 60px;
  height: 37px;
  margin-top: -3px;
  margin-right: 10px;
}
.navbar .dropdown img {
  widtH: 20px;
  height: 20px;
}
.navbar .mobile-notifs-link {
  border: 0;
  padding: 0;
  margin: 5px 5px 0 0;
}
.navbar .mobile-notifs-link li {
  display: inline-block;
}
.navbar .mobile-notifs-link li a {
  padding: 10px 10px;
}
.navbar .alert-banner {
  position: absolute;
  top: 50px;
  background: #ff8080;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 400px) {
  .navbar .alert-banner {
    left: 50%;
    margin-left: -200px;
    width: 400px;
  }
}
@media (max-width: 399px) {
  .navbar .alert-banner {
    width: 100%;
  }
}
body.dark .navbar .alert-banner {
  background: #bf4d4d;
}
.navbar .alert-banner p {
  margin: 0;
  padding: 10px;
}
.navbar-default {
  background: linear-gradient(#5b9920, #548d1d);
  border-color: transparent;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
body.dark .navbar-default,
body.dark.sv .navbar-default {
  background: #2b3e50;
  border-color: #666;
}
body.abc .navbar-default {
  background: linear-gradient(#f29f10, #e59710);
}
body.sv .navbar-default {
  background: linear-gradient(#d61132, #c8102e);
}
.navbar-default .navbar-brand {
  margin-right: 25px;
  padding: 15px 15px 20px;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    margin-right: 0;
    padding-right: 5px;
  }
}
body.dark .navbar-default .navbar-brand {
  color: #5e992b;
}
body.dark.sv .navbar-default .navbar-brand {
  color: #d93d3d;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
body.dark .navbar-default .navbar-nav > li > a,
body.dark .navbar-default .navbar-nav > li > a:focus,
body.dark .navbar-default .navbar-nav > li > a:hover {
  color: #e0e0e0;
}
.navbar-default .navbar-nav > .active a,
.navbar-default .navbar-nav > .active a:focus,
.navbar-default .navbar-nav > .active a:hover {
  background-color: transparent;
  border-color: #f8f8f8;
  color: #fff;
}
body.dark .navbar-default .navbar-nav > .active a,
body.dark .navbar-default .navbar-nav > .active a:focus,
body.dark .navbar-default .navbar-nav > .active a:hover {
  color: #6eb332;
  border-color: #6eb332;
}
@media (max-width: 767px) {
  body.dark .navbar-default .navbar-nav > .active a,
  body.dark .navbar-default .navbar-nav > .active a:focus,
  body.dark .navbar-default .navbar-nav > .active a:hover {
    background-color: #374f66;
    border-color: transparent;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > .active a,
  .navbar-default .navbar-nav > .active a:focus,
  .navbar-default .navbar-nav > .active a:hover {
    background-color: #ccc;
    border-color: transparent;
    color: #333;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
}
body.dark .navbar-default .navbar-nav .open a,
body.dark .navbar-default .navbar-nav .open a:focus,
body.dark .navbar-default .navbar-nav .open a:hover {
  color: #e0e0e0;
  background: #374f66;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-toggle li:focus,
.navbar-default .navbar-toggle li:hover {
  background-color: #ddd;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
.nav.right {
  text-align: right;
}
.nav-pills > li > a {
  margin-top: 5px;
  margin-bottom: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #507d21;
}
.posts-nav {
  position: relative;
}
.posts-nav > ul {
  display: inline-block;
}
.posts-nav .nav.nav-pills > li {
  display: inline-block;
  float: none;
}
.posts-nav .nav.nav-pills > li > a {
  padding: 4px 8px;
}
.posts-nav .pagination {
  text-align: right;
}
@media (max-width: 767px) {
  .posts-nav {
    text-align: center;
  }
  .posts-nav .nav {
    text-align: center;
  }
  .posts-nav .pagination {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .posts-nav.posts-nav-md {
    text-align: center;
  }
}
body.dark .nav > li > a:focus,
body.dark .nav > li > a:hover {
  background: #374f66;
}
.posts-nav-dropdown {
  text-align: right;
}
.posts-nav-dropdown div {
  margin: 5px 0;
}
@media (max-width: 767px) {
  .posts-nav-dropdown {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .posts-nav-dropdown.posts-nav-dropdown-md {
    text-align: center;
  }
}
.nav-item.notifications span {
  top: 3px;
}
.nav-item.balance span {
  top: 2px;
}
@media (max-width: 767px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
body.dark .form-control {
  color: #e0e0e0;
  background: #3e5973;
}
.footer {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
body.dark .footer {
  border-color: #666;
}
.footer div {
  padding: 0 0 5px;
}
.footer .links a {
  display: inline-block;
  margin: 0 10px 5px;
}
.footer .dropdown-menu > li > a {
  padding: 3px 10px;
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
}
.footer .android-link {
  display: none;
}
body.is-android .footer .android-link {
  display: inline-block;
}
.footer .android-link img {
  width: 125px;
}
.posts {
  margin: 5px 0;
}
.post {
  position: relative;
  background: #fff;
  padding: 11px 10px 0 10px;
  word-wrap: break-word;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e8e8e8;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  min-height: 55px;
}
body.dark .post {
  background: #2b3e50;
  border-color: #666;
}
.post:not(.disabled-parent):hover {
  cursor: pointer;
}
.post.post-odd {
  background: #f8f8f8;
  border-color: #aaa;
}
body.dark .post.post-odd {
  background-color: #34485B;
  border-color: #3e5973;
}
.post:last-of-type {
  border-bottom-width: 1px;
}
.post .name {
  position: relative;
  min-height: 22px;
  margin: 0 0 0;
  line-height: 22px;
  color: #555;
}
.post .name .profile {
  color: #333;
  font-weight: bold;
  word-break: break-word;
}
body.dark .post .name .profile {
  color: #d2d2d2;
}
.post .name .profile.profile-feed-item {
  font-weight: normal;
}
.post .post {
  margin: 0 -10px 0 5px;
  border-width: 1px 0 0 1px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .post .post {
    margin-left: -3px;
  }
}
.post .reply {
  display: block;
  margin: 5px 0 5px;
  background: #fafafa;
  padding: 10px;
  color: #888;
}
body.dark .post .reply {
  background-color: #35485a;
  border-color: #666;
}
.post .reply .reply-name {
  padding-bottom: 7px;
}
.post .reply .reply-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.post .reply .missing-parent-link {
  color: #888;
  text-decoration: none;
}
.post .reply p {
  margin: 12px 0 0;
  font-size: 18px;
}
.post .reply.reply-feed-item p {
  font-size: 14px;
}
.post .reply.vote p {
  margin: 5px 0 5px;
}
.post .reply.vote p:nth-of-type(1) {
  font-style: italic;
}
.post .reply.vote p:nth-of-type(2) {
  font-weight: bold;
}
.post .message {
  margin: 10px 0 0;
  font-size: 18px;
}
.post .message.profile-text {
  padding-bottom: 10px;
}
.post .message .read-more {
  display: inline-block;
  margin: 10px 0 0;
}
.post .likes {
  margin: 0 0 5px;
}
.post .like {
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom;
}
.post .like-form {
  display: inline-block;
  margin: 0;
}
.post .like-form.hidden {
  display: none;
}
.post .like-form label {
  width: unset;
  padding: 2px 5px;
  margin-left: 10px;
  vertical-align: bottom;
}
.post .like-form input[type=text] {
  width: 100px;
  display: inline-block;
}
.post .post-header {
  margin: 0;
  padding-right: 25px;
  font-size: 14px;
}
.post .post-header .time-ago,
.post .post-header .topic-link {
  color: #777;
}
body.dark .post .post-header .time-ago,
body.dark .post .post-header .topic-link {
  color: #aaa;
}
.post .post-header .time-ago:hover,
.post .post-header .topic-link:hover {
  color: #487521;
  text-decoration: none;
}
.post .post-header .block-explorer {
  position: absolute;
  top: 5px;
  right: 9px;
}
.post .post-header .block-explorer .glyphicon {
  font-size: 15px;
}
.post .chains {
  position: absolute;
  bottom: 5px;
  right: 10px;
  margin-right: 0;
}
.post .chains img:hover {
  cursor: default;
}
.post .feed-item-post {
  border-left: 25px solid #f8f8f8;
  padding-left: 10px;
}
body.dark .post .feed-item-post {
  border-color: #35485a;
}
.post .feed-item-post .message {
  color: #777;
}
body.dark .post .feed-item-post .message {
  color: #aaa;
}
.post .post-header-feed-item {
  padding-bottom: 5px;
}
.post .actions {
  padding: 0 0 5px 1px;
  margin-left: -5px;
  position: relative;
}
.post .actions .chains {
  right: 0;
}
.post .actions .glyphicon {
  margin-right: 5px;
  margin-top: -4px;
  vertical-align: middle;
}
.post .actions .glyphicon.no-margin {
  margin-right: 0;
}
.post .actions label {
  height: 20px;
  display: inline-block;
}
.post .actions input,
.post .actions a.like-cancel {
  height: 28px;
  margin: 7px 0 0 0;
}
.post .actions a:not(.like-cancel):hover,
.post .actions a:not(.like-cancel):focus {
  color: #548d1d;
}
.post .actions a.btn:not(.like-cancel) {
  height: 28px;
  margin: 7px 0 0;
  border: none;
  background: transparent;
}
.post .actions a.btn:not(.like-cancel):active {
  box-shadow: none;
}
.post .actions > a.btn,
.post .actions a.like-link {
  text-align: left;
  color: #888;
  font-weight: bold;
}
body.dark .post .actions > a.btn,
body.dark .post .actions a.like-link {
  color: #aaa;
}
@media (min-width: 400px) {
  .post .actions > a.btn,
  .post .actions a.like-link {
    min-width: 75px;
  }
}
@media (max-width: 399px) {
  .post .actions > a.btn,
  .post .actions a.like-link {
    min-width: 50px;
  }
}
.post .actions .btn-leave {
  margin-left: 10px;
}
.post .actions a i {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #aaa;
}
body.dark .post.post-odd > .actions a:hover,
body.dark .post.post-odd > .actions a:focus {
  background: #2b3e50;
}
.post .creating,
.post .broadcasting {
  display: inline-block;
  margin: 7px 0 0 0;
  height: 28px;
}
.post .creating.hidden,
.post .broadcasting.hidden {
  display: none;
}
.post .reply-form p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.post .feed-item {
  color: #555;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body.dark .post .feed-item {
  color: #bbb;
  border-color: #666;
}
.post .feed-item .feed-item-glyphicon {
  margin-right: 5px;
}
.post .feed-item.feed-item-like .feed-item-glyphicon {
  color: #b00;
}
.post .feed-item.feed-item-vote .feed-item-glyphicon {
  color: #0b0;
}
.mini-profile-name {
  position: relative;
  display: inline;
  max-width: 100%;
  word-break: break-all;
  margin-bottom: 3px;
}
.mini-profile-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
}
.mini-profile {
  position: absolute;
  display: none;
  font-weight: normal;
  top: 10px;
  left: 0;
  max-width: 400px;
  min-width: 250px;
  border: 1px solid #ccc;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #fff;
  padding: 5px 10px;
  z-index: 1;
  color: #000;
}
body.dark .mini-profile {
  background: #2b3e50;
  color: #d2d2d2;
}
.mini-profile .pic {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mini-profile .name-follow {
  padding: 5px 0 0 138px;
  min-height: 135px;
}
.mini-profile .name-follow .name {
  margin: 0;
  word-break: break-word;
}
.mini-profile .name-follow .name a {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
.mini-profile .name-follow .joined {
  margin: 2px 0;
  font-size: 12px;
}
.mini-profile .body {
  padding: 5px 0 10px;
  word-break: break-word;
}
.mini-profile .identicon,
.reply .mini-profile .identicon {
  width: 128px;
  height: 128px;
}
.mini-profile table td {
  padding-right: 20px;
}
.mini-profile table td p,
.reply .mini-profile table td p {
  margin: 0;
}
.mini-profile table td p:nth-of-type(1) {
  font-weight: bold;
  font-size: 11px;
  color: #444;
}
body.dark .mini-profile table td p:nth-of-type(1) {
  color: #e0e0e0;
}
.mini-profile table td p:nth-of-type(2) {
  font-weight: bold;
  color: #487521;
}
.anchor {
  display: block;
  position: relative;
  top: -55px;
}
.likes-table {
  padding-bottom: 1px;
  text-align: center;
}
.likes-table .table {
  margin-bottom: 9px;
  text-align: left;
}
.likes-table .table th:nth-child(1),
.likes-table .table td:nth-child(1) {
  width: 50%;
}
.no-likes {
  padding: 0 0 1px;
  font-style: italic;
}
.likes-list .like {
  position: relative;
  padding: 6px 25px 5px 40px;
  word-wrap: break-word;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ccc;
}
.likes-list .like:last-of-type {
  border-bottom-width: 1px;
}
.likes-list .like .mini-profile-name {
  margin-left: -30px;
  font-weight: bold;
  font-size: 14px;
}
.likes-list .like i {
  font-style: normal;
  font-size: 12px;
  color: #777;
}
.likes-list .like .tip {
  display: inline-block;
}
.likes-list .like .block-explorer {
  position: absolute;
  top: 3px;
  right: 5px;
}
.likes-list .like .block-explorer .glyphicon {
  font-size: 15px;
}
.block-explorer {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #333;
}
.block-explorer a {
  color: #333;
}
body.dark .block-explorer a {
  color: #5e992b;
}
.block-explorer ul a {
  color: #487521;
}
body.dark .block-explorer ul a {
  color: #ccc;
}
.chains {
  display: none;
  margin-right: 5px;
  vertical-align: top;
}
body.show-chain-icons .chains {
  display: inline-block;
}
.chains img {
  opacity: 0.25;
  width: 15px;
  height: 15px;
}
.btn-warning {
  color: #fff;
  background-color: #548d1d;
  border-color: #548d1d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #548d1d;
  border-color: #548d1d;
}
.btn-memo {
  color: #fff;
  background-color: #548d1d;
}
.btn-memo:hover,
.btn-memo:focus {
  color: #fff;
  background-color: #5b9920;
  text-decoration: none;
}
#notify {
  color: red;
  font-style: italic;
}
img.identicon,
img.profile-pic-24 {
  border: none;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 3px;
}
.reply img.identicon {
  width: 18px;
  height: 18px;
}
table.table {
  background: #fff;
}
body.dark table.table {
  background-color: transparent;
}
body.dark table.table.table-striped > tbody > tr:nth-of-type(odd) {
  background: #304559;
}
body.dark table.table tbody tr td,
body.dark table.table tfoot tr td,
body.dark table.table thead tr td,
body.dark table.table tbody tr th,
body.dark table.table tfoot tr th,
body.dark table.table thead tr th {
  border-color: #666;
}
.profile {
  position: relative;
}
.profile .btn {
  word-break: break-word;
}
.profile .name {
  word-break: break-word;
}
.profile td:nth-child(2) {
  word-break: break-word;
}
.profile #qr-code {
  display: none;
  margin-top: 5px;
}
.profile #qr-code img {
  margin-top: 5px;
  height: 150px;
  width: 150px;
}
.profile .click-for-qr {
  font-size: 12px;
}
.profile .bitcoin-tooltip:hover,
.profile .bitcoin-tooltip:focus {
  text-decoration: none;
}
.profile .glyphicon-info-sign {
  top: 2px;
}
.profile .pic {
  position: absolute;
  top: 0;
}
.profile .title {
  min-height: 138px;
  padding-left: 148px;
  word-break: break-word;
}
.profile h3 {
  margin: 0;
}
.profile .joined {
  font-size: 12px;
  margin: 5px 0;
}
.profile table.table {
  font-size: 12px;
}
.profile table.table td {
  word-break: break-word;
}
.profile .dropdown {
  vertical-align: top;
  display: inline-block;
  word-break: break-word;
}
.profile .dropdown .btn {
  margin-bottom: 10px;
}
.view-profile .identicon {
  width: 128px;
  height: 128px;
}
#profile-list {
  overflow-x: hidden;
}
#profile-list table tr td:nth-of-type(2) {
  word-break: break-word;
}
@media (min-width: 768px) {
  #profile-list table tr td:nth-of-type(5),
  #profile-list table tr td:nth-of-type(6) {
    white-space: nowrap;
  }
}
#profile-list .profile-list-item {
  position: relative;
}
#profile-list .profile-list-item .joined {
  font-size: 12px;
}
#profile-list .profile-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
#profile-list .profile-icon img {
  width: 64px;
  height: 64px;
}
#profile-list .profile-info {
  background: #fff;
  padding: 10px 10px 0 85px;
  margin-bottom: 15px;
  word-wrap: break-word;
  border: 1px solid #ccc;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
body.dark #profile-list .profile-info {
  background: #2b3e50;
  border-color: #666;
}
#profile-list .profile-info:nth-of-type(2n) {
  background: #f8f8f8;
}
#profile-list .profile-info .name {
  font-size: 18px;
  margin: 0;
}
#profile-list .profile-info table {
  margin-bottom: 5px;
}
#profile-list .name {
  font-weight: bold;
}
@media (min-width: 768px) {
  .narrow-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .wide-content {
    display: none;
  }
}
.byte-count.red {
  color: red;
}
.pagination {
  display: block;
  text-align: center;
  margin: 5px 0;
}
.pagination a {
  color: #000;
}
body.dark .pagination a {
  color: #e0e0e0;
}
.pagination a.disabled {
  color: #888;
}
body.dark .pagination a.disabled {
  color: #777;
}
.pagination-center .pagination,
.pagination-right .pagination {
  display: inline-block;
}
body.dark .pagination > li > a,
body.dark .pagination > li > span {
  color: #ddd;
  background: #2b3e50;
}
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover {
  color: #ddd;
  background-color: #3e5973;
}
.pagination-right {
  text-align: right;
}
@media (max-width: 767px) {
  .pagination-right {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .pagination-right.pagination-right-md {
    text-align: center;
  }
}
.pagination-center {
  text-align: center;
  margin: 10px 0 5px;
}
#about h4,
#guides h4 {
  font-size: 1.1em;
  font-weight: bold;
}
@media (min-width: 768px) {
  #about table th,
  #about table td {
    width: 50%;
  }
}
#guides img {
  margin-top: 5px;
  width: 100%;
}
#guides li {
  margin-bottom: 3px;
}
.reputation-tooltip {
  position: relative;
  font-size: 12px;
}
.reputation-tooltip .reputation-glyphicon {
  margin-right: 2px;
  font-size: 9px;
}
.reputation-tooltip a {
  font-weight: bold;
  font-size: 12px;
}
.reputation-tooltip:hover .bubble {
  display: block;
  z-index: 1;
}
.reputation-tooltip .bubble {
  position: absolute;
  display: none;
  color: #000;
  background: #eee;
  border: 1px solid #333;
  top: 15px;
  left: 0;
  word-break: break-word;
  width: 250px;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  text-align: left;
}
.red {
  color: #c73838;
}
.dark .red {
  color: #d93d3d;
}
.yellow {
  color: #c7af38;
}
.green {
  color: #487521;
}
.dark .green {
  color: #6eb332;
}
.blue {
  color: #00b;
}
.dark .blue {
  color: #8095ff;
}
#broadcasting,
#creating {
  display: inline-block;
  padding: 12px 10px 0 10px;
}
#broadcasting.hidden {
  display: none;
}
#password-clear {
  display: none;
  padding: 12px 10px 0 10px;
}
#password-clear.show {
  display: inline-block;
}
#all-posts {
  overflow-y: scroll;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  border: 1px solid #eee;
}
body.dark #all-posts {
  border-color: #666;
}
@-moz-document url-prefix() {
  #all-posts {
    height: 50%;
  }
}
#form-new-topic-message textarea {
  min-height: 34px;
  height: 34px;
  min-width: 100%;
  max-width: 100%;
}
.topics-table > thead > tr > th,
.topics-table > tbody > tr > td {
  vertical-align: middle;
}
.topics-table tr td:nth-of-type(1) {
  max-width: 400px;
  padding-left: 22px;
  position: relative;
}
.topics-table a {
  color: #000;
}
.topics-table .glyphicon {
  color: #487521;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 7px;
  font-size: 8px;
  margin-right: 2px;
}
body.dark .topics-table .glyphicon {
  color: #ddd;
}
.topics-table .glyphicon.placeholder {
  visibility: hidden;
}
.topic-post {
  padding: 5px 10px 5px 40px;
  word-break: break-word;
  border-bottom: 1px solid #eee;
}
body.dark .topic-post {
  border-color: #666;
}
.topic-post:nth-of-type(odd) {
  background: #fcfcfc;
}
body.dark .topic-post:nth-of-type(odd) {
  background: #304559;
}
.topic-post:nth-of-type(even) {
  background: #fff;
}
body.dark .topic-post:nth-of-type(even) {
  background: #2b3e50;
}
.topic-post:last-of-type {
  border-bottom: none;
}
.topic-post .profile-link {
  color: #000;
}
.topic-post .topic-identicon,
.topic-post .profile-pic-24 {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: -32px;
}
.topic-post .post-wrapper {
  float: right;
  width: 100%;
}
.topic-post .post-header {
  margin: 0;
  line-height: 22px;
}
.topic-post .post-header p {
  margin: 0;
}
.topic-post .name {
  font-weight: bold;
}
body.dark .topic-post .name a {
  color: #e0e0e0;
}
.topic-post .name a.topic-link {
  display: inline-block;
  text-decoration: none;
}
.topic-post .name a.topic-link:hover {
  text-decoration: underline;
}
.topic-post .name a.topic-link.time {
  font-weight: normal;
  font-size: 12px;
  color: #888;
}
body.dark .topic-post .name a.topic-link.time {
  color: #e0e0e0;
}
.topic-post .reputation-tooltip {
  font-weight: normal;
  font-size: 12px;
}
.topic-post .like {
  font-size: 12px;
  display: inline-block;
}
.topic-post .like .broadcasting {
  display: inline-block;
}
.topic-post .like .broadcasting.hidden {
  display: none;
}
.topic-post .like-info {
  font-style: italic;
  color: #888;
}
.topic-post .like-info a {
  color: #888;
}
.topic-post .like-info a:hover,
.topic-post .like-info a:focus {
  color: #666;
}
.topic-post .like-info .glyphicon-light {
  color: #ccc;
}
.topic-post .like-info.no-margin {
  margin-right: 0;
}
.topic-post a.like-link {
  margin: 0;
  font-weight: normal;
  color: #888;
}
.topic-post .like-form {
  display: none;
  vertical-align: top;
  margin: -2px 0;
  font-size: 12px;
}
.topic-post .like-form a {
  display: inline-block;
  padding-top: 4px;
}
.topic-post .like-form label {
  width: unset;
  padding-top: 4px;
  margin: 0 0 -12px;
}
.topic-post .like-form input,
.topic-post .like-form a {
  display: inline-block;
  width: 50px;
  height: 25px;
  padding: 2px 5px;
  margin: 0 0 -12px;
  vertical-align: top;
  min-width: unset;
}
.topic-post .like-form input[type=checkbox] {
  width: unset;
}
.topic-post .imgur img {
  max-width: 50%;
  max-height: 200px;
}
.topic-post .video-wrapper {
  margin: 5px auto;
}
#password-clear {
  display: none;
}
#password-clear a {
  color: #888;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}
#password-clear a:hover {
  text-decoration: underline;
}
.search-form {
  display: inline;
  margin-bottom: 0;
}
.search-form label {
  min-width: unset;
  margin: 5px 0;
}
.search-form input {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .search-form input[type=text] {
    width: 200px;
  }
}
a.block-link {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}
.topics-index-head {
  margin-bottom: 10px;
}
.imgur {
  display: block;
  margin: 10px auto;
  max-width: 50%;
  max-height: 400px;
  text-align: center;
}
.imgur img {
  max-width: 100%;
  max-height: 400px;
}
.youtube-link {
  position: relative;
  display: block;
}
.youtube-link .imgur {
  max-width: 75%;
}
.youtube-link .youtube-play,
.youtube-link .youtube-play-red {
  background: url(img/youtube-play-button.png);
  background-size: 100%;
  display: block;
  position: absolute;
  width: 102px;
  height: 77px;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -51px;
}
@media (max-width: 767px) {
  .youtube-link .youtube-play,
  .youtube-link .youtube-play-red {
    width: 51px;
    height: 38px;
    margin-top: -19px;
    margin-left: -25px;
  }
}
.youtube-link .youtube-play-red {
  background-position: 0 -77px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
@media (max-width: 767px) {
  .youtube-link .youtube-play-red {
    background-position: 0 -38px;
  }
}
.youtube-link:hover .youtube-play-red {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
#private-key-field {
  display: none;
}
.notice {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
.signup-notice {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin: 5px 0;
}
#password-warning {
  font-size: 12px;
  margin-left: 5px;
}
#password-warning span {
  font-weight: bold;
}
.disclaimer {
  padding-left: 25px;
}
.disclaimer input {
  display: block;
  width: 13px;
  margin-left: -21px;
  float: left;
}
.disclaimer label {
  display: block;
  width: 100%;
  float: right;
  font-size: 12px;
}
body.dark .dropdown-menu {
  background: #374f66;
}
body.dark .dropdown-menu .divider {
  background: #666;
}
body.dark .dropdown-menu > li > a:focus,
body.dark .dropdown-menu > li > a:hover {
  color: #5e992b;
  background: #2b3e50;
}
.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}
.text-right-large {
  text-align: right;
  line-height: 2em;
}
@media (max-width: 991px) {
  .text-right-large {
    text-align: unset;
  }
}
.home-header {
  margin-bottom: 30px;
}
.home-header h1 {
  text-align: center;
  margin: 20px 0 10px;
}
.home-header h2 {
  text-align: center;
}
.home-list {
  text-align: center;
}
.home-list ul {
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}
.home-list .glyphicon {
  margin-right: 15px;
}
.home-list p {
  text-align: center;
  margin: 20px 0;
}
.home-list .list-group-item {
  border-color: #ccc;
  border-width: 1px 0 0 0;
  background: transparent;
}
.home-list .list-group-item:first-of-type {
  border-width: 0;
}
.home-list .signup-login a {
  margin: 5px 0;
}
.home-protocol-image {
  text-align: center;
}
.home-protocol-image img {
  width: 100%;
  border: 1px solid black;
  max-width: 450px;
}
#new-memo-form textarea {
  height: 100px;
}
.dashboard-actions {
  text-align: center;
}
.dashboard-actions a {
  margin: 5px 0;
}
table.notifications-table td:nth-child(1) {
  vertical-align: middle;
  text-align: center;
}
table.notifications-table td.like {
  color: #b00;
}
body.dark table.notifications-table td.like {
  color: #d93d3d;
}
table.notifications-table td.reply {
  color: #487521;
}
body.dark table.notifications-table td.reply {
  color: #5e992b;
}
table.notifications-table td.send {
  color: #e59710;
}
body.dark table.notifications-table td.send {
  color: #e59710;
}
table.notifications-table a {
  word-break: break-word;
}
table.notifications-table .profile {
  color: #000;
  font-weight: bold;
}
table.notifications-table .name {
  font-size: 18px;
}
table.notifications-table .time-ago {
  color: #777;
}
table.notifications-table .tip {
  font-size: 14px;
  font-weight: bold;
}
.notify-post {
  word-break: break-word;
  padding: 5px 0;
}
.notify-post a {
  color: #aaa;
}
body.dark .notify-post a {
  color: #888;
}
.notify-post .reply {
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fafafa;
}
body.dark .notify-post .reply {
  border-color: #3e5973;
  background: #374f66;
}
#new-poll-form .remove-response.hidden {
  display: none;
}
#new-poll-form .glyphicon-remove {
  color: #b00;
  margin-left: 5px;
  top: 2px;
}
body.dark #new-poll-form .glyphicon-remove {
  color: #d61132;
}
#new-poll-form .glyphicon-remove:hover {
  color: #FF3232;
  top: 2px;
}
body.dark #new-poll-form .glyphicon-remove:hover {
  color: #FF3232;
}
table.poll-results {
  border-bottom: 1px solid #ddd;
}
body.dark table.poll-results {
  border-color: #666;
}
table.poll-results td {
  padding: 5px 10px;
}
table.poll-results td:nth-of-type(2) {
  font-style: italic;
  font-size: 14px;
}
.poll .votes {
  border: 1px solid #ccc;
  padding: 10px 20px;
  background: #fafafa;
}
body.dark .poll .votes {
  background: #374f66;
  border-color: #3e5973;
}
.poll .votes .table {
  margin: 0;
}
.poll .results p {
  margin: 0;
}
.poll .note {
  font-weight: bold;
  font-style: italic;
  margin-left: 10px;
}
.votes-table tr td:nth-of-type(1) {
  word-break: break-word;
}
.votes-table tr td:nth-of-type(4) {
  width: 150px;
  min-width: 150px;
}
.topic-view-nav a.btn {
  margin: 5px 0;
}
.no-threads {
  text-align: center;
  margin: 20px 0 40px;
  font-size: 18px;
}
.threads {
  border-bottom: 1px solid #ccc;
}
.threads div {
  word-break: break-word;
  background-color: #fff;
  padding: 5px 10px;
  margin: 0;
  border-radius: 5px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ccc;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
body.dark .threads div {
  background: #304559;
  border-color: #666;
}
.threads div p a {
  color: #000;
  font-size: 18px;
}
body.dark .threads div p a {
  color: #e0e0e0;
}
.no-funds {
  text-align: center;
  word-break: break-word;
  font-size: 16px;
}
.no-funds p {
  line-height: 30px;
}
.no-funds p a {
  text-decoration: underline;
}
.no-funds div {
  padding-top: 20px;
}
.welcome h1 {
  text-align: center;
}
.row.tag-header {
  margin: 5px -10px;
}
.tags-table tr td:nth-of-type(1) {
  word-break: break-all;
  width: 50%;
}
.account-buttons a.btn {
  margin: 5px 0;
}
.announcement {
  border-radius: 10px;
  padding: 7px 20px;
  margin: 5px 10px;
  text-align: center;
  border: 2px solid #d2d2d2;
  background-color: #e8e8e8;
}
body.dark .announcement {
  border: 2px solid #444;
  background-color: #333;
}
div.android-banner {
  background: linear-gradient(#f8f8f8, #ddd);
  position: relative;
  display: none;
}
div.android-banner .close {
  position: absolute;
  padding: 10px;
  top: 50%;
  margin-top: -25px;
  left: 0;
  opacity: 0.5;
}
div.android-banner img {
  position: absolute;
  margin-top: -40px;
  top: 50%;
  left: 30px;
  width: 75px;
  height: 75px;
}
div.android-banner .info {
  width: 100%;
  padding: 15px 100px 10px 120px;
}
div.android-banner .info b,
div.android-banner .info i {
  display: block;
}
div.android-banner .view {
  position: absolute;
  padding: 10px 20px;
  top: 25px;
  right: 10px;
  font-size: 18px;
}
.profile-pic {
  border-radius: 4px;
}
#change-password-success {
  display: none;
}
/*# sourceMappingURL=style.css.map */