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.normal {
  color: #444;
}
body.dark a.normal {
  color: #e0e0e0;
}
a:hover {
  cursor: pointer;
}
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;
}
body.dark pre {
  color: #ccc;
  background-color: #34485B;
  border-color: #777;
}
.bold {
  font-weight: bold;
}
.mono {
  font-family: monospace;
}
.mono-pre {
  font-family: monospace;
  background: #e0e0e0;
}
body.dark .mono-pre {
  background: #555;
}
.break-word {
  word-break: break-word;
}
.break-all {
  word-break: break-all;
}
.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;
}
.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;
}
.row.row-striped {
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.row.row-striped:first-child:not(.row-no-title) {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
body.dark .row.row-striped:first-child:not(.row-no-title) {
  border-color: #666;
}
.row.row-striped:not(:first-child) {
  border-top: 1px solid #e0e0e0;
}
body.dark .row.row-striped:not(:first-child) {
  border-color: #666;
}
.row.row-striped:nth-child(2n+1) {
  background: #fff;
}
body.dark .row.row-striped:nth-child(2n+1) {
  background: #2b3e50;
}
.row.row-striped:nth-child(2n) {
  background: #f8f8f8;
}
body.dark .row.row-striped:nth-child(2n) {
  background: #304559;
}
.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;
}
#site-modal-wrapper > .container .panel-heading.panel-heading-no-title {
  min-height: auto;
  padding: 0;
  border: none;
}
#site-modal-wrapper > .container .panel-heading.panel-heading-no-title .close {
  margin-top: -35px;
  font-size: 28px;
  opacity: 0.4;
}
#site-modal-wrapper > .container .panel-heading.panel-heading-no-title .close:hover,
#site-modal-wrapper > .container .panel-heading.panel-heading-no-title .close:active,
#site-modal-wrapper > .container .panel-heading.panel-heading-no-title .close:focus {
  opacity: 0.75;
}
#main-modal {
  padding: 0;
}
.col-title {
  font-weight: bold;
}
body.dark .panel {
  border-color: #3e5973;
  background: #2b3e50;
}
body.dark .panel-default > .panel-heading {
  background: #2b3e50;
  border-color: #3e5973;
  color: #ccc;
}
.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;
}
.btn {
  max-width: 100%;
  white-space: normal;
  text-align: left;
}
body.dark .btn {
  color: #fff;
}
.btn.right {
  float: right;
}
.btn-leave {
  color: #888;
  background: #eee;
}
body.dark .btn-leave {
  border-color: #666;
  background-color: transparent;
}
body.dark .btn-default {
  color: #e0e0e0;
  border-color: #666;
  background-color: #35485a;
}
body.dark .input-group-btn .btn-default {
  border-color: #ccc;
}
.btn.inactive,
.btn[inactive],
fieldset[inactive] .btn {
  background-color: #eee;
  color: #000;
  cursor: default;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
body.dark .btn.inactive,
body.dark .btn[inactive],
body.dark fieldset[inactive] .btn {
  background-color: #3e5973;
}
.btn-default.inactive:hover,
.btn-default[inactive]:hover,
fieldset[inactive] .btn-default:hover,
.btn-default.inactive:focus,
.btn-default[inactive]:focus,
fieldset[inactive] .btn-default:focus,
.btn-default.inactive.focus,
.btn-default[inactive].focus,
fieldset[inactive] .btn-default.focus {
  background-color: #eee;
  border-color: #ccc;
  color: #000;
}
body.dark .btn-default.inactive:hover,
body.dark .btn-default[inactive]:hover,
body.dark fieldset[inactive] .btn-default:hover,
body.dark .btn-default.inactive:focus,
body.dark .btn-default[inactive]:focus,
body.dark fieldset[inactive] .btn-default:focus,
body.dark .btn-default.inactive.focus,
body.dark .btn-default[inactive].focus,
body.dark fieldset[inactive] .btn-default.focus {
  color: #e0e0e0;
  border-color: #666;
  background-color: #3e5973;
}
a.disabled {
  pointer-events: none;
  color: #888;
  text-decoration: none;
}
h2.medium-header {
  margin: 5px 0;
}
.navbar {
  margin-bottom: 0;
}
body.mobile-app .navbar {
  min-height: 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;
}
body.mobile-app .navbar .alert-banner {
  top: 0;
}
@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 .navbar-brand.navbar-mobile-button {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #507d21;
}
.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.sv .navbar-default {
  background: linear-gradient(#e8b321, #f29f10);
}
.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 {
  color: #e0e0e0;
  background: #374f66;
}
body.dark .navbar-default .navbar-nav .open a:not(.nav-link):focus,
body.dark .navbar-default .navbar-nav .open a:not(.nav-link):hover {
  color: #d2d2d2;
  background: #2b3e50;
}
.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.nav-pills-sm > li > a {
  padding: 5px 10px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:active {
  background: #507d21;
}
body.dark .nav-pills > li.active > a,
body.dark .nav-pills > li.active > a:focus,
body.dark .nav-pills > li.active > a:hover,
body.dark .nav-pills > li.active > a:active {
  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: 5px 10px;
}
.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;
  }
}
@media (max-width: 1199px) {
  .posts-nav.posts-nav-lg {
    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-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
}
body.dark .footer {
  border-color: #666;
}
.footer .links {
  margin-bottom: 5px;
}
.footer .links a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .footer .links a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer .terms-xs {
  margin-top: 5px;
}
.footer .dropdown-menu > li > a {
  padding: 3px 10px;
}
.footer .copyright {
  color: #777;
}
body.dark .footer .copyright {
  color: #aaa;
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
}
.footer .android-link,
.footer .ios-link {
  display: none;
}
.footer .android-link img,
.footer .ios-link img {
  max-height: 34px;
  margin-right: 5px;
}
body.is-android .footer .android-link {
  display: inline-block;
}
body.is-ios .footer .ios-link {
  display: inline-block;
}
.wordwrap {
  word-wrap: break-word;
}
.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;
}
.post.revoked {
  background: #fff5f5;
}
body.dark .post.revoked {
  background: #443e50;
}
.post:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.post:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-width: 1px;
}
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;
}
body.dark .post .name {
  color: #e0e0e0;
}
.post .name .glyphicon-remove {
  color: #b00;
  margin-left: 5px;
  top: 2px;
}
body.dark .post .name .glyphicon-remove {
  color: #d61132;
}
.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 .name .profile .alias {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}
.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 .topic-link {
  color: #777;
}
body.dark .post .post-header .topic-link {
  color: #aaa;
}
.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 .hidden-body {
  padding-bottom: 1px;
}
.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,
.post .actions a.pin-link {
  text-align: left;
  color: #888;
  font-weight: bold;
}
body.dark .post .actions > a.btn,
body.dark .post .actions a.like-link,
body.dark .post .actions a.pin-link {
  color: #aaa;
}
@media (min-width: 500px) {
  .post .actions > a.btn:not(.btn-icon),
  .post .actions a.like-link:not(.btn-icon),
  .post .actions a.pin-link:not(.btn-icon) {
    min-width: 75px;
  }
}
@media (max-width: 499px) {
  .post .actions > a.btn,
  .post .actions a.like-link,
  .post .actions a.pin-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 .actions > .creating,
.post .actions > .broadcasting {
  display: inline-block;
  margin: 7px 0 0 0;
  height: 28px;
}
.post .actions > .creating.hidden,
.post .actions > .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;
  font-size: 16px;
  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: 2;
  color: #000;
}
.mini-profile .block-explorer-dropdown {
  display: inline-block;
}
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 .btn.broadcasting,
.mini-profile .name-follow .btn.creating {
  margin-top: 0;
}
.mini-profile .name-follow .btn {
  margin-bottom: 7px;
}
.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 .name > a .alias {
  font-weight: normal;
  font-size: 10px;
}
body.dark .mini-profile .name-follow .name > a {
  color: #fff;
}
.mini-profile .name-follow .joined {
  margin: 2px 0;
  font-size: 12px;
}
.mini-profile .name-follow .revoked {
  color: #b00;
  font-size: 12px;
}
body.dark .mini-profile .name-follow .revoked {
  color: #d93d3d;
}
.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;
}
.no-likes {
  padding: 0 0 1px;
  font-style: italic;
}
.likes-list .row.row-striped:first-child {
  margin-top: 0;
}
.likes-list span.indent-box {
  width: 30px;
  height: 22px;
}
body.dark .block-explorer-dropdown .dropdown-header {
  color: #ddd;
}
.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-memo {
  color: #fff;
  background-color: #5b9920;
}
body.dark .btn-memo {
  background-color: #548d1d;
}
body.dark .btn-memo:hover,
body.dark .btn-memo:focus {
  background-color: #487521;
}
.btn-memo:hover,
.btn-memo:focus {
  color: #fff;
  background-color: #507d21;
  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;
}
.bitcoin-tooltip:hover,
.bitcoin-tooltip:focus {
  text-decoration: none;
}
.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 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.profile .qr-code img {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 150px;
  width: 150px;
}
.profile .click-for-qr {
  display: inline-block;
  font-size: 12px;
}
.profile .glyphicon-info-sign {
  top: 2px;
}
.profile .pic img.identicon {
  width: 75%;
}
@media (max-width: 991px) {
  .profile .pic img.identicon {
    max-width: 200px;
  }
}
.profile .pic img {
  margin-top: 5px;
  width: 90%;
}
@media (max-width: 991px) {
  .profile .pic img {
    max-width: 280px;
  }
}
.profile .title {
  word-break: break-word;
}
.profile .title .btn {
  margin-bottom: 5px;
}
.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;
}
.profile-wrapper {
  margin-top: 5px;
}
.token-list {
  max-height: 400px;
  overflow-y: auto;
  resize: vertical;
}
.token-list-modal .token-list {
  max-height: none;
  overflow-y: auto;
  resize: none;
}
@media (max-width: 991px) {
  .token-list {
    text-align: center;
    max-height: 100px;
  }
  .token-list .btn {
    padding: 3px 7px;
  }
}
.token-list .btn {
  margin-bottom: 5px;
}
.view-profile .identicon {
  height: auto;
}
.view-profile .col-xs-8 {
  word-break: break-word;
}
.view-profile .glyphicon-triangle-bottom {
  color: #5b9920;
}
#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;
}
#profile-list .profile-info .panel {
  margin-bottom: 10px;
}
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;
  }
}
@media (max-width: 1199px) {
  .pagination-right.pagination-right-lg {
    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%;
  }
}
.job-description {
  font-size: 16px;
}
.job-description h4,
.job-description p {
  margin-top: 25px;
}
#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;
}
.topic-post:nth-of-type(odd).revoked,
.topic-post:nth-of-type(even).revoked {
  background: #fff5f5;
}
body.dark .topic-post:nth-of-type(odd).revoked,
body.dark .topic-post:nth-of-type(even).revoked {
  background: #443e50;
}
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 .profile-link .alias {
  font-weight: normal;
  font-size: 10px;
}
.topic-post .topic-identicon,
.topic-post .pic-wrapper {
  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;
}
body.dark .topic-post .name .bubble a {
  color: #507d21;
}
.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 .name .glyphicon-remove {
  color: #b00;
  margin-left: 5px;
  top: 2px;
}
body.dark .topic-post .name .glyphicon-remove {
  color: #d61132;
}
.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 .like-info .pin-link-wrapper .pin-link {
  border: none;
  background: none;
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 22px;
  font-weight: bold;
  vertical-align: unset;
}
.topic-post .like-info .pin-link-wrapper .pin-link:hover {
  text-decoration: underline;
}
.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;
  height: 25px;
  padding: 2px 5px;
  margin: 0 0 -12px;
  vertical-align: top;
  min-width: unset;
}
.topic-post .like-form input[type=text] {
  width: 50px;
}
.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;
}
.pin-link-wrapper {
  display: inline;
}
#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;
}
#form-signup #mnemonic-field,
#form-signup #private-key-field {
  display: none;
}
#form-signup .form-label-dim {
  color: #aaa;
}
.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;
  padding-left: 10px;
  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;
}
@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;
}
body.dark table.notifications-table .profile {
  color: #fff;
}
table.notifications-table .name {
  font-size: 18px;
}
table.notifications-table .time-ago {
  color: #777;
}
table.notifications-table .tip {
  font-size: 14px;
  font-weight: bold;
}
.time-ago {
  color: #777;
  font-size: 11px;
}
body.dark .time-ago {
  color: #aaa;
}
.time-ago:hover {
  color: #487521;
  text-decoration: none;
}
.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 {
  margin-top: 7px;
  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#mobile-app-banner {
  background: linear-gradient(#f8f8f8, #ddd);
  position: relative;
  display: none;
  min-height: 85px;
}
div#mobile-app-banner .close {
  position: absolute;
  padding: 10px;
  top: 50%;
  margin-top: -25px;
  left: 0;
  opacity: 0.5;
}
div#mobile-app-banner img {
  position: absolute;
  margin-top: -38px;
  top: 50%;
  left: 30px;
  width: 75px;
  height: 75px;
}
div#mobile-app-banner .info {
  width: 100%;
  padding: 15px 100px 10px 120px;
}
div#mobile-app-banner .info b,
div#mobile-app-banner .info i {
  display: block;
}
div#mobile-app-banner .info .get-free {
  font-size: 12px;
  font-style: normal;
}
div#mobile-app-banner .view {
  position: absolute;
  padding: 10px 20px;
  top: 25px;
  right: 10px;
  font-size: 18px;
}
.profile-pic {
  border-radius: 4px;
}
#change-password-success {
  display: none;
}
table.utxo-table td:nth-child(1) {
  word-break: break-all;
}
.explore-tx h5 {
  word-break: break-all;
}
.explore-tx .row-input-output {
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px 1px 0 1px;
}
.explore-tx-list .explore-tx .row-input-output {
  padding: 5px 0;
}
.explore-tx .row-input-output:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.explore-tx .row-input-output:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-width: 1px;
}
body.dark .explore-tx .row-input-output {
  border-color: #666;
}
.explore-tx pre.pre {
  margin-top: 12px;
}
.explore-tx pre.pre-raw {
  max-height: 200px;
}
.explore-tx tr th:nth-child(3),
.explore-tx tr td:nth-child(3) {
  max-width: 50%;
}
.explore-tx div.tx-name {
  margin: 3px 0 10px;
}
.explore-tx div.tx-name a {
  color: #000;
  font-weight: bold;
}
.explore-tx div.tx-name a .alias {
  font-weight: normal;
  font-size: 10px;
}
body.dark .explore-tx div.tx-name a {
  color: #e8e8e8;
}
.explore-tx .hash {
  word-break: break-all;
}
.explore-tx .tx-row .tx-row-head {
  display: none;
}
.explore-tx.show-details .tx-row .no-tx-script {
  display: block;
  margin-bottom: 25px;
}
.explore-tx.show-details .tx-row .tx-row-head {
  display: block;
}
.explore-tx .no-tx-script {
  display: none;
}
.explore-tx .no-tx-script .tx-script {
  display: none;
}
.mini-profile-name a {
  color: #444;
}
.mini-profile-name a .alias {
  font-weight: normal;
  font-size: 10px;
}
body.dark .mini-profile-name a {
  color: #d2d2d2;
}
.mini-profile-name a.btn-primary,
.mini-profile-name a.btn-memo {
  color: #fff;
}
.explore-address {
  position: relative;
}
.explore-address .profile-image {
  position: absolute;
  top: 0;
  left: 0;
}
.explore-address .profile-image .mini-profile-name {
  display: block;
}
.explore-address .profile-image .profile-pic-128 {
  width: 128px;
  height: 128px;
}
.explore-address .profile-image img.identicon {
  width: 128px;
  height: 128px;
}
.explore-address .info {
  min-height: 128px;
  padding-left: 148px;
}
.explore-address .info h3 {
  margin-top: 0;
}
.explore-address .info h3 span.alias,
.explore-address .info h3 span.reputation-tooltip {
  font-size: 14px;
}
.explore-address .info h3.revoked {
  color: #b00;
}
body.dark .explore-address .info h3.revoked {
  color: #d93d3d;
}
.explore-address .info h3.revoked span.revoked {
  font-size: 14px;
  font-weight: normal;
}
.explore-address .address-list .glyphicon-remove {
  color: #b00;
}
body.dark .list-group-item {
  background: #3e5973;
  border-color: #888;
}
body.dark .list-group-item.active,
body.dark .list-group-item.active:focus,
body.dark .list-group-item.active:hover {
  color: #ccc;
  background: #34485B;
}
body.dark .list-group-item.active:focus,
body.dark .list-group-item.active:hover,
body.dark .list-group-item:hover,
body.dark .list-group-item:focus,
body.dark .list-group-item:active {
  background: #34485B;
  color: #ccc;
  border-color: #888;
}
.token-header-buttons {
  text-align: center;
}
.token-header-buttons a {
  margin: 3px 0;
}
@media (max-width: 767px) {
  .market-cap-currency {
    text-align: center;
  }
}
.market-cap-currency label {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.market-cap-currency label span {
  display: inline-block;
  margin-left: 5px;
}
.your-account .list-group-item {
  font-size: 16px;
}
.for-sale-list .btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.pin-post-container {
  max-width: 500px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: normal;
}
.post .actions .pin-post-container input {
  margin-top: 0;
}
@media (max-width: 767px) {
  .pin-post-container {
    max-width: 300px;
  }
}
#send-page .nft-warning {
  font-style: italic;
}
#trading-fee-group button {
  white-space: nowrap;
}
.info-sign-right-of-text {
  margin-left: 5px;
  vertical-align: middle;
}
#form-reduce-fees input[type=radio] {
  vertical-align: top;
}
#form-reduce-fees .col-form-label b {
  font-style: italic;
}
#form-reduce-fees .datepicker {
  max-width: 172px;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
#revoked-banner {
  position: relative;
  top: -9px;
}
.revoked-banner {
  padding: 10px 5px;
  background: #ff8080;
}
.revoked-banner a {
  text-decoration: underline;
  color: #000;
}
body.dark .revoked-banner a {
  color: #d2d2d2;
}
@media (min-width: 992px) {
  .blog-post img {
    max-width: 75%;
    margin: 0 auto;
  }
}
form.form-well {
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .blog-post img {
    max-width: 75%;
    margin: 0 auto;
  }
}
.no-outline:focus {
  outline: none;
}
/*# sourceMappingURL=style.css.map */