blockquote, q {
    quotes: none
}

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

header {
    z-index: 2200;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1)
}

    header > nav {
        max-width: 1140px;
        margin: 0 auto
    }

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

#wrapper {
    min-height: calc(100vh - 60px)
}

#main {
    margin-top: 10px
}

.footer {
    background-color: #f5f5f5
}

    .footer > .container {
        padding-right: 15px;
        padding-left: 15px
    }

a {
    color: #1275d6
}

    a.nav-link:hover, a:hover {
        color: #004aa4;
        text-decoration: underline
    }

blockquote {
    margin-bottom: 10px;
    background-color: #f6f6ff;
    padding: 10px;
    border-left: 2px solid #004aa4
}

    blockquote :last-child {
        margin-bottom: 0
    }

code {
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    background-color: #eff0f1;
    white-space: pre-wrap;
    padding: 1px 5px
}

pre {
    margin-bottom: 1em;
    padding: 12px 8px;
    width: auto;
    max-height: 600px;
    overflow: auto;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    font-size: 13px;
    background-color: #eff0f1;
    border-radius: 3px
}

    pre code {
        white-space: inherit;
        padding: 0
    }

.article-body table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 16px 0;
    display: block;
    width: 100%;
    overflow: auto
}

@media (min-width:768px) {
    #left-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 4rem;
        z-index: 1000
    }

    #cp-links-nav {
        display: block
    }
}

.cp-toc h3 {
    font-size: 1rem
}

.cp-toc ol {
    margin: 0;
    padding: 0
}

.cp-toc li {
    list-style: none;
    line-height: 1.25;
    font-size: .9rem;
    border: solid transparent;
    border-width: 0 0 0 3px;
    padding: 2px 0 2px 4px;
    margin: 3px 0
}

    .cp-toc li.selected {
        font-weight: 600;
        border-color: #ccf
    }

.post {
    border-radius: .5rem;
    box-shadow: 0 .1rem .2rem #bbb;
    background-color: #fcfcff;
    margin-bottom: .75rem;
    padding: 1rem .5rem
}

.user-avatar {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #4169e1;
    position: absolute;
    text-align: center
}

.user-display-name {
    padding-left: 52px;
    line-height: 22px;
    font-size: 18px
}

.post-timestamp {
    text-align: right;
    line-height: 22px;
    font-size: 18px
}

.post-user-info .company-name {
    font-style: italic;
    color: #666;
    font-size: 16px
}

.post-user-info .company {
    color: #ed3a00
}

.qinfo dt {
    width: 35%;
    display: inline-block;
    font-weight: 400;
    color: #999
}

.qinfo dd {
    width: 60%;
    display: inline-block;
    margin-bottom: 0
}


.clickable-item:hover {
    background-color:lightgray;
}

.clickable-item {
    cursor: pointer;
}

.odd:hover {
    cursor: pointer;
    background-color: darkgray;
}

.even:hover {
    cursor: pointer;
    background-color: darkgray;
}
