/* 
    Created on : 17 sept. 2014, 18:24:46
    Author     : damien
*/
div.restableOverflowShow {
    overflow-x: scroll;
}

/** Hide cols functionnality **/
.restableMenu {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 1000;
}

.restableMenu .restableMenuButton {
    display: block;
    text-decoration: none;
    border: 1px;
    background: #ddd;
    border-radius: 1px;
}

.restableMenu ul {
    list-style-position: outside;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0.5em;
    display: block;
    background: #FFF;
}

.restableMenu ul li {
    line-height: 2.2em;
}

.restableMenu.restableMenuClosed ul {
    display: none;
}

.restableHideCols {
    position: relative;
    padding-top: 3em;
}