/*
##### THIS IS THE GLOBAL STYLE USED ON ALL OOOOO.BE PADS
##### TO OVERRIDE, SIMPLY DEFINE THE NEW VALUES IN THE INDIVIDUALE PAGE'S CSS PAD
##### USE "important" IF NEEDED, EXAMPLE

body {
    color: blue !important; 
}

*/


body {
        font: normal; 
        font-size: 80%;
        font-family: 'Ubuntu Mono', sans-serif;
        background: White;
        color: Black;
}

h1 {
        padding: 8px 25 8 25;
        display: inline;
        color: White;
        background: #66CCFF;
        text-shadow: 2px 2px 1px #333333;
}

h4 {
        display: inline;
        padding: 3px 9 3 9;
        margin: 30px 10 30 10;
        color: Black;
        background: #66CCFF;
        border: 1px solid White;
        text-shadow: 2px 2px 1px #66CCFF;
}


.main_container {
        text-align: center;   
}

.etherpad_container {
        display: inline-block;  

        font-size: 120%;
        word-wrap: break-word;
        line-height: 140%;
        text-align: left !important; 

        margin: 0px 30 30 30;
        padding: 10px;

        max-width: 640px;

        background: white;
}

.etherpad_toc > li {
        font-size: 70%;
        line-height: 70%;


}




u {
        font-size: 120%;
        color: black !important;
        background: #66CCFF;
        font-weight: bold;
        text-transform: uppercase;

}

strong {
        color: WHITE;
        background: #333333;
        display: inline;
        font-style: normal;
        font-weight: bold;
        padding: 3px;
        margin: 3px;
}

em {
        color: White;
        background: Silver;
        display: inline;
        font-style: normal;
        font-style: italic;
}

a:link {
        color: #00AACC;
}
a:visited {
        color: #00CCCC;
        color: #00AACC;
        font-style: italic;
}

a:hover {
        font-weight: bold;
}


.btn {
        background: #66CCFF;
        color: White;
        text-shadow: none;
}


/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/**** some default E2H styles stuff ****************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

/* refer to https://totalism.org/CSS-default for more */

/*********** STRIKETHRU ***********/

s {
    line-height: 0px !important;
    font-size: 0 !important;
/*
    display: inline !important;
    position: static !important;
    box-sizing: border-box;
    line-height: -10px !important;
    font-size: 0px !important;
    color: none !important;
    background: none !important;
    text-indent: -9999px;
*/
}




/****** TITLES *********/

strong em u {
    font-size: 150%;
    text-shadow: 2px 1px 1px #333;
}



/************* GLIA-GRAPH ****************/

/*>david: Fixed with DPI directive... this is deprecated, but if I remember right, it's hardcoded in e2h - rename to graphContainer or something, and maybe use for some other graph CSS tweak?*/
/*zoom: 0.55;*/
 /* TODO: Firefox does not support zoom, but transform does not resize the container which causes padding */
 /*-moz-transform: scale(0.55);*/
.DOWNSCALED {
}