h2 {
    font-size: 3.0rem;
}

/* some reason this is needed */
a:hover, a.navlogolink, a.navlogolink:visited {
    opacity: 1.0;
}

a.button {
    opacity: 1.0;
}

button.link {
    letter-spacing: unset;
    text-transform: unset;
    line-height: 12px;
    height: auto;
    margin: 0px;
}

.navbar a, .navbar a:visited, .navbar a:hover {
    color: #888888;
}

.common-text-input, {
    height: 32px;
    line-height: 32px;
    min-height: 32px;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    padding-left: 10px;
}

#email_input {
    height: 32px;
    line-height: 32px;
    min-height: 32px;
}

.remarkbox-menu {
    width: 100%;
    position: fixed;
    top: 85px;
    left: 0;
    background-color: #fcf9f9;
}

.searchbox {
}

#search {
    margin-bottom: 0px;
}

#remarkbox-menu {
    padding-left: 60px;
    padding-top: 5px;
}

#reply {
  margin-top: 25px;
}

.my-namespaces-div {
  background-color: #fcf9f9;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 30px;
}

.avatar-nav {
  margin-left: 16px;
}

ol, ul {
    padding-left: 40px;
}

ul {
    list-style: outside;
}

.navlogotiny {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

form.inline {
  display: inline;
}

input.rb-submit.search {
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
}

div.container.main {
  margin-top: 180px;
}

.call_to_action {
  float: right;
}

form {
  margin-bottom: 0px;
}

pre, .MathJax_Display {
  background-color: #fcf9f9;
  padding: 15px;
  border-radius: 8px;
}

.MathJax_Display {
  width: unset !important;
}

.preview-raw-markdown {
  line-height: 1.3;
  padding-bottom: 9px;
}

#alerts {
  width: 100%;
  position: fixed;
  top: 64px;
}

@media screen and (min-width:750px) {
  #alerts {
    top: 96px;
  }
}

@media screen and (max-width:750px) {
  .remarkbox-menu {
    top: 0px;
  }
  .searchbox {
    padding-right: 30px;
  }
  #keyword {
    margin-left 10px;
    margin-right: 10px;
  }
  #remarkbox-menu {
    padding-left: 30px;
  }
  div.container.main {
    margin-top: 80px;
  }
}

@media screen and (max-width:568px) {
  div.container.main {
    margin-top: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }

  div.namespace-description{
    text-align: center;
  }
}
