html {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: visible;
}

body.humo {
    background-color: white;
    background-image: none;
    /* font-family: Trebuchet MS, Arial, sans-serif; */
    font-size: 14px;
    height: auto;
    max-height: auto;
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    float: none;
}

.print_version {
    display: none;
}

div#top_menu {
    display: none;
}

#top_menu {
    display: none;
}

#content {
    display: block;
    height: auto;
    top: 7px;
    max-height: auto;
    overflow: visible;
    padding-left: 10px;
    position: static;
    float: none;
    z-index: 3;
}

.button {
    display: none;
}

.table_header {
    display: none;
}

A:link {
    text-decoration: none;
    color: black;
}

A:visited {
    text-decoration: none;
    color: black;
}

A:active {
    text-decoration: none;
    color: black;
}

A:hover {
    text-decoration: none;
    color: black;
}

table.rand {
    /* Remove shadow */
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}