#sideBar {
    margin-top: -15px;
    width: 240px;
    min-height: 200px;
    padding: 0 0 0 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}
.sel{
    margin:5px;
    justify-content:space-around;
}
.linkc{
    display:grid;
    justify-content: center;
    font-size:150%;
    margin:20px
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.postDesc{
    margin-top:0px;
}
.day{
    border-bottom: 1px solid #757575;
}
.postTitl2{
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitl2 a{
    padding-left: 10px;
}
.postTitl2 a:link,.postTitl2 a:visited,.postTitl2 a:active{
    color: #21759b;
    transition: all .4s linear 0s;
}
.postTitl2 a:hover{
    margin-left: 30px;
    color: #0f3647;
    text-decoration: none;
}
.postDesc2{
    display: none;
}
.line-numbers.highlighter-prismjs.prismjs-lines-highlighted{
    font-size: 100%;
}
details > summary{
    cursor: pointer;
}
body{
    min-height:100%;
}
/*dev-c++ classic plus style code*/
code.language-cpp span.token.macro.property span{
    color:green;
    font-weight: normal;
}
code.language-cpp span.token.boolean,
code.language-cpp span.token.keyword{
    color:black;
    font-weight: bold;
}
code.language-cpp span.token.constant,
code.language-cpp span.token.class-name{
    color:black;
    font-weight: normal;
}
code.language-cpp span.token.number{
    color:purple;
}
code.language-cpp span.token.string{
    color:blue;
    font-weight: bold;
}
code.language-cpp span.token.punctuation,
code.language-cpp span.token.operator{
    color:red;
    font-weight: bold;
}
code.language-cpp span.token.comment{
    color:rgb(0, 120, 215);
    font-style: italic;
}