﻿.activetag {
    color: #2C7D88 !important
}

.tags {
    font-size: large;
    word-wrap: break-word;
    word-spacing:5px;
}

.tagscontainer {
    max-height: 300px;
    min-height: 50px;
    overflow-y: auto;
    scroll-behavior: auto;
    scrollbar-track-color:#e0dada;
}
.blogentry {
    /*color: #7a7c84;*/
    color:#0b0101;
    line-height: 1.5;
    font-size: small;
}
.blogtitle {
    text-decoration: none;
    color: #2c313f;
    font-weight:400;
    font-size: xx-large;
}
.blogTags {
    display: flex;
    gap: 12px;
}
.blogTags a:hover {
    color: var(--bs-link-color) !important;
}
.blogSidebar {
    margin-bottom: 40px;
}
.blogSidebar > * {
    border: 4px solid gray;
    border-radius: 10px;
    padding: 16px
}
.blogDivider {
    height: 2px;
    background-color: gray;
    width: 100%;
    margin-bottom: 40px;
}
#searchBlogTextBox {
    text-indent: 20px;
}

@media screen and (max-width: 420px) {
    .blogentry{
        font-size:x-small;
    }
}

@media screen and (max-width: 290px) {
    .blogentry {
        font-size: x-small;
        line-height:1;
    }
}

.twitter-share-button-rendered, .IN-widget {
    transform: scale(1.5);
    transform-origin: top left;
}

.fb_iframe_widget {
    transform: scale(1.5) translate(0px, -6px);
    transform-origin: top left;
}