html, body {
    overflow-x: hidden;
}

.navbars {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
}
.top-navbar {
    display: flex;
    justify-content: flex-start;
    height: 18px;
    width: 100%;
    background-color: rgb(240, 240, 240); 
    border-bottom: 1px solid rgb(128, 128, 128);
    overflow: hidden;
}

.top-navbar-list {
    margin: 0;
    margin-right: 5px;
}

.top-navbar-list li {
    font-family: sans-serif;
    display: inline-block;
    margin-left: 3px;
    font-size: 9px;
    vertical-align: middle; 
}

.top-navbar-orange {
    display: flex;
    justify-content: flex-end;
    background-color: rgb(255, 69, 0);
    width: 138px;
    height: auto;
    flex-shrink: 0;
}

.top-navbar-orange span {
    font-family: system-ui;
    font-size: 10px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    color: white;
    padding-right: 20px;
    line-height: 18px;
}
.bottom-navbar {
    display: flex;
    justify-content: flex-start;
    background-color: rgb(206, 227, 248);
    height: 45px;
    width: 100%;
    border-bottom: 1px solid rgb(95, 153, 207);
    overflow: hidden;
    z-index:5;
}

.bottom-navbar-best {
    height: 15px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    margin-top:29px;
    margin-left: 15px;
    border-left-color: rgb(95, 153, 207);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(95, 153, 207);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(95, 153, 207);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    flex-shrink: 0;
    z-index: 100;
}

.bottom-navbar-best span {
    color: rgb(255, 69, 0);
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    display: block;
}

.bottom-navbar-tab-text {
    color: rgb(51, 102, 153);
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
    display: block;
}

.bottom-navbar-tab-border {
    height: 15px;
    margin-top:29px;
    margin-left: 10px;
    background-color: rgb(239, 247, 255);
    border-left-color: rgb(239, 247, 255);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(239, 247, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(239, 247, 255);
    border-top-style: solid;
    border-top-width: 1px;
    flex-shrink: 0;
}

.bottom-navbar-hot {
    width: 35px;
}

.bottom-navbar-new {
    width: 38px;
}

.bottom-navbar-rising {
    width: 49px;
}

.bottom-navbar-controversial {
    width: 100px;
}

.bottom-navbar-top {
    width: 32px;
}

.bottom-navbar-wiki {
    width: 38px;
}

.posts {
    display: block;
    width: 98.5vw;
    height: auto;
    margin-left: auto;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    overflow-x: hidden;
}

.post {
    display: flex;
    justify-content: flex-start;
    height: auto;
    flex-shrink: 0;
    margin-left: 10px;
}

.post-number {
    color: rgb(198, 198, 198);
    float: left;
    font-family: arial;
    font-size: 16px;
    font-weight: 400;
    height: 18px;
    margin-top: 15px;
    text-align: right;
    width: 18.25px;
}

.post-upvotes {
    display: inline;
    margin-top: 7px;
    margin-left: 15px;

}

.post-upvotes img{
    display: block;
    margin-left: 6px;
}

.post-upvotes p{
    display: block;
    color: rgb(198, 198, 198);
    font-family: verdana, arial, helvetica, sans-serif;
    font-feature-settings: normal;
    font-size: 12px;
    font-weight: 700;
    height: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.post-content {
    display: inline;
    margin-left: 20px;
}

.post-title {
    display: block;
    color: rgb(0, 0, 255);
    font-family: verdana, arial, helvetica, sans-serif;font-size: 16px;
    font-stretch: 100%;
    font-weight: 400;
    width: 73vw;
}

.post-content img {
    display: block;
}

.post-content-description {
    background-color: rgb(250, 250, 250);
    border-bottom-color: rgb(51, 102, 153);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 102, 153);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(51, 102, 153);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(51, 102, 153);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 600px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.post-content-description p {
    color: rgb(34, 34, 34);
    display: block;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-stretch: 100%;
    font-weight: 400;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.post-content-description ol {
    color: rgb(34, 34, 34);
    display: block;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-stretch: 100%;
    font-weight: 400;
}

@media (max-width: 999px) {
    .post-content img {
        width: 70vw;
    }

    .post-content-description {
        width: 65vw;
    }

    .post-content-iframe {
        width: 75vw;
    }
}