body {
    background-color: #9CC577;
}
/*#LeftContainer {
    width: 0%;
}

#RightContainer {
    width: 100%;
}*/
div.inline {
    float: left;
}
.icon-top-containter {
    display: inline;
    background-color: transparent;
    z-index: 1;
    position: fixed;
    width: 100%;
    padding: 35px;
}

.icon-top-containter-sm {
    display: none;
    background-color: transparent;
    z-index: 1;
    position: fixed;
    width: 100%;
    padding-right: 15px;
}

.out-pad-top-btn {
    padding: 0px 20px 0px 20px;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
   
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1899.98px) {
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1900px) {
}
/*DIRECT MEASURES*/
/* Extra small devices (portrait phones, less than 767.98px)*/
@media (max-width: 767.98px) {

    #LeftContainer {
        width: 0%;
    }

    #RightContainer {
        width: 100%;
        padding-top: 0px !important;
    }

    .icon-top-containter {
        display: none;
    }

    .icon-top-containter-sm {
        display: inline;
    }   
}
