﻿
#LeftContainer {
    width: 416px;
}

#RightContainer {
    /* width: 70%;  */
}

#TI_OL0 li {
    /*text-indent: 6px;*/
}

#TI_OL li {
    /*text-indent: 6px;*/
}

#TI_OL2 li {
    /*text-indent: -6px;*/
   /* 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_LeftMenuShowHideBtn{
    display:none;
}

div.inline {
    float: left;
}
.icon-top-containter {
    display: inline;
    background-color: transparent;
    z-index: 10;
    position: fixed;
    width: 100%;
    padding: 35px;
}

@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;
    }
}
