
body{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    opacity: 0;
/*    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;*/
    background:rgb(60, 60, 60);
    color:white;
}

body.loaded{
    opacity: 1;

}

.header {
    position: fixed;
    right:0px;
    top: 0px;
    z-index: 1;
}

.editpage {
    position: fixed;
    right:0px;
    bottom: 0px;
    z-index: 10;
    padding:5px;
    font-size: 10px;
    background-color:rgb(60, 60, 60);
}
.editpage a {
    padding-left: 10px;
    padding-right: 10px;
}

.header .link-wrapper {
    padding:5px;
      background-color:rgb(60, 60, 60);
}

.header .link-wrapper .link {
    padding:10px;
    float: right;
    background-color:rgb(60, 60, 60);
    //border-radius: 5px;
    
}

.header .link-wrapper .link  a {
    text-decoration: none !important;
}

.search {
    border:none !important;

}

.matching-post {
    border-bottom: 1.0px solid rgb(60, 60, 60) !important;

    border-bottom: none;
}

.search input {
    border-radius: 5px;
    background-color:rgb(60, 60, 60);
    margin-left: 40px;
    color: white !important;
}


.sidebar-toggle {
    background-color:transparent !important;
    top:13px;
    left:13px;
    height: 25px;
    width: 25px !important;
    position: fixed;
    display: block;
    padding: 0px !important;
}

.clear-button svg circle {
    fill: #fdd0dd !important;

}

.clear-button svg:hover {
    cursor: pointer !important;
}

.clear-button svg path {
    stroke: black !important;
}

.cover{
    background-size: 22%, 22% !important;
    -webkit-background-size: 22%, 22% !important;
}

.sidebar {
    background: black;
    z-index: 2;
    color: #fff;
}



h1,h2,h3,h4  {
     font-family: 'IBM Plex Mono', monospace !important;
}

.sidebar-nav *{
    font-size: 1.0em !important;
    line-height: 1.2em;
}

span {
    color:#fdd0dd !important;

}

p {
    /*line-height: 1.2em !important;*/
}

.sidebar span {
     color:#fdd0dd !important;

}

.sidebar strong {
    color:white !important;
    display: block;
    padding-top: 10px !important;
}

.active {
    color:#fdd0dd !important;
}

.sidebar-nav  a {
    color:gray;
}

.sidebar .app-name-link {
    color:#fdd0dd !important;
    text-align: left;
}

.sidebar .app-name {
    text-align: left;
    margin-left:10px;
}

.sidebar-nav .active a {
    color:#fdd0dd !important;
    border: none !important;
    font-weight: 400 !important;
}


hr {
    display: none;
}

pre {
    background-color: rgb(40, 40, 40) !important;
    border-radius: 5px;
}

code {
    background-color: rgb(40, 40, 40) !important;
    color:white !important;
    font-family: 'IBM Plex Mono', serif !important;
}

a {
    color:#ddd !important;
}

td {
    border: solid 1px rgb(40, 40, 40) !important;
}

tr {
     border: solid 1px rgb(40, 40, 40) !important;

}

th {
     border: solid 1px rgb(40, 40, 40) !important;

}


th {background-color: rgb(20, 20, 20) !important; }

tr {background-color: rgb(20, 20, 20) !important;  }


/* unvisited link */
a:link {
   
    
}

/* visited link */
a:visited {
}

/* mouse over link */
a:hover {
    text-decoration: none !important;
    color:#fdd0dd !important;
}

/* selected link */
a:active {
    color: blue;
}

video, img {
  width: 100%;
}





