#main {
    overflow: hidden;
}

#spans::before {
    content: '';
    position: absolute;
    top: 0;
    right: 18px;
    /* min-height: var(--height); */
    min-height: 100%;
    width: 4px;
    background: rgba(179, 177, 179, .75);
    right: 39%;
    margin-right: -2px;
}

.cd-timeline-item-title {
    font-weight: bold;
}

.cd-timeline-img {
    width: 60px;
    height: 60px;
    right: 39% !important;
    margin-right: -23px;
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
}

.cd-timeline-content::before {
    content: '';
    display: none;
}

.left {
    left: -2%;
}

input[type=text] {
    width: auto !important;
}

.bilbilakleft {
    left: -46%;
}

#sideNavBox {
    display: none;
}

.fusion-layout-column {
    display: none;
}

#pageTitle {
    display: none;
}

.fusion-flip-boxes {
    display: none;
}

.fusion-layout-column {
    display: none;
}

@media only screen and (min-width: 300px) {
    body {
        background-color: teal !important;
    }
    .cd-timeline-content {
        position: relative;
        width: 30% !important;
        margin-right: 0px !important;
        top: 0;
        background: #fff;
        border-radius: .25em;
        padding: 1em;
        box-shadow: 0 3px 0 #b9c5cd;
        box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        -webkit-box-sizing: border-box!important;
        -ms-box-sizing: border-box!important;
        margin-bottom: 1em;
    }
    .cd-timeline-item-title {
        font-weight: bold !important;
        line-height: 2.2em !important;
        font-size: 14px !important;
        text-align: center !important;
    }
}

@media only screen and (max-width: 500px) {
    #tables {
        right: -42% !important;
        position: relative;
        width: 100%;
        margin: auto;
    }
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        right: 19% !important;
        margin-right: -23px;
        position: relative !important;
        /* height: 50px; */
        width: 50px;
        border-radius: 50%;
        box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
    }
    .bilbilakleft {
        /* left: -46%; */
        right: 5%;
    }
    #spans::before {
        right: 19% !important;
    }
}

.bilbilakright::after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f060' !important;
    right: 100%;
    color: #000;
    bottom: 0;
    height: 30px;
    width: 60px;
    /* background: green; */
    z-index: 1;
    font-size: 40px;
    top: -4%;
}

.bilbilakleft::after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f061' !important;
    right: -11%;
    color: #000;
    bottom: 0;
    height: 30px;
    width: 60px;
    /* background: green; */
    z-index: 1;
    font-size: 40px;
    top: -4%;
}

.spans {
    /* font-size: 35px !important; */
    color: red !important;
}

.bilbilakright:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.bilbilakright {
    /* transform: scale(1.1); */
    transition: all .4s ease-in-out;
    border: 2px solid black;
}

.bilbilakleft:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.bilbilakleft {
    /* transform: scale(1.1); */
    transition: all .4s ease-in-out;
    border: 2px solid black;
}

.icon-no-readmore:hover {
    transform: scale(1.3);
    cursor: pointer;
}

.icon-no-readmore {
    /* transform: scale(1.1); */
    transition: all .4s ease-in-out;
}

@media only screen and (max-width: 800px) {
    #menus {
        top: 10px !important;
        position: relative !important;
        width: 70% !important;
        right: 0px;
        left: 0px;
    }
}

@media only screen and (min-width: 800px) {
    #scrollbars {
        width: 80%;
        float: left;
    }
}

#contentBox {
    margin-right: 0px !important;
    margin-left: 20px;
    min-width: 703px;
}