html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;

    font-family: arial, sans-serif;
    font-size: 14px;
}
html {
    /*overflow: auto;*/
    background: #000;
}
body {
    /*overflow: auto;*/
    position: absolute;
    background: #888;
}

clear {
    display: block;
    clear: both;
}

console {
    /*display: none;*/
    display: block;
    z-index: 0;
    border: none;
    width: 100%;
    height: 550px;
    background: #ccc;
    position: absolute;
    overflow: auto;
    /*border-top: solid 1px #000;*/
}

bizit {
    display: block;
    
    position: absolute;
    width: 320px;
    height: 240px;
    overflow: hidden;
}
bizit > [bizit] {
    /*outline: solid 1px #888;*/
}
bizit[active] > activator {
    position: fixed;
    outline: solid 2px #f00;
}
/*
bizit[name=Bizitor\.Wrapper] bizit {
    outline: none;
    border: solid 1px #888;
    margin: -1px;
}
bizit[name=Bizitor\.Wrapper] bizit[active] {
    outline: none;
    border: solid 2px #f00;
    margin: -2px;
}
*/
bizit > activator {
    position: fixed !important;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: url('clear.gif');
    cursor: move;
}

bizit > .ui-resizable-handle {
    z-index: 1 !important;
}

bizit[name=Bizitor\.Wrapper] > .ui-resizable-handle {
    z-index: 0 !important;
}

bizit[globalExclude] {
    display: none;
}

span.wait_medium {

    display: block;
    width: 32px;
    height: 32px;
    margin: 1px auto;
    padding: 0;
    border: none;
    background-image: url('/bizits/Bizitor/icons/indicator_medium.gif');
    background-repeat: no-repeat;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}