::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background: rgb(221, 221, 221);
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

a {
    all: unset;
}

a:hover {
    cursor: pointer;
}

body {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

body h1 {
    display:none;
}

body article {
    display:none;
}

.main_layout {
    display: grid;
    grid-template-areas: 
        'left_side core_container right_side'
    ;
}

hr {
    border-radius: 0px !important;
}

.credit {
    margin-top:0px !important;
    margin-bottom:5px !important;
}

.credit > a {
    z-index: 2;
    width: fit-content;
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    color: rgb(138, 138, 138);
    text-align: center;
    text-decoration: inherit; /* no underline */
}

.credit > a > label {
    font-size: 14px;
    padding-right: 5px;
}
.credit > a > img {
    height:auto;
    width:50px;
    display:inline-block;
    vertical-align: middle;
}


.left_side {
    grid-area: left_side;
}

.right_side {
    grid-area: right_side;
}

.core_container {
    grid-area: core_container;
    background-color: rgb(241, 241, 241);
    position: absolute;
    left: 0px;
    right: 0px;
    top:0px;
    bottom:0px;
    overflow-y: scroll;
}

.msite-block-general-class {
    scroll-margin-top:80px;
}

.msite-block-margin-none {
    margin-left:0px !important;
    margin-right:0px !important;
}

.msite-column-child {
    margin-top:0px;
    margin-bottom:0px;
    text-align: center;
    font-size: 1.18em;
    scroll-margin-top: 80px;
    padding:0;
    display:block;
}

.msite-column-parent {
    display:grid;
    align-items: stretch;
}

.left_bar {
    z-index: -1;
    background-color: rgb(201, 201, 201);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
}

.right_bar {
    z-index: -1;
    background-color: rgb(201, 201, 201);;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
}

.grid-node {
    margin:0 !important;
}

.msite-mbr-cnt {
    padding-top:1.44rem;
}

.msite-mbr-cnt > .msite-mbr-insid {
    position:relative;
}

.msite-mbr-cnt > .msite-mbr-insid > .h-title-cnt {
    position:absolute;
    top:-1rem;
    left:1.3rem;
    right:1.3rem;
    height:2rem;
    display:flex;
    align-items: center;
    white-space: nowrap;
}

.msite-mbr-cnt > .msite-mbr-insid > .h-title-cnt > .h-title {
    background-color:#FF6363;
    color:white;
    font-weight: bold;
    font-size:120%;
    padding:0.3rem;
    padding-left:1rem;
    padding-right:1rem;
    overflow-x:hidden;
    text-overflow: ellipsis;
    border-radius: 0.43rem;
}

.msite-mbr-cnt > .msite-mbr-insid > .h-box-cnt {
    border:2px dashed #595959;
    border-radius: 0.5rem;
}

.msite-mbr-cnt > .msite-mbr-insid > .h-box-cnt > .h-box {
    margin:0.5rem;
    margin-top:1.7rem;
    overflow-x:auto;
}

.msit-locked-panel {
    display:grid;
    justify-items: stretch;
    align-items: center;
    grid-template-columns: 95px 1fr;
    grid-template-rows: auto;
    gap:0.5rem;
    overflow-x: auto;
    width:fit-content;
    margin-left: auto;
    margin-right: auto;
}

.msit-locked-panel .msitlck-icon {
    text-align: center;
}

.msit-locked-panel .msitlck-icon > i {
    font-size:75px;
}

.msit-locked-panel .msitlck-abstract {
    word-break:keep-all;
}

@media only screen and (max-width: 450px) {
    .msite-mbr-cnt > .msite-mbr-insid > .h-title-cnt > .h-title {
        font-size:98%;
        padding:0.2rem;
        padding-left:0.4rem;
        padding-right:0.4rem;
    }

    .msite-mbr-cnt > .msite-mbr-insid > .h-box-cnt > .h-box {
        margin:0.3rem;
        margin-top:1.56rem;
    }
}

@media only screen and (max-width: 500px) {
    .core_container > div {
        font-size: 1.0em;
    }

    .msite-column-child {
        font-size: 1.0em;
    }
}

@media only screen and (max-width: 550px) {
    .msite-column-parent {
        grid-template-columns: auto !important;
    }
}

@media only screen and (max-width: 640px) {
    .msite-mbr-cnt > .msite-mbr-insid > .h-title-cnt {
        display:grid !important;
        justify-items: center;
    }

    .msit-locked-panel {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        gap:0.6rem;
    }

    .msit-locked-panel .msitlck-icon > img {
        max-width:110px;
    }
}

@media only screen and (max-width: 1023px) {
    .core_container > div {
        font-size: 1.12em;
    }

    .msite-column-child {
        font-size: 1.12em;
    }
}