button.bbcode, button.img_load {
    background-color: RGBA(255, 255, 255, 0.8);
    color: black;
    border: none;
    height: 17px;
}

button.bbcode:focus, button.img_load:focus {
    background-color: RGBA(255, 255, 255, 0.7);
}

.img_load {
    background-image: url(/img/img_load.svg);
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 16px 12px;
    width: 22px;
}

.stickers img {
    position: relative;
    top: 3px;
}

.stickers_panel {
    background-color: RGBA(255, 255, 255, 0.9);
    position: absolute;
    margin-top: 25px;
    width: 320px;
    height: 400px;
    overflow: auto;
    padding-left: 15px;
}

.stickers_title {
    font-size: 16px;
    font-weight: bold;
}

#stickers_above {
    position: relative;
}

#stickers_above .stickers_panel {
    bottom: 10px;
}

.parsed span[style^="color:"] a, .parsed span[style*=" color:"] a, .parsed span[style*=";color:"] a,
.parsed div[style^="color:"] a, .parsed div[style*=" color:"] a, .parsed div[style*=";color:"] a {
    color: inherit;
}