body {
    background-color: #f9f9f9;
}

* {
    border-radius: 0px !important;
}

.inline-block {
    display: inline-block;
}

.checkbox label::after {
    width: auto;
}

.panel:last-of-type {
    margin-bottom: 5px;
}

#top {
    padding-top: 60px;
}

#main {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.full-width {
    width: 95% !important;
}

pre code {
    white-space: pre;
    overflow-x: scroll;
}

.hljs-line-numbers {
    text-align: right;
    border-right: 1px solid #ccc;
    color: #999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fa {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

h1 a, h1 a:hover {
    color: #333;
    text-decoration: none;
}