body {
    border-top: 5px solid #E14C41;
}

h1, h2, h3, h4 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

a {
    color: #E14C41;
    text-decoration: none;
}

a:hover {
    color: #E14C41;
    text-decoration: underline;
}

h1 a {
    color: inherit;
}

h1 a:hover::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url(../img/home.svg) no-repeat center / 100%;
    width: 35px;
    height: 35px;
    opacity: 0.5;
    margin-left: 0.2em;
}

input[type="search"]:focus {
    box-shadow: none;
}

ul {
    margin-left: 25px;
    list-style-type: square;
}

ol {
    margin-left: 25px;
}

blockquote, pre {
    border-left: 3px solid #E14C41;
    padding: 10px 20px 10px 17px;
    margin-bottom: 7px;
    background-color: #f2f2f2;
}

pre {
    overflow: auto;
}

#title, .mission {
    margin: 3rem 0;
}

.mission {
    font-size: 1.125rem;
}

.highlighter {
    font-weight: bold;
    background-color: #ffff99;
}

.primary-color {
    background-color: #E14C41;
    border-color: #ce2d21;
}

.label:hover, .label:focus {
    color: #fff;
    background-color: #ce2d21;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #ce2d21;
    text-decoration: none;
}

button[disabled],
.button[disabled],
button[disabled]:focus,
.button[disabled]:focus,
button[disabled]:hover,
.button[disabled]:hover {
    background-color: #bbb;
    border-color: #000;
    color: #fff;
}

.search-result__refresh-form {
    margin: 0;
}

.search-result__refresh-button {
    border-radius: 100%;
    line-height: 0.75rem;
    margin: 0;
    padding: 0.5rem;
}

.no-results {
    text-align: center;
    font-weight: bold;
    padding: 2em;
}

.version {
    margin: .5em;
}

.twitter-follow-button {
    margin-top: -3px;
}

@media only screen and (max-width: 767px) {
    #title {
        margin: 30px 0;
    }
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.pagination a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

table abbr {
    font-size: 100%;
}

.fork {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
