/* theme screen stylesheets */

/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("style.css");
@import url("form.css");
/* end import/hide */

.overflow {
    overflow-y: visible !important;
    overflow-x: hidden;
    direction: ltr;    
    position: relative;
    -webkit-overflow:  visible !important;
}

::webkit-scrollbar{
   display:block !important
}