html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}


#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 0px 0px;
}

a {
    color: #4088b8;
}

table {
    font-size: inherit;
    border: 0px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}




pre, code, tt, dt {
    font: 100% monospace;
    margin: 10px 0;
}