html, body {
    height: 100%;
    font-size: 15px;
}

body {

}


.inline-icon {
    vertical-align: bottom;
}


pre {
    padding: 10px;
    max-height: 500px;
    overflow: scroll;
    background-color: #ecf3f3;
    font-family: Courier;
    /*background-color: black;*/
    /*color: white;*/
}

:not(pre)>code {
    color:black;
    padding:4px 10px;
    margin:0px 8px;
    background-color: #e7e4e4;
    /*margin:8px;*/
}

code {
    font-family: Courier!important;
}


sup,sub {
    line-height: 1.4em;
}



@media screen and (max-width: 900px) {
    #sidebar-left {
        display: none;
    }
}


.question-comments {
    margin:20px;
}

.answer-comments {
    margin:30px 0px;
}

.question-comment {
    border-top: 1px solid #edebeb;
    font-size: 0.9em;
    padding:10px 0px;
}

.comment-info {
    color: #bab8b8;
    font-size:0.9em;
    /*white-space: nowrap;*/
}


.answer-comment {
    padding:10px 0px;
    border-top:1px solid silver;
}

.answer .icon-down, .answer .icon-up {
    margin:10px;
}


.snippet {
    border:1px solid #e9ecef;
    padding:5px 5px 5px 40px;
    margin:5px;
    background-color: #f5efef;
}

ul.related-questions {
    list-style-type:none;
    padding:0px;
}

ul.related-questions li {
    margin:10px 0px;
    font-size:0.9em;
}

#sidebar-left, #sidebar-right {
    padding:10px 30px;
}


ul.sidebar-left-list {
    margin:12px 0px;
}

div.sidebar-block {
    margin:10px 5px;
}

div.sidebar-block h4 {
    font-size:1.3em;
    margin:20px 0px;
}


.sidebar-title {
    font-size:1.2em;
    font-weight: bold;
    border-bottom: 1px solid cornflowerblue;
}

.navbar-brand img {
    height: 1.5rem;
}

.navbar {
    /* height:4rem; */
    background-color: rgb(242, 245, 250);
}




#content {
    /*padding:20px 50px 20px 0px;*/
    padding:20px 0px 20px 0px;
    /*border-left:1px solid #e7e5e5;*/
    /*border-right:1px solid #e7e5e5;*/
}

#content h1 {
    font-size: 1.8em;
}

#content img {
    max-width: 100%;
    height: auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-top: 0.1875rem solid #377dff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}

a {
    text-decoration: none;
    color: #5498c3;
}


#post h1 {
    font-size:2.2em;
    font-family: fell, Georgia, Cambria, "Times New Roman", Times, serif;
    line-height: 1.1em;
}

#post {
    font-size:1.1em;
    line-height: 1.5em;
}


.post-content {
    margin:30px 0px;
}

.post-content img {
    border:1px solid #e7e5e5;
    margin:15px 0px;
}

.post-content .card-body {
    padding:0px 5px;
    margin:0px 10px;
}


#question-post h1 {
    font-size:2.2em;
    font-family: fell, Georgia, Cambria, "Times New Roman", Times, serif;
    line-height: 1.1em;
}

#question-post {
    font-size:1.1em;
    line-height: 1.5em;
}

