


/*
##### 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: 120%;
        font-family: 'Ubuntu Mono', sans-serif;
        background:#d3d3d3;
        color: grey;
}

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: orange;
}
a:visited {
        color: orange;
        font-style: italic;
}

a:hover {
        font-weight: bold;
        color: black;

}


.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;
*/
}

@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkZ0EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Mono Bold'), local('UbuntuMono-Bold'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ceqTZGKHipo8pJj4molytp_TkvowlIOtbR7ePgFOpF4.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: italic;
  font-weight: 400;
  src: local('Ubuntu Mono Italic'), local('UbuntuMono-Italic'), url(http://fonts.gstatic.com/s/ubuntumono/v6/KAKuHXAHZOeECOWAHsRKA-LrC4Du4e_yfTJ8Ol60xk0.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: italic;
  font-weight: 700;
  src: local('Ubuntu Mono Bold Italic'), local('UbuntuMono-BoldItalic'), url(http://fonts.gstatic.com/s/ubuntumono/v6/n_d8tv_JOIiYyMXR4eaV9WsGzsqhEorxQDpu60nfWEc.ttf) format('truetype');
}



/****** 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 {
}
