:root {
::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#efefef;border-radius:6px}::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#c4c4c4}
}
html,body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: #F2F6FA;
}
footer {
  background-color: #F2F6FA !important;
}
.topNav {
  border-top: 10px solid #3498DB;
}
.topNav .container {
  border-bottom: 1px solid #E6EAEE;
}
.container .columns {
  margin: 3rem 0;
}
.navbar-menu .navbar-item {
  padding: 0 2rem;
}

.navbar-item > img {
  max-height: 3.5em;
}
aside.menu {
  padding-top: 3rem;
}
aside.menu .menu-list {
  line-height: 1.5;
}
aside.menu .menu-label {
  padding-left: 10px;
  font-weight: 700;
}
.button.is-primary.is-alt {
  background: #00c6ff;
  background: -webkit-linear-gradient(to bottom, #0072ff, #00c6ff);
  background: linear-gradient(to bottom, #0072ff, #00c6ff);
  font-weight: 700;
  font-size: 14px;
  height: 3rem;
  line-height: 2.8;
}
.media-left img {
  border-radius: 50%;
}
.media-content p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #8F99A3;
}

p .wrap {
  overflow-wrap: break-word;
}

article.post {
  margin: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E6EAEE;
}
article.post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.menu-list li{
  padding: 5px;
}

.footer {
  position: fixed;
  padding: 5px;
  width: 100%;
  bottom: 0px:
}

#tab-content > div {
  display: none;
}

#tab-content > div.is-active {
  display: block;
}

@media screen and (max-width: 1024px) {
 .navbar-dropdown .is-active {
   display: block;
 }
}

thead, tbody { display: block; }

table > tbody > tr > td:first-child {
  text-wrap: nowrap;
}

tbody {
    height: 500px;
    overflow-y: auto;    /* Trigger vertical scroll    */
    overflow-x: hidden;  /* Hide the horizontal scroll */
}

.answer-stats {
  border-right: 1px dashed #209cee;
  padding-right: 1em !important;
  margin-right: 1em !important;
  word-wrap: break-word;
}

.accepted-answer {
  border-left: 6px solid green;
  background: lightgray;
}

.removed-answer {
  border-left: 6px solid red;
  background: mistyrose;
}

.removed-comment {
  background: mistyrose;
}

#tags-select {
  display: inline !important;
}
