body {
  color: #292929;
  font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
  line-height: 1.3;
}

a, a:visited, a:hover {
  color: #292929;
  opacity: .75;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  opacity: 1.0;
}

a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
}

label.close {
  margin-right: 16px;
}

code {
  padding: 0.2em;
  margin: 0;
  background-color: rgba(27,31,35,0.05);
  border-radius: 3px;
}

blockquote {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}

button {
  margin-top: 7px;
  margin-bottom: 14px;
}

button.link {
  color: #292929;
  text-align: left;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  opacity: .75;
}

button.link,
button.link:focus {
  outline: none;
}

button.link:hover {
  opacity: 1.0;
}

span.avoidwrap { 
  display:inline-block;
}

div.summary {
  margin-top: 25px;
  margin-bottom: 25px;
}

pre {
 overflow: auto; 
}

p.whats-next {
  margin-top: 15px;
  margin-bottom: 15px;
}

.node p {
  margin-top: 0px;
  margin-bottom: .5em;
}

.preview {
  border-top: 1px dotted #bbbbbb;
  border-bottom: 1px dotted #bbbbbb;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.preview p {
  margin-top: .5em;
  margin-bottom: .5em;
}

.preview-raw-markdown {
  background-color: unset;
  border-radius: unset;
  border: unset;
  padding: unset;
  white-space: pre-wrap;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: .9;
}

.powered-by {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 8px;
}

.avatar {
  margin-top: 6px;
  margin-right: 8px;
  border-radius: 8px;
}

.focused {
  opacity: .25;
}

.alert {
  opacity: .25;
}

.author-and-date, .status, .whats-next, .topic {
  opacity: .50;
  font-size: .80em;
}

.date:before {
  content: "\00b7";
}

.remark, .load-more, .action {
  font-size: .75em;
  margin-right: 8px;
  font-weight: bold;
}

/*
.action:before {
  content: "\00b7  ";
}
*/

.load-more, .load-more:visited {
  color: #336699;
}

.rb-submit {
  float: right;
  margin-left: 30px;
}

.remark-box-div {
  display: none;
  /* this is needed to prevent "jumping" jquery bug. */
  overflow: hidden;
  margin-top: 10px;
}

.edit-box-div {
  display: none;
  /* this is needed to prevent "jumping" jquery bug. */
  overflow: hidden;
  margin-top: 15px;
}

#remarkbox-menu, 
div.remarkbox-menu {
  font-size: .80em;
  margin-bottom: 20px;
}

#remarkbox-footer {
  font-size: .80em;
  font-weight: bold;
}

#search {
  float: right;
}

.common-text-input, .common-textarea {
  width: 100%;
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;

  margin-top: 7px;

  /* This allows padding on inputs without causing scrollbars */
  padding: .5em;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
 }

.common-textarea {
  height: 120px;
}

.monospace {
  font-family: monospace;
}

#email_input {}

#email2_input {
  display: none;
  margin-bottom: 0px;
}


/* media viewports */

.shown-on-phone {
  display: none;
}

.shown-on-tablet {
  display: none;
}

@media screen and (max-width:568px) {
  .hidden-on-phone {display: none}
  .shown-on-phone {display: inline}
}

@media screen and (max-width:750px) {
  .navbar.hidden-on-tablet {display: none}
  .hidden-on-tablet {display: none}
  .shown-on-tablet  {display: inline}
}
