.body a{
    color: #0a6aa1;

}
.textarea {
    background: url(/assets/img/code.png); /* This ruins default border */
    background-color: #190e2c;
    border: 1px solid #888;
    width: 100%;
    height: 500px;
}


.note-editable {
    background-color: black !important;
    color: white !important;
}
img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #cddc39;
    filter: drop-shadow(0 0 8px #ff5722);
}

pre {
    font-family: "Source Code Pro", monospace;
    background: #ededed;
    border: 1px solid #9f9f9f;
    border-left: 3px solid #ff0030;
    color: #000000;
    page-break-inside: avoid;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

code::before {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2f2f2f;
    position: absolute;
    left: 0.5rem;
    top: 0.25rem;
}


code::after {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2a2a2a;
    position: absolute;
    right: 0.5rem;
    bottom: 0.25rem;
}

.fixed-content {
    position: fixed;
    top: 20%;
    bottom: 0;
    right: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

@media only screen and (max-width: 1900px) {
    .fixed-content {
        display: none;
    }

}
.mceEditor table {
    max-width:none; /* Bug in computation of fullscreen */
}

.mceEditor table.mceLayout {
    width:100% !important;
    height:auto !important;
}

table.mceToolbar { float:left; }
body .mceToolbar div {
    white-space:normal;
}
.vl {
    border-left: 0.5px solid rgba(255, 255, 255, 0.08);
    height: auto;
    margin-left: -3px;
}

p{font-family: 'Nunito', sans-serif;}
@media screen and (max-width: 480px) {
    img{
        width: 30px;
        border-radius: 50px;
    }
    .body{
        overflow-x: scroll;
        word-wrap: break-word;
    }

}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(255, 0, 0, 0.07);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}
