body {
  min-height: 800px;
}

@media (min-width: 1500px) {
    .container {
      width: 1470px;
    }
  }

.navbar-static-top {
  margin-bottom: 19px;
}

.cp {
    padding: 0;
}

#home-search-label {
    width: 65px;
}

#hash-input {
    font-family: "Consolas", "Courier New", Courier, monospace;
    font-size: 16px;
}

.res-hash, .res-text {
    font-family: "Consolas", "Courier New", Courier, monospace;
    -ms-word-break: break-all;
        word-break: break-all;
}

.res-header {
    -ms-word-break: break-all;
        word-break: break-all;
}

h1.res-header {
    font-size: 22px;
}

h1.headers {
    font-size: 22px;
}

.stylish-input-group .input-group-addon{
    background: white !important;
}

.H {
    display: none;
}

footer {
    margin: 5em 0;
}
footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
footer p {
    clear: left;
    margin-bottom: 0;
}

.promo h1 {
    font-size: 20px;
}

.promo h2 {
    font-size: 18px;
}

.promo h3 {
    font-size: 16px;
}

.input-placeholder::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: #d9230f;
    font-weight: bold;
}
  