body {
    background-color: #FFFFFF;
}

#LeftContainer {
    width: 416px;
}

#TI_OL li {
    text-indent: 6px;
}

#TI_OL2 li {
    text-indent: 6px;
}

.btn-close-ti {
    cursor: pointer;
    content: url("/img/buttons/close-round-default.svg");
}

    .btn-close-ti:hover {
        cursor: pointer;
        content: url("/img/buttons/close-round-hover.svg");
    }
div.inline {
    float: left;
}

.icon-top-containter {
    display: inline;
    background-color: transparent;
    z-index: 10;
    position: fixed;
    width: 100%;
    padding: 35px;
}
#div_LeftMenuShowHideBtn {
    display: none;
}
@media (max-width: 767.98px) {
    #div_LeftMenuShowHideBtn {
        display: inline;
    }

    #LeftContainer {
        width: 0%;
    }

    #RightContainer {
        width: 100%;
    }
    .icon-top-containter {
        padding-left: 5px;
        padding-top: 5px;
    }

    #img_share {
        max-width: 80px !important;
    }

    #img_close {
        max-width: 32px !important;
    }
}
