body {
  min-height: 800px;
}

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



#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;
}

.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;
}